From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Holzheu Subject: [PATCH net-next 0/5] s390/bpf: recache skb->data/hlen for skb_vlan_push/pop Date: Tue, 28 Jul 2015 16:09:55 +0200 Message-ID: <1438092600-16221-1-git-send-email-holzheu@linux.vnet.ibm.com> Return-path: Sender: netdev-owner@vger.kernel.org List-Archive: List-Post: To: David Miller Cc: Alexei Starovoitov , Martin Schwidefsky , Daniel Borkmann , netdev@vger.kernel.org, linux-s390@vger.kernel.org List-ID: Hi Dave, Here the s390 backend for Alexei's patch 4e10df9a60d9 ("bpf: introduce bpf_skb_vlan_push/pop() helpers") plus two bugfixes and two minor improvements. The first patch "s390/bpf: clear correct BPF accumulator register" will also go upstream via Martin's "fixes" branch. Ok for you? Regards, Michael Michael Holzheu (5): s390/bpf: clear correct BPF accumulator register s390/bpf: Fix multiple macro expansions s390/bpf: increase BPF_SIZE_MAX s390/bpf: Only clear A and X for converted BPF programs s390/bpf: recache skb->data/hlen for skb_vlan_push/pop arch/s390/net/bpf_jit.h | 5 ++- arch/s390/net/bpf_jit_comp.c | 91 +++++++++++++++++++++++--------------------- 2 files changed, 52 insertions(+), 44 deletions(-) -- 2.3.8