From 65b399c4ab8f20ec1c674dde391720828ff872b7 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Tue, 14 May 2024 14:28:32 +0200 Subject: sys/linux: run make extract Make the following changes for extraction to succeed: - drop the KVM API constants for features removed in 6.9; - hardcode the three TUNNEL_*_OPT constants that cannot be extracted due to a header change; - hardcode the HCI_OP_* constants removed in 99fca36c8b412 ("Bluetooth: HCI: Remove HCI_AMP support"); - hardcode the L2CAP_* constants removed in e7b02296fb40 ("Bluetooth: Remove BT_HS"); - hardcode LANDLOCK_ACCESS_FS_IOCTL_DEV until it hits upstream. --- sys/linux/io_uring.txt.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/io_uring.txt.const') diff --git a/sys/linux/io_uring.txt.const b/sys/linux/io_uring.txt.const index 9df4f0906..2b38cf45c 100644 --- a/sys/linux/io_uring.txt.const +++ b/sys/linux/io_uring.txt.const @@ -38,7 +38,7 @@ IORING_OP_FADVISE = 24 IORING_OP_FALLOCATE = 17 IORING_OP_FILES_UPDATE = 20 IORING_OP_FSYNC = 3 -IORING_OP_LAST = 55 +IORING_OP_LAST = 56 IORING_OP_LINKAT = 39 IORING_OP_LINK_TIMEOUT = 15 IORING_OP_MADVISE = 25 -- cgit mrf-deployment