Re: [PATCH] e100 locking up netconsole.

2005-01-22 Thread Steven Rostedt
On Sat, 2005-01-22 at 20:52 -0500, Steven Rostedt wrote: > I'm currently working with Ingo's RT patched kernel, but I believe this > affects the mainline too. > > If the transmit buffer of the e100 overflowed, then the system would > hang. This was caused because the e100 driver would stop the que

[PATCH] e100 locking up netconsole.

2005-01-22 Thread Steven Rostedt
I'm currently working with Ingo's RT patched kernel, but I believe this affects the mainline too. If the transmit buffer of the e100 overflowed, then the system would hang. This was caused because the e100 driver would stop the queue, and find_skb in netpoll.c would then loop forever. This is bec