diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-10-28 19:04:28 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-10-28 19:10:11 +0100 |
| commit | 6e045ca26d969f7465819984668417c9c3b47520 (patch) | |
| tree | 0048f316cbc9cabedcc6680294b9adfa1d85cae0 /sys/linux/bpf_arm.const | |
| parent | 6d8b3311b9280ec497cd67855653c3e452ce02c9 (diff) | |
sys/syz-extract: support missing arch headers
The latest Linux kernel misses some arch-specific headers on some archs:
asm/a.out.h
asm/prctl.h
asm/mce.h
Support that.
Diffstat (limited to 'sys/linux/bpf_arm.const')
| -rw-r--r-- | sys/linux/bpf_arm.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/bpf_arm.const b/sys/linux/bpf_arm.const index e9d6c1ef4..cc09358af 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -140,7 +140,7 @@ BPF_XADD0 = 6 BPF_XOR0 = 10 BTF_MAGIC = 60319 BTF_VERSION = 1 -__BPF_FUNC_MAX_ID = 84 +__BPF_FUNC_MAX_ID = 91 __NR_bpf = 386 bpf_call_code = 133 bpf_exit_code = 149 |
