Re: [PATCH v5 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
From: Niklas Schnelle <schnelle@linux.ibm.com>
Date: 2025-08-14 08:44:23
Also in:
linux-pci, linux-s390, lkml
From: Niklas Schnelle <schnelle@linux.ibm.com>
Date: 2025-08-14 08:44:23
Also in:
linux-pci, linux-s390, lkml
On Thu, 2025-08-07 at 15:55 +0200, Niklas Schnelle wrote:
Hi Bjorn, Lukas, Mahesh, This series adds issuing of uevents during PCI recovery on s390. In developing this I noticed that pci_uevent_ers() ignores PCI_ERS_RESULT_NEED_RESET. I think this will result in AER not generating a uevent at the beginning of recovery if drivers request a reset via the voting on error_detected() returns. This is fixed in the first patch and relied upon by the s390 recovery code as it also uses the result of error_detected() though with one device/driver at a time. Thanks, Niklas Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com> ---
Hi Bjorn, as you just picked up Lukas' "PCI: Reduce AER / EEH deviations" series for pci/aer, I think it would make sense to take this via that tree also. If you prefer and provide an ack for the first patch this could also go via s390 of course. Thanks, Niklas