aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorJiri Pirko <jiri@mellanox.com>2019-11-26 16:25:17 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-11-28 10:10:57 +0100
commite8c04ab052f4c34900a6045d3bb51e8d02071902 (patch)
treed08806c646bf3b43d1bc6eba499f9e3103558617 /executor
parentd496d4471874e4dd12e114c53eda28ae4cbcf150 (diff)
executor: Fix value of DEVLINK_ATTR_NETNS_FD
During kernel -net and -next-next trees merge, the value got moved. Fix it. Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Diffstat (limited to 'executor')
-rw-r--r--executor/common_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index 35dff507d..ca0d072fd 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -483,7 +483,7 @@ const int kInitNetNsFd = 239; // see kMaxFd
#define DEVLINK_ATTR_DEV_NAME 2
#define DEVLINK_ATTR_NETDEV_NAME 7
#if SYZ_EXECUTOR || SYZ_DEVLINK_PCI
-#define DEVLINK_ATTR_NETNS_FD 137
+#define DEVLINK_ATTR_NETNS_FD 138
#endif
static int netlink_devlink_id_get(struct nlmsg* nlmsg, int sock)