Kok, Auke <[EMAIL PROTECTED]> wrote: > Dave Jones wrote: >> Last night, I hit this bug during boot up.. >> http://www.codemonkey.org.uk/junk/e100-2.jpg >> >> This morning, I got a mail from a Fedora user of the same >> .23-rc8 based kernel that has seen a different trace >> also implicating e100.. >> >> http://www.codemonkey.org.uk/junk/e100.jpg >> >> It may be that the two problems are unrelated, and it's >> just coincidence that both reports happen to be on an e100, >> but the timing is odd. Have there been other reports >> of similar problems recently ? > > there hasn't been a change to e100 in two months now - perhaps something > slipped > into the stack that broke it? If this reproduces, could you bisect?
Well this looks exactly like the e1000 race that we fixed around the time of the last kernel release. That fix never made it into e100 so it's no surprise that we get a similar crash here. The problem is that if a spurious interrupt comes in between request_irq and netif_poll_enable then you'll get a crash at the next netif_rx_complete. It'd be good if this were reproducible as it would allow us to identify the source of the spurious interrupt, which may well be caused by an unrelated bug somewhere else. In any case, e100 should be prepared to deal with spurious interrupts as e1000 has been fixed to do. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - 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