[PATCH] MAINTAINERS: Don't list Andrzej Zaborowski for various components

Peter Maydell posted 1 patch 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210722180951.29802-1-peter.maydell@linaro.org
MAINTAINERS | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
[PATCH] MAINTAINERS: Don't list Andrzej Zaborowski for various components
Posted by Peter Maydell 2 years, 9 months ago
Andrzej Zaborowski is listed as an "Odd Fixes" maintainer for the
nSeries, Palm and PXA2XX boards, as well as the "Maintained" status
Arm 32-bit TCG backend.

Andrzej's last email to qemu-devel was back in 2017, and the email
before that was all the way back in 2013.  We don't really need to
fill his email up with CCs on QEMU patches any more...

Remove Andrzej from the various boards sections (leaving them still
Odd Fixes with me as the backup patch reviewer).  Add Richard
Henderson as the maintainer for the Arm TCG backend, since removing
Andrzej would otherwise leave that section with no M: line at all.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
Andrzej: if you're reading this, thanks for all the work you did
on QEMU back in the day; and if you do want to still be CCd on
patches let me know and I'll happily drop this MAINTAINERS update.

Richard: are you happy with (a) being listed for Arm TCG and
(b) it being "Maintained" status?
---
 MAINTAINERS | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4256ad1adbb..8c44a26bcce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -786,7 +786,6 @@ F: roms/vbootrom
 F: docs/system/arm/nuvoton.rst
 
 nSeries
-M: Andrzej Zaborowski <balrogg@gmail.com>
 M: Peter Maydell <peter.maydell@linaro.org>
 L: qemu-arm@nongnu.org
 S: Odd Fixes
@@ -804,7 +803,6 @@ F: tests/acceptance/machine_arm_n8x0.py
 F: docs/system/arm/nseries.rst
 
 Palm
-M: Andrzej Zaborowski <balrogg@gmail.com>
 M: Peter Maydell <peter.maydell@linaro.org>
 L: qemu-arm@nongnu.org
 S: Odd Fixes
@@ -837,7 +835,6 @@ F: include/hw/intc/realview_gic.h
 F: docs/system/arm/realview.rst
 
 PXA2XX
-M: Andrzej Zaborowski <balrogg@gmail.com>
 M: Peter Maydell <peter.maydell@linaro.org>
 L: qemu-arm@nongnu.org
 S: Odd Fixes
@@ -3037,7 +3034,7 @@ F: disas/arm-a64.cc
 F: disas/libvixl/
 
 ARM TCG target
-M: Andrzej Zaborowski <balrogg@gmail.com>
+M: Richard Henderson <richard.henderson@linaro.org>
 S: Maintained
 L: qemu-arm@nongnu.org
 F: tcg/arm/
-- 
2.20.1


Re: [PATCH] MAINTAINERS: Don't list Andrzej Zaborowski for various components
Posted by Richard Henderson 2 years, 9 months ago
On 7/22/21 8:09 AM, Peter Maydell wrote:
> Andrzej Zaborowski is listed as an "Odd Fixes" maintainer for the
> nSeries, Palm and PXA2XX boards, as well as the "Maintained" status
> Arm 32-bit TCG backend.
> 
> Andrzej's last email to qemu-devel was back in 2017, and the email
> before that was all the way back in 2013.  We don't really need to
> fill his email up with CCs on QEMU patches any more...
> 
> Remove Andrzej from the various boards sections (leaving them still
> Odd Fixes with me as the backup patch reviewer).  Add Richard
> Henderson as the maintainer for the Arm TCG backend, since removing
> Andrzej would otherwise leave that section with no M: line at all.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> Andrzej: if you're reading this, thanks for all the work you did
> on QEMU back in the day; and if you do want to still be CCd on
> patches let me know and I'll happily drop this MAINTAINERS update.
> 
> Richard: are you happy with (a) being listed for Arm TCG and
> (b) it being "Maintained" status?

Yep.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~