Re: [PATCH] MAINTAINERS: Update my maintainer entries to reorder email addresses

From: Mauro Carvalho Chehab
Date: Sat May 23 2020 - 01:59:27 EST


Hi Shuah,

Em Fri, 22 May 2020 20:19:28 -0600
Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> escreveu:

> get_maintainer.pl picks only the first email address found in the file.
> Reorder my email addresses so it finds my linuxfoundation.org email.

Next time someone would run the ordering script again, this patch
would need to be re-applied.

Instead, why don't you just use a single e-mail at the maintainer's
entry and place the other one at the .mailmap file?

>
> Signed-off-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
> ---
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ecc0749810b0..dbad8b18bfe6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4404,8 +4404,8 @@ F: include/linux/cpuidle.h
>
> CPU POWER MONITORING SUBSYSTEM
> M: Thomas Renninger <trenn@xxxxxxxx>
> -M: Shuah Khan <shuah@xxxxxxxxxx>
> M: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
> +M: Shuah Khan <shuah@xxxxxxxxxx>
> L: linux-pm@xxxxxxxxxxxxxxx
> S: Maintained
> F: tools/power/cpupower/
> @@ -9238,8 +9238,8 @@ F: include/uapi/linux/sunrpc/
> F: net/sunrpc/
>
> KERNEL SELFTEST FRAMEWORK
> -M: Shuah Khan <shuah@xxxxxxxxxx>
> M: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
> +M: Shuah Khan <shuah@xxxxxxxxxx>
> L: linux-kselftest@xxxxxxxxxxxxxxx
> S: Maintained
> Q: https://patchwork.kernel.org/project/linux-kselftest/list/
> @@ -17484,8 +17484,8 @@ F: drivers/usb/common/usb-otg-fsm.c
>
> USB OVER IP DRIVER
> M: Valentina Manea <valentina.manea.m@xxxxxxxxx>
> -M: Shuah Khan <shuah@xxxxxxxxxx>
> M: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
> +M: Shuah Khan <shuah@xxxxxxxxxx>
> L: linux-usb@xxxxxxxxxxxxxxx
> S: Maintained
> F: Documentation/usb/usbip_protocol.rst



Thanks,
Mauro