Re: pskb_expand_head: skb_shared BUG

2015-03-05 Thread Chris Dunlop
On Mon, Mar 02, 2015 at 11:45:11AM +1100, Chris Dunlop wrote: > Heads up... > > We've hit this BUG() in v3.10.70, v3.14.27 and v3.18.7: > > net/core/skbuff.c: > 1027 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, > 1028 gfp_t gfp_mask) > 1029 { > 1030

Re: pskb_expand_head: skb_shared BUG

2015-03-01 Thread Chris Dunlop
On Mon, Mar 02, 2015 at 11:45:11AM +1100, Chris Dunlop wrote: > Heads up... > > We've hit this BUG() in v3.10.70, v3.14.27 and v3.18.7: > > net/core/skbuff.c: > 1027 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, > 1028 gfp_t gfp_mask) > 1029 { > 1030

pskb_expand_head: skb_shared BUG

2015-03-01 Thread Chris Dunlop
Heads up... We've hit this BUG() in v3.10.70, v3.14.27 and v3.18.7: net/core/skbuff.c: 1027 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, 1028 gfp_t gfp_mask) 1029 { 1030 int i; 1031 u8 *data; 1032 int size = nhead + skb_end_offset(sk