From: Eugene Syromyatnikov Date: Thu, 1 Nov 2018 15:41:01 +0000 (+0100) Subject: xlat: add NETLINK_DUMP_STRICT_CHK to sock_netlink_options X-Git-Tag: v4.26~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b662a84b46d661c8040869a4069ebbc662a68aa;p=strace xlat: add NETLINK_DUMP_STRICT_CHK to sock_netlink_options * xlat/sock_netlink_options.in (NETLINK_DUMP_STRICT_CHK): New constant, introduced by Linux commit v4.20-rc1~14^2~130^2~17. * NEWS: Mention this. Co-Authored-by: Dmitry V. Levin --- diff --git a/NEWS b/NEWS index 648eb905..9c04b479 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,7 @@ Noteworthy changes in release ?.?? (????-??-??) * Enhanced decoding of getsockopt SO_ERROR option. * Enhanced error diagnostics when the first exec fails. * Added %net as a short form of %network in syscall specifications. - * Updated lists of FAN_*, IFLA_*, and SOL_* constants. + * Updated lists of FAN_*, IFLA_*, NETLINK_*, and SOL_* constants. * Enhanced manual page. * Bug fixes diff --git a/xlat/sock_netlink_options.in b/xlat/sock_netlink_options.in index 033ffd42..39115747 100644 --- a/xlat/sock_netlink_options.in +++ b/xlat/sock_netlink_options.in @@ -9,3 +9,4 @@ NETLINK_LISTEN_ALL_NSID 8 NETLINK_LIST_MEMBERSHIPS 9 NETLINK_CAP_ACK 10 NETLINK_EXT_ACK 11 +NETLINK_DUMP_STRICT_CHK 12