[PATCH 3.14 10/42] bonding: Call dev_kfree_skby_any instead of kfree_skb.

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: "Eric W. Biederman" Replace kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: "Eric W. Biederman" Signed-off-by: David S. Miller

[PATCH 3.14 10/42] bonding: Call dev_kfree_skby_any instead of kfree_skb.

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com Replace kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: Eric W. Biederman