[PATCH] MAINTAINERS: Drop the lines with Sarah Harris

Thomas Huth posted 1 patch 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210401062426.3192118-1-thuth@redhat.com
MAINTAINERS | 3 ---
1 file changed, 3 deletions(-)
[PATCH] MAINTAINERS: Drop the lines with Sarah Harris
Posted by Thomas Huth 3 years ago
In a mail to the qemu-devel mailing list, Sarah wrote:

"I was added as a reviewer (in MAINTAINERS) for the AVR target for the
 duration of my research work using it.
 The funding for my project expires in the middle of April, so I will not be
 able to provide time for reviewing patches from that point."

Thus let's remove the corresponding lines in the MAINTAINERS file.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 554be84b32..e7b54372c8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -174,7 +174,6 @@ F: include/hw/arm/smmu*
 
 AVR TCG CPUs
 M: Michael Rolnik <mrolnik@gmail.com>
-R: Sarah Harris <S.E.Harris@kent.ac.uk>
 S: Maintained
 F: docs/system/target-avr.rst
 F: gdb-xml/avr-cpu.xml
@@ -1045,7 +1044,6 @@ AVR Machines
 
 AVR MCUs
 M: Michael Rolnik <mrolnik@gmail.com>
-R: Sarah Harris <S.E.Harris@kent.ac.uk>
 S: Maintained
 F: default-configs/*/avr-softmmu.mak
 F: hw/avr/
@@ -1058,7 +1056,6 @@ F: hw/misc/avr_power.c
 
 Arduino
 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
-R: Sarah Harris <S.E.Harris@kent.ac.uk>
 S: Maintained
 F: hw/avr/arduino.c
 
-- 
2.27.0


Re: [PATCH] MAINTAINERS: Drop the lines with Sarah Harris
Posted by Sarah Harris 3 years ago
On Thu, 1 Apr 2021 08:26:41 +0200
Thomas Huth <thuth@redhat.com> wrote:

> This is done by sending a patch to the list that remove the entries. I just 
> did that now - would be great if you could reply to that mail on the list 
> with "Reviewed-by: ..." or "Acked-by: ...".

On Thu, 1 Apr 2021 08:24:26 +0200
Thomas Huth <thuth@redhat.com> wrote:

> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 554be84b32..e7b54372c8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -174,7 +174,6 @@ F: include/hw/arm/smmu*
>  
>  AVR TCG CPUs
>  M: Michael Rolnik <mrolnik@gmail.com>
> -R: Sarah Harris <S.E.Harris@kent.ac.uk>
>  S: Maintained
>  F: docs/system/target-avr.rst
>  F: gdb-xml/avr-cpu.xml
> @@ -1045,7 +1044,6 @@ AVR Machines
>  
>  AVR MCUs
>  M: Michael Rolnik <mrolnik@gmail.com>
> -R: Sarah Harris <S.E.Harris@kent.ac.uk>
>  S: Maintained
>  F: default-configs/*/avr-softmmu.mak
>  F: hw/avr/
> @@ -1058,7 +1056,6 @@ F: hw/misc/avr_power.c
>  
>  Arduino
>  M: Philippe Mathieu-Daudé <f4bug@amsat.org>
> -R: Sarah Harris <S.E.Harris@kent.ac.uk>
>  S: Maintained
>  F: hw/avr/arduino.c
>  
> -- 
> 2.27.0

Thanks for explaining and submitting this patch!
Reviewed-by: Sarah Harris <S.E.Harris@kent.ac.uk>