]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE}
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 9 Aug 2017 23:39:57 +0000 (01:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Aug 2017 23:53:56 +0000 (16:53 -0700)
commitc362b2f34e266d062a3fe09e0f400d8f8bdf23c9
treea01292615ec480017159a0d5ecd1f1ef49563da8
parent52afc51e94b1c7a52d7e04fd81ea8b1c177436d0
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>
arch/arm64/net/bpf_jit.h
arch/arm64/net/bpf_jit_comp.c