[PATCH net-next] Add Jeff Kirsher to .get_maintainer.ignore

Jakub Kicinski posted 1 patch 1 year, 9 months ago
.get_maintainer.ignore | 1 +
1 file changed, 1 insertion(+)
[PATCH net-next] Add Jeff Kirsher to .get_maintainer.ignore
Posted by Jakub Kicinski 1 year, 9 months ago
Jeff was retired as the Intel driver maintainer in
commit 6667df916fce ("MAINTAINERS: Update MAINTAINERS for
Intel ethernet drivers"), and his address bounces.
But he has signed-off a lot of patches over the years
so get_maintainer insists on CCing him.

We haven't heard from him since he left Intel, so remapping
the address via mailmap is also pointless. Add to ignored
addresses.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: jesse.brandeburg@intel.com
CC: anthony.l.nguyen@intel.com
CC: linux-kernel@vger.kernel.org
---
 .get_maintainer.ignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
index c298bab3d320..7d1b30aae874 100644
--- a/.get_maintainer.ignore
+++ b/.get_maintainer.ignore
@@ -1,4 +1,5 @@
 Alan Cox <alan@lxorguk.ukuu.org.uk>
 Alan Cox <root@hraefn.swansea.linux.org.uk>
 Christoph Hellwig <hch@lst.de>
+Jeff Kirsher <jeffrey.t.kirsher@intel.com>
 Marc Gonzalez <marc.w.gonzalez@free.fr>
-- 
2.44.0
Re: [PATCH net-next] Add Jeff Kirsher to .get_maintainer.ignore
Posted by Tony Nguyen 1 year, 9 months ago

On 3/6/2024 7:47 AM, Jakub Kicinski wrote:
> Jeff was retired as the Intel driver maintainer in
> commit 6667df916fce ("MAINTAINERS: Update MAINTAINERS for
> Intel ethernet drivers"), and his address bounces.
> But he has signed-off a lot of patches over the years
> so get_maintainer insists on CCing him.
> 
> We haven't heard from him since he left Intel, so remapping
> the address via mailmap is also pointless. Add to ignored
> addresses.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Acked-by: Tony Nguyen <anthony.l.nguyen@intel.com>

> ---
> CC: jesse.brandeburg@intel.com
> CC: anthony.l.nguyen@intel.com
> CC: linux-kernel@vger.kernel.org
> ---
>   .get_maintainer.ignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
> index c298bab3d320..7d1b30aae874 100644
> --- a/.get_maintainer.ignore
> +++ b/.get_maintainer.ignore
> @@ -1,4 +1,5 @@
>   Alan Cox <alan@lxorguk.ukuu.org.uk>
>   Alan Cox <root@hraefn.swansea.linux.org.uk>
>   Christoph Hellwig <hch@lst.de>
> +Jeff Kirsher <jeffrey.t.kirsher@intel.com>
>   Marc Gonzalez <marc.w.gonzalez@free.fr>