2023-05-08 14:47:36

by Uwe Kleine-König

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Drop realname for L: entries

The format of L: entries in the MAINTAINERS file are expected to just
contain the list's email address. get_maintainers doesn't cope well, if
a realname is specified:

$ scripts/get_maintainer.pl -f Documentation/devicetree/bindings/display/arm,komeda.yaml
...
(open list:ARM KOMEDA DRM-KMS DRIVER)
...

So drop the realname (and the < >).

Fixes: ab6911b73493 ("MAINTAINERS: Add maintainer for Arm komeda driver")
Fixes: 6865788f5ad9 ("MAINTAINERS: Update entries from the Nitro Enclaves section")
Fixes: 3affaa5a7ca3 ("drm/afbc: Add AFBC modifier usage documentation")
Signed-off-by: Uwe Kleine-König <[email protected]>
---
Hello,

who will apply this patch? Joe?

Best regards
Uwe

MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e0b87d5aa2e..ae1d8e140a67 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1669,7 +1669,7 @@ ARM KOMEDA DRM-KMS DRIVER
M: James (Qian) Wang <[email protected]>
M: Liviu Dudau <[email protected]>
M: Mihail Atanassov <[email protected]>
-L: Mali DP Maintainers <[email protected]>
+L: [email protected]
S: Supported
T: git git://anongit.freedesktop.org/drm/drm-misc
F: Documentation/devicetree/bindings/display/arm,komeda.yaml
@@ -1691,7 +1691,7 @@ F: include/uapi/drm/panfrost_drm.h
ARM MALI-DP DRM DRIVER
M: Liviu Dudau <[email protected]>
M: Brian Starkey <[email protected]>
-L: Mali DP Maintainers <[email protected]>
+L: [email protected]
S: Supported
T: git git://anongit.freedesktop.org/drm/drm-misc
F: Documentation/devicetree/bindings/display/arm,malidp.yaml
@@ -14825,7 +14825,7 @@ F: arch/nios2/
NITRO ENCLAVES (NE)
M: Alexandru Ciobotaru <[email protected]>
L: [email protected]
-L: The AWS Nitro Enclaves Team <[email protected]>
+L: [email protected]
S: Supported
W: https://aws.amazon.com/ec2/nitro/nitro-enclaves/
F: Documentation/virt/ne_overview.rst

base-commit: ac9a78681b921877518763ba0e89202254349d1b
--
2.39.2


2023-05-08 16:05:17

by Joe Perches

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Drop realname for L: entries

On Mon, 2023-05-08 at 16:41 +0200, Uwe Kleine-K?nig wrote:
> The format of L: entries in the MAINTAINERS file are expected to just
> contain the list's email address. get_maintainers doesn't cope well, if
> a realname is specified:
>
> $ scripts/get_maintainer.pl -f Documentation/devicetree/bindings/display/arm,komeda.yaml
> ...
> (open list:ARM KOMEDA DRM-KMS DRIVER)
> ...
>
> So drop the realname (and the < >).
>
> Fixes: ab6911b73493 ("MAINTAINERS: Add maintainer for Arm komeda driver")
> Fixes: 6865788f5ad9 ("MAINTAINERS: Update entries from the Nitro Enclaves section")
> Fixes: 3affaa5a7ca3 ("drm/afbc: Add AFBC modifier usage documentation")
> Signed-off-by: Uwe Kleine-K?nig <[email protected]>
> ---
> Hello,
>
> who will apply this patch? Joe?

Andrew? Please apply.

I do suspect though that these are non-public mailing lists/exploders
and these would be better as M: entries with names.

> Best regards
> Uwe
>
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7e0b87d5aa2e..ae1d8e140a67 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1669,7 +1669,7 @@ ARM KOMEDA DRM-KMS DRIVER
> M: James (Qian) Wang <[email protected]>
> M: Liviu Dudau <[email protected]>
> M: Mihail Atanassov <[email protected]>
> -L: Mali DP Maintainers <[email protected]>
> +L: [email protected]
> S: Supported
> T: git git://anongit.freedesktop.org/drm/drm-misc
> F: Documentation/devicetree/bindings/display/arm,komeda.yaml
> @@ -1691,7 +1691,7 @@ F: include/uapi/drm/panfrost_drm.h
> ARM MALI-DP DRM DRIVER
> M: Liviu Dudau <[email protected]>
> M: Brian Starkey <[email protected]>
> -L: Mali DP Maintainers <[email protected]>
> +L: [email protected]
> S: Supported
> T: git git://anongit.freedesktop.org/drm/drm-misc
> F: Documentation/devicetree/bindings/display/arm,malidp.yaml
> @@ -14825,7 +14825,7 @@ F: arch/nios2/
> NITRO ENCLAVES (NE)
> M: Alexandru Ciobotaru <[email protected]>
> L: [email protected]
> -L: The AWS Nitro Enclaves Team <[email protected]>
> +L: [email protected]
> S: Supported
> W: https://aws.amazon.com/ec2/nitro/nitro-enclaves/
> F: Documentation/virt/ne_overview.rst
>
> base-commit: ac9a78681b921877518763ba0e89202254349d1b

