[Qemu-devel] [PATCH] MAINTAINERS: Remove bouncing email in ARM ACPI

Philippe Mathieu-Daudé posted 1 patch 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181029195931.8747-1-philmd@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[Qemu-devel] [PATCH] MAINTAINERS: Remove bouncing email in ARM ACPI
Posted by Philippe Mathieu-Daudé 7 years ago
Shannon Zhao's email at Huawei is bouncing: remove it.

    X-Failed-Recipients: zhaoshenglong@huawei.com
    ** Address not found **
    Your message wasn't delivered to zhaoshenglong@huawei.com because the address couldn't be found, or is unable to receive mail.

Note that the section still contains his personal email (see e59f13d76bb).

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d794bd7a66..1aa2728aac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -625,7 +625,6 @@ F: hw/*/xlnx*.c
 F: include/hw/*/xlnx*.h
 
 ARM ACPI Subsystem
-M: Shannon Zhao <zhaoshenglong@huawei.com>
 M: Shannon Zhao <shannon.zhaosl@gmail.com>
 L: qemu-arm@nongnu.org
 S: Maintained
-- 
2.17.2


Re: [Qemu-devel] [PATCH] MAINTAINERS: Remove bouncing email in ARM ACPI
Posted by Shannon Zhao 7 years ago

On 2018/10/30 3:59, Philippe Mathieu-Daudé wrote:
> Shannon Zhao's email at Huawei is bouncing: remove it.
> 
>      X-Failed-Recipients: zhaoshenglong@huawei.com
>      ** Address not found **
>      Your message wasn't delivered to zhaoshenglong@huawei.com because the address couldn't be found, or is unable to receive mail.
> 
> Note that the section still contains his personal email (see e59f13d76bb).
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Thanks Philippe.

Acked-by: Shannon Zhao <shannon.zhaosl@gmail.com>
> ---
>   MAINTAINERS | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d794bd7a66..1aa2728aac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -625,7 +625,6 @@ F: hw/*/xlnx*.c
>   F: include/hw/*/xlnx*.h
>   
>   ARM ACPI Subsystem
> -M: Shannon Zhao <zhaoshenglong@huawei.com>
>   M: Shannon Zhao <shannon.zhaosl@gmail.com>
>   L: qemu-arm@nongnu.org
>   S: Maintained
> 

Re: [Qemu-devel] [PATCH] MAINTAINERS: Remove bouncing email in ARM ACPI
Posted by Peter Maydell 7 years ago
On 29 October 2018 at 19:59, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
> Shannon Zhao's email at Huawei is bouncing: remove it.
>
>     X-Failed-Recipients: zhaoshenglong@huawei.com
>     ** Address not found **
>     Your message wasn't delivered to zhaoshenglong@huawei.com because the address couldn't be found, or is unable to receive mail.
>
> Note that the section still contains his personal email (see e59f13d76bb).
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d794bd7a66..1aa2728aac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -625,7 +625,6 @@ F: hw/*/xlnx*.c
>  F: include/hw/*/xlnx*.h
>
>  ARM ACPI Subsystem
> -M: Shannon Zhao <zhaoshenglong@huawei.com>
>  M: Shannon Zhao <shannon.zhaosl@gmail.com>
>  L: qemu-arm@nongnu.org
>  S: Maintained



Applied to target-arm.next, thanks.

-- PMM