Re: [PATCH v3 1/2] MAINTAINERS: add dedicated PowerPC RAS section
Hari Bathini <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 20/08/26 1:07 am, Shivang Upadhyay wrote: > Introduce a new "PowerPC RAS (Reliability, Availability and > Serviceability)" entry in the PowerPC Machines block, replacing the > existing Fadump/MPIPL sections. Retaining the maintainer and > reviewer entries from Fadump/MPIPL sections for this broader umbrella. > > Currently most of RAS related code sits in spapr_rtas.c, So Adding > it to PowerPC RAS section. Additionally adding spapr_events.c, as it > implements RTAS error logging infrastructure and spapr_pci_vfio.c, since > its all EEH related code. > > Acked-by: Sourabh Jain <[email protected]> > Acked-by: Aditya Gupta <[email protected]> > Signed-off-by: Shivang Upadhyay <[email protected]> > --- > MAINTAINERS | 32 +++++++++++++++----------------- > 1 file changed, 15 insertions(+), 17 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b51f5c3e60..a2a80c789c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1762,6 +1762,21 @@ F: include/hw/ppc/vof* > F: pc-bios/vof/* > F: pc-bios/vof* > > +PowerPC RAS (Reliability, Availability and Serviceability) With the scope now expanded to include additional files, I’m not sure I’ll be able to review everything given my current workload. However, I should be able to review the FADump-specific patches. With that said: Acked-by: Hari Bathini <[email protected]> > +M: Aditya Gupta <[email protected]> > +R: Sourabh Jain <[email protected]> > +R: Hari Bathini <[email protected]> > +L: [email protected] > +S: Maintained > +F: hw/ppc/spapr_events.c > +F: hw/ppc/spapr_fadump.c > +F: hw/ppc/spapr_pci_vfio.c > +F: hw/ppc/spapr_rtas.c > +F: hw/ppc/pnv_mpipl.c > +F: include/hw/ppc/spapr_fadump.h > +F: include/hw/ppc/pnv_mpipl.h > +F: tests/functional/ppc64/test_fadump.py > + > RISC-V Machines > --------------- > OpenTitan > @@ -3386,23 +3401,6 @@ F: scripts/coccinelle/remove_local_err.cocci > F: scripts/coccinelle/use-error_fatal.cocci > F: scripts/coccinelle/errp-guard.cocci > > -Firmware Assisted Dump (fadump) for sPAPR (pseries) > -M: Aditya Gupta <[email protected]> > -R: Sourabh Jain <[email protected]> > -S: Maintained > -F: include/hw/ppc/spapr_fadump.h > -F: hw/ppc/spapr_fadump.c > -F: tests/functional/ppc64/test_fadump.py > - > -Memory-Preserving Initial Program Load (MPIPL) for PowerNV > -M: Aditya Gupta <[email protected]> > -R: Hari Bathini <[email protected]> > -R: Sourabh <[email protected]> > -S: Maintained > -F: include/hw/ppc/pnv_mpipl.h > -F: hw/ppc/pnv_mpipl.c > -F: tests/functional/ppc64/test_fadump.py > - > GDB stub > M: Alex Bennée <[email protected]> > R: Philippe Mathieu-Daudé <[email protected]>