From 012c639d904cf60a221b8b16833c02eed9b2514e Mon Sep 17 00:00:00 2001 From: Marios Pomonis Date: Thu, 3 Apr 2025 04:33:01 -0700 Subject: sys/linux: update and remove obsolete consts This commit removes CRYPTO_ALG_TYPE_COMPRESS from socket_alg.txt since it was recently removed from the kernel source tree (fce8b8d crypto: remove obsolete 'comp' compression API). It also updates a number of other consts that make extract detected. --- 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 3f4039559..67d8a93eb 100644 --- a/sys/linux/io_uring.txt.const +++ b/sys/linux/io_uring.txt.const @@ -61,7 +61,7 @@ IORING_OP_FADVISE = 24 IORING_OP_FALLOCATE = 17 IORING_OP_FILES_UPDATE = 20 IORING_OP_FSYNC = 3 -IORING_OP_LAST = 58 +IORING_OP_LAST = 62 IORING_OP_LINKAT = 39 IORING_OP_LINK_TIMEOUT = 15 IORING_OP_MADVISE = 25 -- cgit mrf-deployment