1
0
Fork 0
alistair23-linux/arch/x86/net
Daniel Borkmann 93a73d442d bpf, x86/arm64: remove useless checks on prog
There is never such a situation, where bpf_int_jit_compile() is
called with either prog as NULL or len as 0, so the tests are
unnecessary and confusing as people would just copy them. s390
doesn't have them, so no change is needed there.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-16 13:49:32 -04:00
..
Makefile net: filter: Just In Time compiler for x86-64 2011-04-27 23:05:08 -07:00
bpf_jit.S x86/asm/bpf: Create stack frames in bpf_jit.S 2016-02-24 08:35:44 +01:00
bpf_jit_comp.c bpf, x86/arm64: remove useless checks on prog 2016-05-16 13:49:32 -04:00