diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2018-10-30 17:04:47 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-10-31 09:57:54 -0300 |
commit | d45a57fff0a657045a77b395ae713ffae0cb4e46 (patch) | |
tree | fa9d702ec3bbe8e9c6e6d83987c3ccedb7af6ae7 | |
parent | 827758129a0f84fbd0b2dda15e14a77a7604803d (diff) |
tools headers uapi: Update linux/netlink.h header copy
Picking the changes from:
89d35528d17d ("netlink: Add new socket option to enable strict checking on dumps")
To silence this build warning:
Warning: Kernel ABI header at 'tools/include/uapi/linux/netlink.h' differs from latest version at 'include/uapi/linux/netlink.h'
Cc: Alexei Starovoitov <[email protected]>
Cc: David Ahern <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Eric Leblond <[email protected]>
Link: https://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/include/uapi/linux/netlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/uapi/linux/netlink.h b/tools/include/uapi/linux/netlink.h index 776bc92e9118..486ed1f0c0bc 100644 --- a/tools/include/uapi/linux/netlink.h +++ b/tools/include/uapi/linux/netlink.h @@ -155,6 +155,7 @@ enum nlmsgerr_attrs { #define NETLINK_LIST_MEMBERSHIPS 9 #define NETLINK_CAP_ACK 10 #define NETLINK_EXT_ACK 11 +#define NETLINK_DUMP_STRICT_CHK 12 struct nl_pktinfo { __u32 group; |