[PATCH net-next 0/3] BPF updates
From: Daniel Borkmann <hidden>
Date: 2014-09-06 09:42:53
[ Set applies on top of current net-next but also on top of Alexei's latest patches. Please see individual patches for more details. ] Daniel Borkmann (3): net: bpf: consolidate JIT binary allocator net: bpf: arm: address randomize and write protect JIT code net: bpf: be friendly to kmemcheck arch/arm/net/bpf_jit_32.c | 34 +++++++++++++++++++++------ arch/mips/net/bpf_jit.c | 2 +- arch/powerpc/net/bpf_jit_comp.c | 2 +- arch/s390/net/bpf_jit_comp.c | 47 ++++++++----------------------------- arch/sparc/net/bpf_jit_comp.c | 2 +- arch/x86/net/bpf_jit_comp.c | 52 ++++++++++------------------------------- include/linux/filter.h | 19 ++++++++++++--- kernel/bpf/core.c | 39 +++++++++++++++++++++++++++++++ net/core/filter.c | 2 +- 9 files changed, 108 insertions(+), 91 deletions(-) -- 1.7.11.7