Re: [PATCH] MAINTAINERS: Update my maintainer entries to reorder email addresses

From: Shuah Khan
Date: Tue May 26 2020 - 13:04:08 EST


On 5/22/20 8:26 PM, Joe Perches wrote:
On Fri, 2020-05-22 at 20:19 -0600, Shuah Khan wrote:
get_maintainer.pl picks only the first email address found in the file.
Reorder my email addresses so it finds my linuxfoundation.org email.

OK.

btw: --noremove-duplicates is also an option. For instance:

$ ./scripts/get_maintainer.pl -f Documentation/usb/usbip_protocol.rst
Valentina Manea <valentina.manea.m@xxxxxxxxx> (maintainer:USB OVER IP DRIVER)
Shuah Khan <shuah@xxxxxxxxxx> (maintainer:USB OVER IP DRIVER)
Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> (supporter:USB SUBSYSTEM)
Jonathan Corbet <corbet@xxxxxxx> (maintainer:DOCUMENTATION)
linux-usb@xxxxxxxxxxxxxxx (open list:USB OVER IP DRIVER)
linux-doc@xxxxxxxxxxxxxxx (open list:DOCUMENTATION)
linux-kernel@xxxxxxxxxxxxxxx (open list)

vs:

$ ./scripts/get_maintainer.pl --noremove-duplicates -f Documentation/usb/usbip_protocol.rst
Valentina Manea <valentina.manea.m@xxxxxxxxx> (maintainer:USB OVER IP DRIVER)
Shuah Khan <shuah@xxxxxxxxxx> (maintainer:USB OVER IP DRIVER)
Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> (maintainer:USB OVER IP DRIVER)
Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> (supporter:USB SUBSYSTEM)
Jonathan Corbet <corbet@xxxxxxx> (maintainer:DOCUMENTATION)
linux-usb@xxxxxxxxxxxxxxx (open list:USB OVER IP DRIVER)
linux-doc@xxxxxxxxxxxxxxx (open list:DOCUMENTATION)
linux-kernel@xxxxxxxxxxxxxxx (open list)


Sadly, people that don't run get_maintainer.pl, leave alone running it
with --noremove-duplicates option. So your suggestion doesn't really
help me.

My preference is to get patches to both Inboxes if possible which isn't
possible unless -noremove-duplicate is default. Having this option as
default probably will annoy lot of people . So I am not asking for
that.

That being said, I don't understand your comment. Are you recommending
using just one email in these entries?

thanks,
-- Shuah