aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_generic.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-10 15:54:07 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-01-11 11:45:22 +0100
commita46637766bbcad3ccb5b18ef9db77bd9244b2341 (patch)
treeb42cfe12a3e014190b32d8143ba41fd4ae415145 /sys/linux/socket_netlink_generic.txt
parent02a19b646c19a4a75c3efc00a32c564eeabb4bdf (diff)
sys/linux: regenerate arm consts + small netlink fixed
Arm was broken on upstream kernel for some time due to some assembler error. Now it seems to be fixed, so regenerate consts. Also fix small issues in new netlink descriptions.
Diffstat (limited to 'sys/linux/socket_netlink_generic.txt')
-rw-r--r--sys/linux/socket_netlink_generic.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/socket_netlink_generic.txt b/sys/linux/socket_netlink_generic.txt
index ceeecd1e3..22b52f245 100644
--- a/sys/linux/socket_netlink_generic.txt
+++ b/sys/linux/socket_netlink_generic.txt
@@ -32,7 +32,7 @@ iovec_nl_generic {
netlink_msg_generic {
len len[parent, int32]
- type int16[NLMSG_MIN_TYPE:NLMSG_MAX_TYPE]
+ type netlink_random_msg_type
flags flags[netlink_msg_flags, int16]
seq netlink_seq
pid netlink_port_id
@@ -43,6 +43,6 @@ netlink_msg_generic {
genlmsghdr {
cmd int8[0:32]
- version const[NFNETLINK_V0, int8]
+ version const[0, int8]
reserved const[0, int16]
} [align_4]