Re: [PATCH net-next v2 0/5] s390/bpf: recache skb-data/hlen for skb_vlan_push/pop

2015-07-29 Thread David Miller
From: Michael Holzheu holz...@linux.vnet.ibm.com Date: Wed, 29 Jul 2015 21:15:13 +0200 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

[PATCH net-next v2 0/5] s390/bpf: recache skb-data/hlen for skb_vlan_push/pop

2015-07-29 Thread Michael Holzheu
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. * v2: Integrated suggestions from