The patch titled Subject: get_maintainer: Honor mailmap for in file emails has been added to the -mm tree. Its filename is get_maintainer-honor-mailmap-for-in-file-emails.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/get_maintainer-honor-mailmap-for-in-file-emails.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/get_maintainer-honor-mailmap-for-in-file-emails.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Rob Herring <robh@xxxxxxxxxx> Subject: get_maintainer: Honor mailmap for in file emails Add support to also use the mailmap for 'in file' email addresses. Link: https://lkml.kernel.org/r/20220323193645.317514-1-robh@xxxxxxxxxx Signed-off-by: Rob Herring <robh@xxxxxxxxxx> Reported-by: Marc Zyngier <maz@xxxxxxxxxx> Acked-by: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/get_maintainer.pl | 1 + 1 file changed, 1 insertion(+) --- a/scripts/get_maintainer.pl~get_maintainer-honor-mailmap-for-in-file-emails +++ a/scripts/get_maintainer.pl @@ -983,6 +983,7 @@ sub get_maintainers { } foreach my $email (@file_emails) { + $email = mailmap_email($email); my ($name, $address) = parse_email($email); my $tmp_email = format_email($name, $address, $email_usename); _ Patches currently in -mm which might be from robh@xxxxxxxxxx are get_maintainer-honor-mailmap-for-in-file-emails.patch