[PATCH v4 2/3] powerpc/eeh: Use result of error_detected() in uevent
Lukas Wunner
lukas at wunner.de
Thu Aug 7 21:34:43 AEST 2025
On Thu, Aug 07, 2025 at 12:15:32PM +0200, Niklas Schnelle wrote:
> With pci_uevent_ers() handling PCI_ERS_RESULT_NEED_RESET the result of
> error_detected() can be used in pci_uevent_ers() even if drivers request
> a reset. This aligns EEH's behavior with both AER.
I guess the sentence is supposed to end with "and s390"?
I would have recounted the history a bit, e.g.:
Ever since uevent support was added for AER and EEH with commit
856e1eb9bdd4 ("PCI/AER: Add uevents in AER and EEH error/resume"), it
reported PCI_ERS_RESULT_NONE as the result of ->error_detected() to
user space.
Commit 7b42d97e99d3 ("PCI/ERR: Always report current recovery status for
udev") subsequently amended AER to report the actual return value of
->error_detected().
Make the same change to EEH to align it with AER (and s390 error
recovery).
> Suggested-by: Lukas Wunner <lukas at wunner.de>
> Link: https://lore.kernel.org/linux-pci/aIp6LiKJor9KLVpv@wunner.de/
> Signed-off-by: Niklas Schnelle <schnelle at linux.ibm.com>
Reviewed-by: Lukas Wunner <lukas at wunner.de>
More information about the Linuxppc-dev
mailing list