diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-05-11 16:25:37 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-11 16:54:44 +0200 |
| commit | b17a8c447430fab3a57c27b0314404b28f241a46 (patch) | |
| tree | 48549e612ba5ab89b8a3bf90b09cb6be81d71fa5 /sys/linux | |
| parent | 7711af63562eba92af323210c517e5bcd37b9f57 (diff) | |
sys/linux: extract consts on next-20200511
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/bpf_386.const | 2 | ||||
| -rw-r--r-- | sys/linux/bpf_amd64.const | 2 | ||||
| -rw-r--r-- | sys/linux/bpf_arm.const | 2 | ||||
| -rw-r--r-- | sys/linux/bpf_arm64.const | 2 | ||||
| -rw-r--r-- | sys/linux/bpf_mips64le.const | 2 | ||||
| -rw-r--r-- | sys/linux/bpf_ppc64le.const | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/linux/bpf_386.const b/sys/linux/bpf_386.const index 13a70ca0e..c913d882f 100644 --- a/sys/linux/bpf_386.const +++ b/sys/linux/bpf_386.const @@ -217,7 +217,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 126 +__BPF_FUNC_MAX_ID = 128 __MAX_BPF_REG = 11 __NR_bpf = 357 bpf_call_code = 133 diff --git a/sys/linux/bpf_amd64.const b/sys/linux/bpf_amd64.const index 1aac3b5d3..35472b193 100644 --- a/sys/linux/bpf_amd64.const +++ b/sys/linux/bpf_amd64.const @@ -217,7 +217,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 126 +__BPF_FUNC_MAX_ID = 128 __MAX_BPF_REG = 11 __NR_bpf = 321 bpf_call_code = 133 diff --git a/sys/linux/bpf_arm.const b/sys/linux/bpf_arm.const index aaeb5db2f..96cb88b66 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -217,7 +217,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 126 +__BPF_FUNC_MAX_ID = 128 __MAX_BPF_REG = 11 __NR_bpf = 386 bpf_call_code = 133 diff --git a/sys/linux/bpf_arm64.const b/sys/linux/bpf_arm64.const index 5b12719a4..0e8a6f69a 100644 --- a/sys/linux/bpf_arm64.const +++ b/sys/linux/bpf_arm64.const @@ -217,7 +217,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 126 +__BPF_FUNC_MAX_ID = 128 __MAX_BPF_REG = 11 __NR_bpf = 280 bpf_call_code = 133 diff --git a/sys/linux/bpf_mips64le.const b/sys/linux/bpf_mips64le.const index 95f68f9c2..7f48b53d9 100644 --- a/sys/linux/bpf_mips64le.const +++ b/sys/linux/bpf_mips64le.const @@ -217,7 +217,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 126 +__BPF_FUNC_MAX_ID = 128 __MAX_BPF_REG = 11 __NR_bpf = 5315 bpf_call_code = 133 diff --git a/sys/linux/bpf_ppc64le.const b/sys/linux/bpf_ppc64le.const index f3a381788..2c99a941c 100644 --- a/sys/linux/bpf_ppc64le.const +++ b/sys/linux/bpf_ppc64le.const @@ -217,7 +217,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 126 +__BPF_FUNC_MAX_ID = 128 __MAX_BPF_REG = 11 __NR_bpf = 361 bpf_call_code = 133 |
