bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE}
authorDaniel Borkmann <[email protected]>
Wed, 9 Aug 2017 23:39:56 +0000 (01:39 +0200)
committerDavid S. Miller <[email protected]>
Wed, 9 Aug 2017 23:53:56 +0000 (16:53 -0700)
commit52afc51e94b1c7a52d7e04fd81ea8b1c177436d0
tree5e709742c9b754a93dc68814ecbcbb27b15e98be
parent92b31a9af73b3a3fc801899335d6c47966351830
bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE}

This work implements jiting of BPF_J{LT,LE,SLT,SLE} instructions
with BPF_X/BPF_K variants for the x86_64 eBPF JIT.

Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
arch/x86/net/bpf_jit_comp.c