The patch titled Subject: MAINTAINERS: fix list entries with display names has been added to the -mm mm-nonmm-unstable branch. Its filename is maintainers-fix-list-entries-with-display-names.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maintainers-fix-list-entries-with-display-names.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: "Rob Herring (Arm)" <robh@xxxxxxxxxx> Subject: MAINTAINERS: fix list entries with display names Date: Tue, 31 Dec 2024 09:54:14 -0600 get_maintainers.pl doesn't expect list entries to have a display name. Entries with a display name are omitted and print just the description: (open list:PIN CONTROLLER - FREESCALE) These cases are pretty much aliases to a few people, not lists which are archived and can be subscribed to. Change these cases to be reviewers instead. Link: https://lkml.kernel.org/r/20241231155415.186244-1-robh@xxxxxxxxxx Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/MAINTAINERS~maintainers-fix-list-entries-with-display-names +++ a/MAINTAINERS @@ -2830,7 +2830,7 @@ ARM/NXP S32G ARCHITECTURE R: Chester Lin <chester62515@xxxxxxxxx> R: Matthias Brugger <mbrugger@xxxxxxxx> R: Ghennadi Procopciuc <ghennadi.procopciuc@xxxxxxxxxxx> -L: NXP S32 Linux Team <s32@xxxxxxx> +R: NXP S32 Linux Team <s32@xxxxxxx> L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers) S: Maintained F: arch/arm64/boot/dts/freescale/s32g*.dts* @@ -16613,8 +16613,8 @@ F: arch/nios2/ NITRO ENCLAVES (NE) M: Alexandru Ciobotaru <alcioa@xxxxxxxxxx> +R: The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@xxxxxxxxxx> L: linux-kernel@xxxxxxxxxxxxxxx -L: The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@xxxxxxxxxx> S: Supported W: https://aws.amazon.com/ec2/nitro/nitro-enclaves/ F: Documentation/virt/ne_overview.rst @@ -16625,8 +16625,8 @@ F: samples/nitro_enclaves/ NITRO SECURE MODULE (NSM) M: Alexander Graf <graf@xxxxxxxxxx> +R: The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@xxxxxxxxxx> L: linux-kernel@xxxxxxxxxxxxxxx -L: The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@xxxxxxxxxx> S: Supported W: https://aws.amazon.com/ec2/nitro/nitro-enclaves/ F: drivers/misc/nsm.c @@ -18438,8 +18438,8 @@ M: Fabio Estevam <festevam@xxxxxxxxx> M: Shawn Guo <shawnguo@xxxxxxxxxx> M: Jacky Bai <ping.bai@xxxxxxx> R: Pengutronix Kernel Team <kernel@xxxxxxxxxxxxxx> +R: NXP S32 Linux Team <s32@xxxxxxx> L: linux-gpio@xxxxxxxxxxxxxxx -L: NXP S32 Linux Team <s32@xxxxxxx> S: Maintained F: Documentation/devicetree/bindings/pinctrl/fsl,* F: Documentation/devicetree/bindings/pinctrl/nxp,s32* @@ -19574,7 +19574,7 @@ F: drivers/ras/amd/fmpm.c RASPBERRY PI PISP BACK END M: Jacopo Mondi <jacopo.mondi@xxxxxxxxxxxxxxxx> -L: Raspberry Pi Kernel Maintenance <kernel-list@xxxxxxxxxxxxxxx> +R: Raspberry Pi Kernel Maintenance <kernel-list@xxxxxxxxxxxxxxx> L: linux-media@xxxxxxxxxxxxxxx S: Maintained F: Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml _ Patches currently in -mm which might be from robh@xxxxxxxxxx are maintainers-fix-list-entries-with-display-names.patch