diff options
| author | Alexander Potapenko <glider@google.com> | 2024-05-14 14:28:32 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2024-05-15 07:43:37 +0000 |
| commit | 65b399c4ab8f20ec1c674dde391720828ff872b7 (patch) | |
| tree | 506b11c631d7c6b6ad755b0a13ec5976c2b5337e /sys/linux/io_uring.txt.const | |
| parent | fdb4c10ce6d49163d1f57463d7ca0ae22b71e765 (diff) | |
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.
Diffstat (limited to 'sys/linux/io_uring.txt.const')
| -rw-r--r-- | sys/linux/io_uring.txt.const | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
