Re: powerpc/eeh: Fix partial hotplug criterion

2016-02-24 Thread Michael Ellerman
On Fri, 2016-12-02 at 05:03:05 UTC, Gavin Shan wrote: > During error recovery, the device could be removed as part of the > partial hotplug. The criterion used to come with partial hotplug > is: if the device driver provides error_detected(), slot_reset() > and resume() callbacks, it's immune from

[PATCH] powerpc/eeh: Fix partial hotplug criterion

2016-02-11 Thread Gavin Shan
During error recovery, the device could be removed as part of the partial hotplug. The criterion used to come with partial hotplug is: if the device driver provides error_detected(), slot_reset() and resume() callbacks, it's immune from hotplug. Otherwise, it's going to experience partial hotplug d