commit | c362b2f34e266d062a3fe09e0f400d8f8bdf23c9 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Thu Aug 10 01:39:57 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 09 16:53:56 2017 -0700 |
tree | a01292615ec480017159a0d5ecd1f1ef49563da8 | |
parent | 52afc51e94b1c7a52d7e04fd81ea8b1c177436d0 [diff] |
bpf, arm64: 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 arm64 eBPF JIT. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>