Re: [PATCH v3 3/4] s390/pci: Report SCLP status on error events when no pdev is associated

From: Farhan Ali

Date: Thu Sep 17 2026 - 19:49:58 EST



On 9/16/2026 8:14 AM, Niklas Schnelle wrote:
With commit 4ec6054e7321 ("s390/pci: Report PCI error recovery results
via SCLP") SCLP reports are generated when recovery is performed in
response to an error event. If such an error event arrives but no pdev
is currently associated with the zdev, e.g. because it was removed or
not yet probed, no report is generated. Fix this by generating a report
specific to an error event for a zdev without an associated pdev.

Cc:stable@xxxxxxxxxxxxxxx
Fixes: 4ec6054e7321 ("s390/pci: Report PCI error recovery results via SCLP")
Signed-off-by: Niklas Schnelle<schnelle@xxxxxxxxxxxxx>
---
arch/s390/pci/pci_event.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Reviewed-by: Farhan Ali <alifm@xxxxxxxxxxxxx>