All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: remove undeliverable entries in RADEON and AMDGPU DRM DRIVERS
@ 2025-02-25  9:10 Mingcong Bai
  2025-02-25 18:42 ` Hamza Mahfooz
  2025-02-25 19:25 ` Alex Deucher
  0 siblings, 2 replies; 3+ messages in thread
From: Mingcong Bai @ 2025-02-25  9:10 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher, Christian König, Kexy Biscuit, Mingcong Bai

While running:

./scripts/get_maintainer.pl \
    drivers/gpu/drm/amd/display/amdgpu_dm \
    --no-rolestats'

For a list of Cc's, I got two undeliverable address errors from
postmaster@amd.com:

  Xinhui Pan <Xinhui.Pan@amd.com>
  Hamza Mahfooz <hamza.mahfooz@amd.com>

I tried to contact Alex Deucher and Christian König back in early
Februrary, but received no reply.

To avoid warning emails from the future, remove Xinhui Pan from
MAINTAINERS and add Hamza Mahfooz to .get_maintainer.ignore.

Suggested-by: Kexy Biscuit <kexybiscuit@aosc.io>
Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
---
 .get_maintainer.ignore | 1 +
 MAINTAINERS            | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
index b458815f1d1bf..3343330fb11df 100644
--- a/.get_maintainer.ignore
+++ b/.get_maintainer.ignore
@@ -4,3 +4,4 @@ Christoph Hellwig <hch@lst.de>
 Jeff Kirsher <jeffrey.t.kirsher@intel.com>
 Marc Gonzalez <marc.w.gonzalez@free.fr>
 Ralf Baechle <ralf@linux-mips.org>
+Hamza Mahfooz <hamza.mahfooz@amd.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 4ff26fa94895d..d6ea828345fdb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19657,7 +19657,6 @@ F:	drivers/net/wireless/quantenna
 RADEON and AMDGPU DRM DRIVERS
 M:	Alex Deucher <alexander.deucher@amd.com>
 M:	Christian König <christian.koenig@amd.com>
-M:	Xinhui Pan <Xinhui.Pan@amd.com>
 L:	amd-gfx@lists.freedesktop.org
 S:	Supported
 B:	https://gitlab.freedesktop.org/drm/amd/-/issues
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: remove undeliverable entries in RADEON and AMDGPU DRM DRIVERS
  2025-02-25  9:10 [PATCH] MAINTAINERS: remove undeliverable entries in RADEON and AMDGPU DRM DRIVERS Mingcong Bai
@ 2025-02-25 18:42 ` Hamza Mahfooz
  2025-02-25 19:25 ` Alex Deucher
  1 sibling, 0 replies; 3+ messages in thread
From: Hamza Mahfooz @ 2025-02-25 18:42 UTC (permalink / raw)
  To: Mingcong Bai; +Cc: amd-gfx, Alex Deucher, Christian König, Kexy Biscuit

On Tue, Feb 25, 2025 at 05:10:03PM +0800, Mingcong Bai wrote:
> While running:
> 
> ./scripts/get_maintainer.pl \
>     drivers/gpu/drm/amd/display/amdgpu_dm \
>     --no-rolestats'
> 
> For a list of Cc's, I got two undeliverable address errors from
> postmaster@amd.com:
> 
>   Xinhui Pan <Xinhui.Pan@amd.com>
>   Hamza Mahfooz <hamza.mahfooz@amd.com>
> 
> I tried to contact Alex Deucher and Christian König back in early
> Februrary, but received no reply.
> 
> To avoid warning emails from the future, remove Xinhui Pan from
> MAINTAINERS and add Hamza Mahfooz to .get_maintainer.ignore.

Can you try on the current HEAD of mainline? There is an entry for me in
.mailmap AFAIK.

