Kenzo Iwami wrote: > With this patch applied, I confirmed that the system doesn't panic. > I think this patch can fix this problem. > Does this patch have problems. Kenzo, thanks for staying patient while most of us were out or busy. Apart from acknowledging that you might have fixed a problem with your patch, we're very reluctant to merge such a huge change in our driver that touches much more cases then the one that seems to be giving you problems. I've thought up a much more elegant solution that prevents the driver from asserting the swfw semaphore during normal operations by checking the mac LU (link up) register in the watchdog. This allows the watchdog task to bypass all PHY checking in case all link statuses are OK, and thus removes the big problem that you are seeing. Attached a version that should apply against most current trees. Please give it a try and let us know if this also fixes the problem for you. I will most likely push this patch to the netdev tree in any case. Cheers, Auke ---