From: Max Asbock <[EMAIL PROTECTED]> Date: Tue, 16 Oct 2007 16:34:40 -0700
> I tested the bnx2x driver (0001-BNX2X-0.40.10a-net-2.6.24.patch) with > netdev-2.6.24 git tree and found that I can reproducibly panic the > system when running netperf with the TCP_STREAM test. > I copied the following information from the panic message: > RIP: 0xc02fff32 > net_rx_action +0x142/0x190 The driver is doing netif_rx_complete() yet returning a value from ->poll() which is >= budget, which is illegal. We had to fix a similar bug in the tg3 and bnx2 drivers, the same logic probably just propagated itself into bnx2x. - 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