aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
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 /pkg/csource
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 'pkg/csource')
-rw-r--r--pkg/csource/generated.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go
index bc0d5c38b..5c73dee9e 100644
--- a/pkg/csource/generated.go
+++ b/pkg/csource/generated.go
@@ -1508,7 +1508,7 @@ const int kInitNetNsFd = 239;
#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)