Re: de2104x: interrupts before interrupt handler is registered

2006-03-07 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2006-03-07 05:11]: * Francois Romieu [EMAIL PROTECTED] [2006-03-06 22:17]: Not sure about this one, but... It seems to help. It's hard to say for sure because I don't have a foolproof way to reproduce this panic. It _usually_ occurs after copying a

Re: de2104x: interrupts before interrupt handler is registered

2006-03-07 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2006-03-06 19:17]: There's another interrupt related bug in the driver, though. I There's yet another bug (or two). I just got another kernel panic: http://www.cyrius.com/tmp/de2104x_panic2.jpg (which I haven't been able to reproduce so far; this was

Re: de2104x: interrupts before interrupt handler is registered

2006-03-07 Thread Martin Michlmayr
* Francois Romieu [EMAIL PROTECTED] [2006-03-08 01:15]: netdev watchdog events appear in the dmesg of the patched driver. The driver survived it. So I'd say that the patch does its job. OTOH, if you ever saw the unpatched driver survive this event, yell now. No, I've never seen the

Re: de2104x: interrupts before interrupt handler is registered

2006-03-06 Thread Martin Michlmayr
* Francois Romieu [EMAIL PROTECTED] [2006-03-05 19:59]: I have a system on which I can reproduce this bug 100%. While I have no idea how to fix the issue, I can provide debugging information and test a fix. (not compile-tested) Thanks a lot for your quick response, Francois. I can

Re: de2104x: interrupts before interrupt handler is registered

2006-03-06 Thread Francois Romieu
Martin Michlmayr [EMAIL PROTECTED] : [...] There's another interrupt related bug in the driver, though. I sometimes get a kernel panic when rsycing several 100 megs of data across the LAN. A picture showing the call trace can be found at http://www.cyrius.com/tmp/de2104x_panic.jpg Can you

Re: de2104x: interrupts before interrupt handler is registered

2006-03-06 Thread Martin Michlmayr
* Francois Romieu [EMAIL PROTECTED] [2006-03-06 20:48]: There's another interrupt related bug in the driver, though. I sometimes get a kernel panic when rsycing several 100 megs of data across the LAN. A picture showing the call trace can be found at

Re: de2104x: interrupts before interrupt handler is registered

2006-03-06 Thread Francois Romieu
Martin Michlmayr [EMAIL PROTECTED] : [...] http://www.cyrius.com/tmp/config-2.6.16-rc5-486 By the way, I'm getting the following messages in dmesg: netconsole appears enabled. Do you use it ? -- Ueimor - To unsubscribe from this list: send the line unsubscribe netdev in the body of a

Re: de2104x: interrupts before interrupt handler is registered

2006-03-06 Thread Francois Romieu
Martin Michlmayr [EMAIL PROTECTED] : [...] By the way, I'm getting the following messages in dmesg: eth0: tx err, status 0x7fffb002 Tx underrun. Is there anything which could induce a noticeable load on the PCI bus ? -- Ueimor - To unsubscribe from this list: send the line unsubscribe

Re: de2104x: interrupts before interrupt handler is registered

2006-03-06 Thread Martin Michlmayr
* Francois Romieu [EMAIL PROTECTED] [2006-03-06 21:54]: By the way, I'm getting the following messages in dmesg: eth0: tx err, status 0x7fffb002 Tx underrun. Is there anything which could induce a noticeable load on the PCI bus ? I was going to say no because I was simply copying some data