2023-05-09 16:57:22

by Liviu Dudau

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Drop realname for L: entries

On Mon, May 08, 2023 at 04:41:35PM +0200, Uwe Kleine-König wrote:
> The format of L: entries in the MAINTAINERS file are expected to just
> contain the list's email address. get_maintainers doesn't cope well, if
> a realname is specified:
>
> $ scripts/get_maintainer.pl -f Documentation/devicetree/bindings/display/arm,komeda.yaml
> ...
> (open list:ARM KOMEDA DRM-KMS DRIVER)
> ...
>
> So drop the realname (and the < >).
>
> Fixes: ab6911b73493 ("MAINTAINERS: Add maintainer for Arm komeda driver")
> Fixes: 6865788f5ad9 ("MAINTAINERS: Update entries from the Nitro Enclaves section")
> Fixes: 3affaa5a7ca3 ("drm/afbc: Add AFBC modifier usage documentation")
> Signed-off-by: Uwe Kleine-König <[email protected]>
> ---
> Hello,
>
> who will apply this patch? Joe?
>
> Best regards
> Uwe
>
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7e0b87d5aa2e..ae1d8e140a67 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1669,7 +1669,7 @@ ARM KOMEDA DRM-KMS DRIVER
> M: James (Qian) Wang <[email protected]>
> M: Liviu Dudau <[email protected]>
> M: Mihail Atanassov <[email protected]>
> -L: Mali DP Maintainers <[email protected]>
> +L: [email protected]
> S: Supported
> T: git git://anongit.freedesktop.org/drm/drm-misc
> F: Documentation/devicetree/bindings/display/arm,komeda.yaml
> @@ -1691,7 +1691,7 @@ F: include/uapi/drm/panfrost_drm.h
> ARM MALI-DP DRM DRIVER
> M: Liviu Dudau <[email protected]>
> M: Brian Starkey <[email protected]>
> -L: Mali DP Maintainers <[email protected]>
> +L: [email protected]
> S: Supported
> T: git git://anongit.freedesktop.org/drm/drm-misc
> F: Documentation/devicetree/bindings/display/arm,malidp.yaml

Trying to save some churn, I will NAK this part as I'm planning on sending
an update removing the mailing list completely and trimming down the list
of maintainers, removing the people that have moved on.

If it's too late, the appologies as I have seen this email only today.

Best regards,
Liviu


> @@ -14825,7 +14825,7 @@ F: arch/nios2/
> NITRO ENCLAVES (NE)
> M: Alexandru Ciobotaru <[email protected]>
> L: [email protected]
> -L: The AWS Nitro Enclaves Team <[email protected]>
> +L: [email protected]
> S: Supported
> W: https://aws.amazon.com/ec2/nitro/nitro-enclaves/
> F: Documentation/virt/ne_overview.rst
>
> base-commit: ac9a78681b921877518763ba0e89202254349d1b
> --
> 2.39.2
>

--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
¯\_(ツ)_/¯

2023-05-10 12:33:01

by Liviu Dudau

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Cleanup Arm Display IP maintainers

Some people have moved to different roles and are no longer involved
in the upstream development. As there is only one person left,
remove the mailing list as well as it serves no purpose.

Cc: Brian Starkey <[email protected]>
Cc: Mihail Atanasov <[email protected]>
Signed-off-by: Liviu Dudau <[email protected]>
---
MAINTAINERS | 5 -----
1 file changed, 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 276298cfc7ee4..7d5184550a11e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1660,10 +1660,7 @@ F: drivers/power/reset/arm-versatile-reboot.c
F: drivers/soc/versatile/

