s390/pci: Report PCI error recovery results via SCLP
authorNiklas Schnelle <schnelle@linux.ibm.com>
Fri, 13 Dec 2024 13:47:28 +0000 (14:47 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 16 Dec 2024 15:14:26 +0000 (16:14 +0100)
commit4ec6054e7321dc24ebccaa08b3af0d590f5666e6
tree337a64dcb32b82eb6f635fae7d5b1163d348775e
parentfac04efc5c793dccbd07e2d59af9f90b7fc0dca4
s390/pci: Report PCI error recovery results via SCLP

Add a mechanism with which the status of PCI error recovery runs
is reported to the platform. Together with the status supply additional
information that may aid in problem determination.

Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/sclp.h
arch/s390/pci/Makefile
arch/s390/pci/pci_event.c
arch/s390/pci/pci_report.c [new file with mode: 0644]
arch/s390/pci/pci_report.h [new file with mode: 0644]
drivers/s390/char/sclp.h
drivers/s390/char/sclp_pci.c