From da11646c446c49f11ef907b57654d0046eadc7ee Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 1 Nov 2022 02:05:51 +0100 Subject: sys/linux: update const files Update const files on next-20221031. --- sys/linux/bpf.txt.const | 2 +- sys/linux/fs_fuse.txt.const | 2 +- sys/linux/io_uring.txt.const | 2 +- sys/linux/perf.txt.const | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/linux/bpf.txt.const b/sys/linux/bpf.txt.const index f045c7228..a3b7d4799 100644 --- a/sys/linux/bpf.txt.const +++ b/sys/linux/bpf.txt.const @@ -258,7 +258,7 @@ XDP_FLAGS_HW_MODE = 8 XDP_FLAGS_REPLACE = 16 XDP_FLAGS_SKB_MODE = 2 XDP_FLAGS_UPDATE_IF_NOEXIST = 1 -__BPF_FUNC_MAX_ID = 208 +__BPF_FUNC_MAX_ID = 212 __MAX_BPF_REG = 11 __NR_bpf = 280, 386:357, amd64:321, arm:386, mips64le:5315, ppc64le:361, s390x:351 bpf_call_code = 133 diff --git a/sys/linux/fs_fuse.txt.const b/sys/linux/fs_fuse.txt.const index 06dd54b72..dc1c77100 100644 --- a/sys/linux/fs_fuse.txt.const +++ b/sys/linux/fs_fuse.txt.const @@ -23,7 +23,7 @@ FUSE_FLOCK_LOCKS = 1024 FUSE_HANDLE_KILLPRIV = 524288 FUSE_HAS_IOCTL_DIR = 2048 FUSE_IOCTL_RETRY = 4 -FUSE_KERNEL_MINOR_VERSION = 36 +FUSE_KERNEL_MINOR_VERSION = 38 FUSE_KERNEL_VERSION = 7 FUSE_MAX_PAGES = 4194304 FUSE_MIN_READ_BUFFER = 8192 diff --git a/sys/linux/io_uring.txt.const b/sys/linux/io_uring.txt.const index 2cea29f41..346fbc73f 100644 --- a/sys/linux/io_uring.txt.const +++ b/sys/linux/io_uring.txt.const @@ -39,7 +39,7 @@ IORING_OP_FADVISE = 24 IORING_OP_FALLOCATE = 17 IORING_OP_FILES_UPDATE = 20 IORING_OP_FSYNC = 3 -IORING_OP_LAST = 48 +IORING_OP_LAST = 49 IORING_OP_LINKAT = 39 IORING_OP_LINK_TIMEOUT = 15 IORING_OP_MADVISE = 25 diff --git a/sys/linux/perf.txt.const b/sys/linux/perf.txt.const index f5f773231..87f264719 100644 --- a/sys/linux/perf.txt.const +++ b/sys/linux/perf.txt.const @@ -65,7 +65,7 @@ PERF_SAMPLE_BRANCH_IND_CALL = 64 PERF_SAMPLE_BRANCH_IND_JUMP = 4096 PERF_SAMPLE_BRANCH_IN_TX = 256 PERF_SAMPLE_BRANCH_KERNEL = 2 -PERF_SAMPLE_BRANCH_MAX = 262144 +PERF_SAMPLE_BRANCH_MAX = 524288 PERF_SAMPLE_BRANCH_NO_CYCLES = 32768 PERF_SAMPLE_BRANCH_NO_FLAGS = 16384 PERF_SAMPLE_BRANCH_NO_TX = 512 -- cgit mrf-deployment