linux-stable/arch/arm64/net
Daniel Borkmann 9383191da4 bpf: remove stubs for cBPF from arch code
Remove the dummy bpf_jit_compile() stubs for eBPF JITs and make
that a single __weak function in the core that can be overridden
similarly to the eBPF one. Also remove stale pr_err() mentions
of bpf_jit_compile.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-02-17 13:40:04 -05:00
..
bpf_jit.h arm64: bpf: implement bpf_tail_call() helper 2016-06-10 23:11:49 -07:00
bpf_jit_comp.c bpf: remove stubs for cBPF from arch code 2017-02-17 13:40:04 -05:00
Makefile