[PATCH v3 10/10] MAINTAINERS: Add entry for MPIPL (PowerNV)

Aditya Gupta posted 10 patches 1 month, 2 weeks ago
Maintainers: Nicholas Piggin <npiggin@gmail.com>, Chinmay Rath <rathc@linux.ibm.com>, Glenn Miles <milesg@linux.ibm.com>, Aditya Gupta <adityag@linux.ibm.com>, Hari Bathini <hbathini@linux.ibm.com>, Sourabh Jain <sourabhjain@linux.ibm.com>
There is a newer version of this series
[PATCH v3 10/10] MAINTAINERS: Add entry for MPIPL (PowerNV)
Posted by Aditya Gupta 1 month, 2 weeks ago
Add maintainer and reviewer for MPIPL subsystem.

Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 233d2a5e71ff..f536356faf49 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3289,6 +3289,14 @@ 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 <adityag@linux.ibm.com>
+R: Hari Bathini <hbathini@linux.ibm.com>
+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 <alex.bennee@linaro.org>
 R: Philippe Mathieu-Daudé <philmd@linaro.org>
-- 
2.53.0


Re: [PATCH v3 10/10] MAINTAINERS: Add entry for MPIPL (PowerNV)
Posted by Hari Bathini 1 month ago

On 25/02/26 6:16 pm, Aditya Gupta wrote:
> Add maintainer and reviewer for MPIPL subsystem.
> 

Couple of minor nits in patch 2 & 7.
None the less, for the series...

Reviewed-by: Hari Bathini <hbathini@linux.ibm.com>

> Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
> ---
>   MAINTAINERS | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 233d2a5e71ff..f536356faf49 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3289,6 +3289,14 @@ 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 <adityag@linux.ibm.com>
> +R: Hari Bathini <hbathini@linux.ibm.com>
> +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 <alex.bennee@linaro.org>
>   R: Philippe Mathieu-Daudé <philmd@linaro.org>


Re: [PATCH v3 10/10] MAINTAINERS: Add entry for MPIPL (PowerNV)
Posted by Aditya Gupta 1 month ago
On 06/03/26 16:24, Hari Bathini wrote:
>
>
> On 25/02/26 6:16 pm, Aditya Gupta wrote:
>> Add maintainer and reviewer for MPIPL subsystem.
>>
>
> Couple of minor nits in patch 2 & 7.
> None the less, for the series...
>
> Reviewed-by: Hari Bathini <hbathini@linux.ibm.com>
>
Thanks for the review Hari, will fix the nits in v4.