lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45c339ffdf90019ce97a260d8126e3e3a1b3c1ae.camel@perches.com>
Date: Wed, 24 Jul 2024 07:02:35 -0700
From: Joe Perches <joe@...ches.com>
To: Paul Menzel <pmenzel@...gen.mpg.de>
Cc: linux-kernel@...r.kernel.org, Greg Kroah-Hartman
	 <gregkh@...uxfoundation.org>
Subject: Re: get_maintainer.pl finds old email address not in MAINTAINERS

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@...e.de>
>      David Brownell <david-b@...bell.net>
>      linux-usb@...r.kernel.org
>      linux-kernel@...r.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@...ux.ibm.com> <geraldsc@...ibm.com>
 Gerald Schaefer <gerald.schaefer@...ux.ibm.com> <gerald.schaefer@...ibm.com>
 Gerald Schaefer <gerald.schaefer@...ux.ibm.com> <geraldsc@...ux.vnet.ibm.com>
 Greg Kroah-Hartman <greg@...idna.(none)>
-Greg Kroah-Hartman <gregkh@...e.de>
+Greg Kroah-Hartman <gregkh@...uxfoundation.org> <gregkh@...e.de>
 Greg Kroah-Hartman <greg@...ah.com>
 Greg Kurz <groug@...d.org> <gkurz@...ux.vnet.ibm.com>
 Gregory CLEMENT <gregory.clement@...tlin.com> <gregory.clement@...e-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@...bell.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@...rs.sourceforge.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