From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: [PATCH net-next 0/3] BPF updates Date: Sat, 6 Sep 2014 11:42:44 +0200 Message-ID: <1409996567-2170-1-git-send-email-dborkman@redhat.com> Cc: ast@plumgrid.com, netdev@vger.kernel.org To: davem@davemloft.net Return-path: Received: from mx1.redhat.com ([209.132.183.28]:14210 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750871AbaIFJmx (ORCPT ); Sat, 6 Sep 2014 05:42:53 -0400 Sender: netdev-owner@vger.kernel.org List-ID: [ 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