Skip to content

Commit 235fe08

Browse files
committed
MAINTAINERS: Update PPC contacts for PCI core error handling
The original PCI error recovery functionality was for the powerpc-specific IBM EEH feature. PCIe subsequently added some similar features, including AER and DPC, that can be used on any architecture. We want the generic PCI core error handling support to work with all of these features. Driver error recovery callbacks should be independent of which feature the platform provides. Add the generic PCI core error recovery files to the powerpc EEH MAINTAINERS entry so the powerpc folks will be copied on changes to the generic PCI error handling strategy. Add Sam and Oliver as maintainers for this area. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Russell Currey <ruscur@russell.cc> Acked-by: Sam Bobroff <sbobroff@linux.ibm.com>
1 parent 7876320 commit 235fe08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MAINTAINERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11203,8 +11203,14 @@ F: tools/pci/
1120311203

1120411204
PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
1120511205
M: Russell Currey <ruscur@russell.cc>
11206+
M: Sam Bobroff <sbobroff@linux.ibm.com>
11207+
M: Oliver O'Halloran <oohall@gmail.com>
1120611208
L: linuxppc-dev@lists.ozlabs.org
1120711209
S: Supported
11210+
F: Documentation/PCI/pci-error-recovery.txt
11211+
F: drivers/pci/pcie/aer.c
11212+
F: drivers/pci/pcie/dpc.c
11213+
F: drivers/pci/pcie/err.c
1120811214
F: Documentation/powerpc/eeh-pci-error-recovery.txt
1120911215
F: arch/powerpc/kernel/eeh*.c
1121011216
F: arch/powerpc/platforms/*/eeh*.c

0 commit comments

Comments
 (0)