lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <AANLkTi=xqvZPgsnVK18yNW0spme5Zsk0cpzAtVCKeF0+@mail.gmail.com> Date: Fri, 17 Dec 2010 19:17:48 -0800 From: Jeff Kirsher <jeffrey.t.kirsher@...el.com> To: prasanna.panchamukhi@...erbed.com Cc: e1000-devel@...ts.sourceforge.net, netdev@...r.kernel.org Subject: Re: [PATCH] net/e1000e : Fix to use dev_kfree_skb_any() instead of dev_kfree_skb() in _jumbo_rx_irq On Fri, Dec 17, 2010 at 14:31, Prasanna Panchamukhi <ppanchamukhi@...erbed.com> wrote: > > Several "Warning: kfree_skb on hard IRQ" messages have been observed from > the net/e1000e driver, e1000_clean_jumbo_rx_irq() routine calling > dev_kfree_skb(). This patch fixes the above warning messages by > calling dev_kfree_skb_any() instead of dev_kfree_skb(). > > Signed-off-by: Prasanna S. Panchamukhi<prasanna.panchamukhi@...erbed.com> > --- > drivers/net/e1000e/netdev.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > Thanks, I have added it to my tree for review and testing. -- Cheers, Jeff -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists