commit | a7b76c8857692b0fce063b94ed83da11c396d341 | [log] [tgz] |
---|---|---|
author | Jiong Wang <jiong.wang@netronome.com> | Sat Jan 26 12:26:05 2019 -0500 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Jan 26 13:33:01 2019 -0800 |
tree | 3d32a3fca06649bb2b0127b563a3a517ab91a3f2 | |
parent | 503a8865a47752d0ac2ff642f07e96e8b2103178 [diff] |
bpf: JIT blinds support JMP32 This patch adds JIT blinds support for JMP32. Like BPF_JMP_REG/IMM, JMP32 version are needed for building raw bpf insn. They are added to both include/linux/filter.h and tools/include/linux/filter.h. Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Jiong Wang <jiong.wang@netronome.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>