]> granicus.if.org Git - strace/commitdiff
xlat: add NETLINK_DUMP_STRICT_CHK to sock_netlink_options
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 1 Nov 2018 15:41:01 +0000 (16:41 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Dec 2018 01:59:38 +0000 (01:59 +0000)
* 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 <ldv@altlinux.org>
NEWS
xlat/sock_netlink_options.in

diff --git a/NEWS b/NEWS
index 648eb90510b178649d0e2ded03b988899fb35dc1..9c04b479514db6ff5531bf336652e35660713add 100644 (file)
--- 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
index 033ffd42ee715a003d49be2ee34541efb653371d..391157478364666ff9314a394b6471b8012fd4d4 100644 (file)
@@ -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