From: Joe Perches <joe@perches.com>
To: Paul Menzel <pmenzel@molgen.mpg.de>
Cc: linux-kernel@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: get_maintainer.pl finds old email address not in MAINTAINERS
Date: Wed, 24 Jul 2024 07:02:35 -0700 [thread overview]
Message-ID: <45c339ffdf90019ce97a260d8126e3e3a1b3c1ae.camel@perches.com> (raw)
In-Reply-To: <8021ff18-b277-4e6a-9a15-5e107ae5809e@molgen.mpg.de>
On Wed, 2024-07-24 at 15:25 +0200, Paul Menzel wrote:
> Dear Linux folks,
>
>
> I sent a patch [1] using
>
> git send-email --identity=linux
> 0001-USB-core-hub_port_reset-Remove-extra-40-ms-reset-rec.patch
>
> with the git configuration below.
>
> [sendemail.linux]
> tocmd ="`pwd`/scripts/get_maintainer.pl --nogit --nogit-fallback
> --norolestats --nol"
> cccmd ="`pwd`/scripts/get_maintainer.pl --nogit --nogit-fallback
> --norolestats --nom"
>
> That resulted in Gregs old SUSE address getting added:
>
> $ git describe origin
> v6.10-12246-g786c8248dbd3
> $ scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats
> --nom 0001-USB-core-hub_port_reset-Remove-extra-40-ms-reset-rec.patch
> Greg Kroah-Hartman <gregkh@suse.de>
> David Brownell <david-b@pacbell.net>
> linux-usb@vger.kernel.org
> linux-kernel@vger.kernel.org
>
> I am wondering where that address is coming from, and if I should change
> my git configuration?
It's coming from the commit of the Fixes: line
Fixes: b789696af8b4 ("[PATCH] USB: relax usbcore reset timings")
And that commit has those email addresses.
I suppose it could be argued that the existing .mailmap entry
should somehow fix this but without changing .mailmap entries
with just a single email address like this:
diff --git a/.mailmap b/.mailmap
index 8284692f9610..1d2062d479b9 100644
--- a/.mailmap
+++ b/.mailmap
@@ -204,7 +204,7 @@ Gerald Schaefer <gerald.schaefer@linux.ibm.com> <geraldsc@de.ibm.com>
Gerald Schaefer <gerald.schaefer@linux.ibm.com> <gerald.schaefer@de.ibm.com>
Gerald Schaefer <gerald.schaefer@linux.ibm.com> <geraldsc@linux.vnet.ibm.com>
Greg Kroah-Hartman <greg@echidna.(none)>
-Greg Kroah-Hartman <gregkh@suse.de>
+Greg Kroah-Hartman <gregkh@linuxfoundation.org> <gregkh@suse.de>
Greg Kroah-Hartman <greg@kroah.com>
Greg Kurz <groug@kaod.org> <gkurz@linux.vnet.ibm.com>
Gregory CLEMENT <gregory.clement@bootlin.com> <gregory.clement@free-electrons.com>
There's no trivial way to do that.
If these single line entries in .mailmap are modified,
get_maintainer works fine.
Here's the Fixes: commit:
---
commit b789696af8b4102b7cc26dec30c2c51ce51ee18b
Author: David Brownell <david-b@pacbell.net>
Date: Wed Aug 31 10:41:44 2005 -0700
[PATCH] USB: relax usbcore reset timings
This appears to help some folk, please merge.
This patch relaxes reset timings. There are some reports that it
helps make enumeration work better on some high speed devices.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
next prev parent reply other threads:[~2024-07-24 14:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-24 11:15 [PATCH] USB: core: hub_port_reset: Remove extra 40 ms reset recovery time Paul Menzel
2024-07-24 13:25 ` get_maintainer.pl finds old email address not in MAINTAINERS Paul Menzel
2024-07-24 14:02 ` Joe Perches [this message]
2024-07-24 14:10 ` [PATCH] USB: core: hub_port_reset: Remove extra 40 ms reset recovery time Alan Stern
2024-07-24 18:14 ` Paul Menzel
2024-07-24 18:52 ` Alan Stern
2024-07-24 21:00 ` Paul Menzel
2024-07-26 17:48 ` Alan Stern
2024-08-04 7:15 ` Paul Menzel
2024-08-04 13:19 ` Alan Stern
2024-08-05 9:17 ` Mathias Nyman
2024-08-05 21:41 ` Paul Menzel
2024-08-05 8:19 ` Paul Menzel
2024-08-05 13:38 ` Alan Stern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45c339ffdf90019ce97a260d8126e3e3a1b3c1ae.camel@perches.com \
--to=joe@perches.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pmenzel@molgen.mpg.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®