From 4936e85caf1095184a3676a69dea8fc9ecbc42cc Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 4 Feb 2026 19:43:49 +0100 Subject: sys/linux: regenerate consts Drop a FS_XFLAG_VERITY const (it was only present in a few linux-next tags). Run make extract on the latest linux-next --- sys/linux/socket_netlink.txt.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/socket_netlink.txt.const') diff --git a/sys/linux/socket_netlink.txt.const b/sys/linux/socket_netlink.txt.const index 00e6746c2..3f1efb642 100644 --- a/sys/linux/socket_netlink.txt.const +++ b/sys/linux/socket_netlink.txt.const @@ -18,7 +18,7 @@ NETLINK_ISCSI = 8 NETLINK_KOBJECT_UEVENT = 15 NETLINK_LISTEN_ALL_NSID = 8 NETLINK_LIST_MEMBERSHIPS = 9 -NETLINK_MAX_ATTRIBUTES = 346 +NETLINK_MAX_ATTRIBUTES = 348 NETLINK_NETFILTER = 12 NETLINK_NFLOG = 5 NETLINK_NO_ENOBUFS = 5 -- cgit mrf-deployment