diff options
| author | Shankara Pailoor <shankarapailoor@gmail.com> | 2018-11-12 04:10:17 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-12 12:41:37 -0800 |
| commit | 4fc13fd6ae51fdf3230dde4f31a32feb4861ca37 (patch) | |
| tree | 9573df26e49576f87287c24478dcb9ff40ce8dcd /sys/linux/bpf.txt | |
| parent | d55a06c0bf91ef78a42958dd71ffa841dae5cf9a (diff) | |
1) making bpf_insn varlen, 2) changing bpf_generic to match the struct definition in linux to make trace2syz generation simpler
Diffstat (limited to 'sys/linux/bpf.txt')
| -rw-r--r-- | sys/linux/bpf.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/linux/bpf.txt b/sys/linux/bpf.txt index fad2eba57..e25709bab 100644 --- a/sys/linux/bpf.txt +++ b/sys/linux/bpf.txt @@ -121,11 +121,12 @@ bpf_insn [ exit bpf_insn_exit initr0 bpf_insn_init_r0 map bpf_insn_map -] +] [varlen] bpf_insn_generic { code int8 - regs int8 + dst int8:4 + src int8:4 off int16 imm int32 } |
