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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 22 May 2020 19:26:58 -0700 From: Joe Perches <joe@...ches.com> To: Shuah Khan <skhan@...uxfoundation.org>, mchehab+huawei@...nel.org, davem@...emloft.net, robh@...nel.org, gregkh@...uxfoundation.org Cc: linux-kernel@...r.kernel.org Subject: Re: [PATCH] MAINTAINERS: Update my maintainer entries to reorder email addresses 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@...il.com> (maintainer:USB OVER IP DRIVER) Shuah Khan <shuah@...nel.org> (maintainer:USB OVER IP DRIVER) Greg Kroah-Hartman <gregkh@...uxfoundation.org> (supporter:USB SUBSYSTEM) Jonathan Corbet <corbet@....net> (maintainer:DOCUMENTATION) linux-usb@...r.kernel.org (open list:USB OVER IP DRIVER) linux-doc@...r.kernel.org (open list:DOCUMENTATION) linux-kernel@...r.kernel.org (open list) vs: $ ./scripts/get_maintainer.pl --noremove-duplicates -f Documentation/usb/usbip_protocol.rst Valentina Manea <valentina.manea.m@...il.com> (maintainer:USB OVER IP DRIVER) Shuah Khan <shuah@...nel.org> (maintainer:USB OVER IP DRIVER) Shuah Khan <skhan@...uxfoundation.org> (maintainer:USB OVER IP DRIVER) Greg Kroah-Hartman <gregkh@...uxfoundation.org> (supporter:USB SUBSYSTEM) Jonathan Corbet <corbet@....net> (maintainer:DOCUMENTATION) linux-usb@...r.kernel.org (open list:USB OVER IP DRIVER) linux-doc@...r.kernel.org (open list:DOCUMENTATION) linux-kernel@...r.kernel.org (open list)
Powered by blists - more mailing lists