alistair23-linux/arch/x86/net
Alexei Starovoitov 72b603ee8c bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT
'shift by register' operations are supported by eBPF interpreter, but were
accidently left out of x64 JIT compiler. Fix it and add a testcase.

Reported-by: Brendan Gregg <brendan.d.gregg@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Fixes: 622582786c ("net: filter: x86: internal BPF JIT")
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-08-25 17:33:56 -07:00
..
bpf_jit.S net: filter: x86: internal BPF JIT 2014-05-15 16:31:30 -04:00
bpf_jit_comp.c bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT 2014-08-25 17:33:56 -07:00
Makefile