RE: [PATCH] e1000: no need for reboot notifier

From: Luck, Tony
Date: Tue Jul 26 2005 - 16:43:52 EST


>> sys_reboot() now calls device_suspend(), so it is no longer necessary for
>> the e1000 driver to register a reboot notifier [in fact doing so results
>> in e1000_suspend() getting called twice].
>
>Does this fix the ia64 reboot, or do we still have the
>mpt-fusion problem?

We still have the mpt-fusion problem :-( That one appears to
be more convoluted ... we don't seem to be calling the suspend
functions more than once, but I still see the "Badness" messages
from iosapic_unregister_intr(). There may also be an ordering
problem where we shutdown some bits of mpt-fusion, and then later
call the suspend function for another layer to sync out some
SCSI stuff, but it is toast because the device is already down.

-Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/