Re: [PATCH] e100_shutdown: netif_poll_disable hang

2006-10-21 Thread Damien Wyart
* Auke Kok <[EMAIL PROTECTED]> [2006-10-21 10:54]: his change > breaks something else (a reboot with netconsole, possibly suspend). > Please give the latest version I sent a try. Daniel confirmed me that > it works, but it's always nice to hear it from more people. Yes, your version works here too

Re: [PATCH] e100_shutdown: netif_poll_disable hang

2006-10-21 Thread Auke Kok
Damien Wyart wrote: My machine annoyingly hangs while rebooting. I tracked it down to e100-fix-reboot-f-with-netconsole-enabled.patch in 2.6.18-rc2-mm2 I review the changes and it seemed to be calling netif_poll_disable one too many time. Once in e100_down(), and again in e100_shutdown(). The sec

Re: [PATCH] e100_shutdown: netif_poll_disable hang

2006-10-21 Thread Damien Wyart
> > > My machine annoyingly hangs while rebooting. I tracked it down to > > > e100-fix-reboot-f-with-netconsole-enabled.patch in 2.6.18-rc2-mm2 > > > I review the changes and it seemed to be calling > > > netif_poll_disable one too many time. Once in e100_down(), and > > > again in e100_shutdown().

Re: [PATCH] e100_shutdown: netif_poll_disable hang

2006-10-20 Thread Auke Kok
Auke Kok wrote: Daniel Walker wrote: My machine annoyingly hangs while rebooting. I tracked it down to e100-fix-reboot-f-with-netconsole-enabled.patch in 2.6.18-rc2-mm2 I review the changes and it seemed to be calling netif_poll_disable one too many time. Once in e100_down(), and again in e100_

Re: [PATCH] e100_shutdown: netif_poll_disable hang

2006-10-20 Thread Auke Kok
Daniel Walker wrote: My machine annoyingly hangs while rebooting. I tracked it down to e100-fix-reboot-f-with-netconsole-enabled.patch in 2.6.18-rc2-mm2 I review the changes and it seemed to be calling netif_poll_disable one too many time. Once in e100_down(), and again in e100_shutdown(). The