ARM KOMEDA DRM-KMS DRIVER
-M: James (Qian) Wang <[email protected]>
M: Liviu Dudau <[email protected]>
-M: Mihail Atanassov <[email protected]>
-L: Mali DP Maintainers <[email protected]>
S: Supported
T: git git://anongit.freedesktop.org/drm/drm-misc
F: Documentation/devicetree/bindings/display/arm,komeda.yaml
@@ -1684,8 +1681,6 @@ F: include/uapi/drm/panfrost_drm.h

ARM MALI-DP DRM DRIVER
M: Liviu Dudau <[email protected]>
-M: Brian Starkey <[email protected]>
-L: Mali DP Maintainers <[email protected]>
S: Supported
T: git git://anongit.freedesktop.org/drm/drm-misc
F: Documentation/devicetree/bindings/display/arm,malidp.yaml
--
2.40.1


2023-05-10 12:51:53

by Liviu Dudau

[permalink] [raw]
Subject: [PATCH v2] MAINTAINERS: Cleanup Arm Display IP maintainers

Some people have moved to different roles and are no longer involved
in the upstream development. As there is only one person left,
remove the mailing list as well as it serves no purpose.

Cc: Brian Starkey <[email protected]>
Cc: Mihail Atanassov <[email protected]>
Signed-off-by: Liviu Dudau <[email protected]>
---

Appologies to Mihail, looks like I have forgot how to spell his name.

MAINTAINERS | 5 -----
1 file changed, 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 276298cfc7ee4..7d5184550a11e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1660,10 +1660,7 @@ F: drivers/power/reset/arm-versatile-reboot.c
F: drivers/soc/versatile/

ARM KOMEDA DRM-KMS DRIVER
-M: James (Qian) Wang <[email protected]>
M: Liviu Dudau <[email protected]>
-M: Mihail Atanassov <[email protected]>
-L: Mali DP Maintainers <[email protected]>
S: Supported
T: git git://anongit.freedesktop.org/drm/drm-misc
F: Documentation/devicetree/bindings/display/arm,komeda.yaml
@@ -1684,8 +1681,6 @@ F: include/uapi/drm/panfrost_drm.h

ARM MALI-DP DRM DRIVER
M: Liviu Dudau <[email protected]>
-M: Brian Starkey <[email protected]>
-L: Mali DP Maintainers <[email protected]>
S: Supported
T: git git://anongit.freedesktop.org/drm/drm-misc
F: Documentation/devicetree/bindings/display/arm,malidp.yaml
--
2.40.1


2023-05-10 15:41:58

by Brian Starkey

[permalink] [raw]
Subject: Re: [PATCH v2] MAINTAINERS: Cleanup Arm Display IP maintainers

Thanks Liviu,

Acked-by: Brian Starkey <[email protected]>

On Wed, May 10, 2023 at 01:28:11PM +0100, Liviu Dudau wrote:
> Some people have moved to different roles and are no longer involved
> in the upstream development. As there is only one person left,
> remove the mailing list as well as it serves no purpose.
>
> Cc: Brian Starkey <[email protected]>
> Cc: Mihail Atanassov <[email protected]>
> Signed-off-by: Liviu Dudau <[email protected]>
> ---
>
> Appologies to Mihail, looks like I have forgot how to spell his name.
>
> MAINTAINERS | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 276298cfc7ee4..7d5184550a11e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1660,10 +1660,7 @@ F: drivers/power/reset/arm-versatile-reboot.c
> F: drivers/soc/versatile/
>
> ARM KOMEDA DRM-KMS DRIVER
> -M: James (Qian) Wang <[email protected]>
> M: Liviu Dudau <[email protected]>
> -M: Mihail Atanassov <[email protected]>
> -L: Mali DP Maintainers <[email protected]>
> S: Supported
> T: git git://anongit.freedesktop.org/drm/drm-misc
> F: Documentation/devicetree/bindings/display/arm,komeda.yaml
> @@ -1684,8 +1681,6 @@ F: include/uapi/drm/panfrost_drm.h
>
> ARM MALI-DP DRM DRIVER
> M: Liviu Dudau <[email protected]>
> -M: Brian Starkey <[email protected]>
> -L: Mali DP Maintainers <[email protected]>
> S: Supported
> T: git git://anongit.freedesktop.org/drm/drm-misc
> F: Documentation/devicetree/bindings/display/arm,malidp.yaml
> --
> 2.40.1
>