> 
> Suggested-by: Kexy Biscuit <kexybiscuit@aosc.io>
> Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
> ---
>  .get_maintainer.ignore | 1 +
>  MAINTAINERS            | 1 -
>  2 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
> index b458815f1d1bf..3343330fb11df 100644
> --- a/.get_maintainer.ignore
> +++ b/.get_maintainer.ignore
> @@ -4,3 +4,4 @@ Christoph Hellwig <hch@lst.de>
>  Jeff Kirsher <jeffrey.t.kirsher@intel.com>
>  Marc Gonzalez <marc.w.gonzalez@free.fr>
>  Ralf Baechle <ralf@linux-mips.org>
> +Hamza Mahfooz <hamza.mahfooz@amd.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4ff26fa94895d..d6ea828345fdb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19657,7 +19657,6 @@ F:	drivers/net/wireless/quantenna
>  RADEON and AMDGPU DRM DRIVERS
>  M:	Alex Deucher <alexander.deucher@amd.com>
>  M:	Christian König <christian.koenig@amd.com>
> -M:	Xinhui Pan <Xinhui.Pan@amd.com>
>  L:	amd-gfx@lists.freedesktop.org
>  S:	Supported
>  B:	https://gitlab.freedesktop.org/drm/amd/-/issues
> -- 
> 2.48.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: remove undeliverable entries in RADEON and AMDGPU DRM DRIVERS
  2025-02-25  9:10 [PATCH] MAINTAINERS: remove undeliverable entries in RADEON and AMDGPU DRM DRIVERS Mingcong Bai
  2025-02-25 18:42 ` Hamza Mahfooz
@ 2025-02-25 19:25 ` Alex Deucher
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2025-02-25 19:25 UTC (permalink / raw)
  To: Mingcong Bai; +Cc: amd-gfx, Alex Deucher, Christian König, Kexy Biscuit

On Tue, Feb 25, 2025 at 4:10 AM Mingcong Bai <jeffbai@aosc.io> wrote:
>
> While running:
>
> ./scripts/get_maintainer.pl \
>     drivers/gpu/drm/amd/display/amdgpu_dm \
>     --no-rolestats'
>
> For a list of Cc's, I got two undeliverable address errors from
> postmaster@amd.com:
>
>   Xinhui Pan <Xinhui.Pan@amd.com>
>   Hamza Mahfooz <hamza.mahfooz@amd.com>
>
> I tried to contact Alex Deucher and Christian König back in early
> Februrary, but received no reply.
>
> To avoid warning emails from the future, remove Xinhui Pan from
> MAINTAINERS and add Hamza Mahfooz to .get_maintainer.ignore.
>
> Suggested-by: Kexy Biscuit <kexybiscuit@aosc.io>
> Signed-off-by: Mingcong Bai <jeffbai@aosc.io>

These and a few others have already been fixed up.  Thanks!

Alex

> ---
>  .get_maintainer.ignore | 1 +
>  MAINTAINERS            | 1 -
>  2 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
> index b458815f1d1bf..3343330fb11df 100644
> --- a/.get_maintainer.ignore
> +++ b/.get_maintainer.ignore
> @@ -4,3 +4,4 @@ Christoph Hellwig <hch@lst.de>
>  Jeff Kirsher <jeffrey.t.kirsher@intel.com>
>  Marc Gonzalez <marc.w.gonzalez@free.fr>
>  Ralf Baechle <ralf@linux-mips.org>
> +Hamza Mahfooz <hamza.mahfooz@amd.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4ff26fa94895d..d6ea828345fdb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19657,7 +19657,6 @@ F:      drivers/net/wireless/quantenna
>  RADEON and AMDGPU DRM DRIVERS
>  M:     Alex Deucher <alexander.deucher@amd.com>
>  M:     Christian König <christian.koenig@amd.com>
> -M:     Xinhui Pan <Xinhui.Pan@amd.com>
>  L:     amd-gfx@lists.freedesktop.org
>  S:     Supported
>  B:     https://gitlab.freedesktop.org/drm/amd/-/issues
> --
> 2.48.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-25 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25  9:10 [PATCH] MAINTAINERS: remove undeliverable entries in RADEON and AMDGPU DRM DRIVERS Mingcong Bai
2025-02-25 18:42 ` Hamza Mahfooz
2025-02-25 19:25 ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.