]> git.baikalelectronics.ru Git - kernel.git/commit
bpf, ppc64: remove ld_abs/ld_ind
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 3 May 2018 23:08:21 +0000 (01:08 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 3 May 2018 23:49:20 +0000 (16:49 -0700)
commitec87e1c7ccf5de4b2996b15023fab5bb18366da5
tree6114209eab0216b8b09b743256ef3364ef0d5726
parent41ebf1a5522ed12ab1bc500cd1e0cefb5d1c1c9a
bpf, ppc64: remove ld_abs/ld_ind

Since LD_ABS/LD_IND instructions are now removed from the core and
reimplemented through a combination of inlined BPF instructions and
a slow-path helper, we can get rid of the complexity from ppc64 JIT.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Tested-by: Sandipan Das <sandipan@linux.vnet.ibm.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/powerpc/net/Makefile
arch/powerpc/net/bpf_jit64.h
arch/powerpc/net/bpf_jit_asm64.S [deleted file]
arch/powerpc/net/bpf_jit_comp64.c