diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-10 15:54:07 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-11 11:45:22 +0100 |
| commit | a46637766bbcad3ccb5b18ef9db77bd9244b2341 (patch) | |
| tree | b42cfe12a3e014190b32d8143ba41fd4ae415145 /sys/linux/bpf_amd64.const | |
| parent | 02a19b646c19a4a75c3efc00a32c564eeabb4bdf (diff) | |
sys/linux: regenerate arm consts + small netlink fixed
Arm was broken on upstream kernel for some time
due to some assembler error. Now it seems to be fixed,
so regenerate consts.
Also fix small issues in new netlink descriptions.
Diffstat (limited to 'sys/linux/bpf_amd64.const')
| -rw-r--r-- | sys/linux/bpf_amd64.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/bpf_amd64.const b/sys/linux/bpf_amd64.const index 06d71efc9..2e0426766 100644 --- a/sys/linux/bpf_amd64.const +++ b/sys/linux/bpf_amd64.const @@ -123,7 +123,7 @@ BPF_SUB0 = 1 BPF_W0 = 0 BPF_XADD0 = 6 BPF_XOR0 = 10 -__BPF_FUNC_MAX_ID = 59 +__BPF_FUNC_MAX_ID = 58 __NR_bpf = 321 bpf_call_code = 133 bpf_exit_code = 149 |
