[PATCH v2 2/8] powerpc/eeh: More relexed hotplug criterion
Daniel Axtens
dja at axtens.net
Wed Oct 14 10:48:15 AEDT 2015
Gavin Shan <gwshan at linux.vnet.ibm.com> writes:
> I think you're talking about the situation reported from the bug. It's
> CAN_RECOVER instead of NONE returned from error_detected(). With the
> CAN_RECOVER, the driver hopes the EEH core to enable the IO path so that
> it can collect diag-data from IO space at late point.
Oh. That's an interesting decision from the driver's point of view.
I obviously need to re-read the patch and the surrounding code and try
again to make sense of it later. Thanks for your attempts to explain it!
Regards,
Daniel
>
>>Partial hotplug is pretty hacky to begin with, and a driver being able
>>to opt out of EEH selectively is a useful feature, so we probably want
>>to redesign the state machine to handle them both better. That would be
>>a long term project.
>>
>
> Thanks,
> Gavin
>
>>>>> Signed-off-by: Gavin Shan <gwshan at linux.vnet.ibm.com>
>>>>> ---
>>>>> arch/powerpc/kernel/eeh_driver.c | 5 ++++-
>>>>> 1 file changed, 4 insertions(+), 1 deletion(-)
>>>>>
>>>>> diff --git a/arch/powerpc/kernel/eeh_driver.c b/arch/powerpc/kernel/eeh_driver.c
>>>>> index 3a626ed..32178a4 100644
>>>>> --- a/arch/powerpc/kernel/eeh_driver.c
>>>>> +++ b/arch/powerpc/kernel/eeh_driver.c
>>>>> @@ -416,7 +416,10 @@ static void *eeh_rmv_device(void *data, void *userdata)
>>>>> driver = eeh_pcid_get(dev);
>>>>> if (driver) {
>>>>> eeh_pcid_put(dev);
>>>>> - if (driver->err_handler)
>>>>> + if (driver->err_handler &&
>>>>> + driver->err_handler->error_detected &&
>>>>> + driver->err_handler->slot_reset &&
>>>>> + driver->err_handler->resume)
>>>>> return NULL;
>>>>> }
>>>>>
>>>>> --
>>>>> 2.1.0
>>>>>
>>>>> _______________________________________________
>>>>> Linuxppc-dev mailing list
>>>>> Linuxppc-dev at lists.ozlabs.org
>>>>> https://lists.ozlabs.org/listinfo/linuxppc-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 859 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20151014/2c73b3b9/attachment.sig>
More information about the Linuxppc-dev
mailing list