From 46f8273da3a8f68e273107356256b5e693a34b7f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 25 Nov 2024 11:55:37 +0100 Subject: sys/linux: update descriptions/consts Update to upstream commit 228a1157fb9f. VFIO_TYPE1_NESTING_IOMMU const was removed in 35890f85573c. Remove it from descriptions. --- 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 f5c5f1674..f645f8dda 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 = 332 +NETLINK_MAX_ATTRIBUTES = 333 NETLINK_NETFILTER = 12 NETLINK_NFLOG = 5 NETLINK_NO_ENOBUFS = 5 -- cgit mrf-deployment