On Wed, 07 Mar 2007 15:18:44 -0800 (PST), David Miller <[EMAIL PROTECTED]> 
wrote:
> netpoll_rx() should be invokable from hardware interrupt context.
> What is the crash you are seeing?

The problem is not netpoll_rx().  It should be called from irq context.
The problem is, netif_receive_skb() is called from irq context though
it seems not designed to do so.

> It looks like perhaps the kfree_skb() calls need to be modified
> in __netpoll_rx().

Well, it seems an another netpoll bug.
---
Atsushi Nemoto
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to