[PATCH v2] maintainers: remove bouncing AMD maintainer

Link Mauve posted 1 patch 1 week, 2 days ago
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH v2] maintainers: remove bouncing AMD maintainer
Posted by Link Mauve 1 week, 2 days ago
Their last commit in the kernel is from February 2024:
9f742e3efc978a480d64b10b353bde656e275aa1

This maintainer seemingly doesn’t have their AMD email address any more,
which results in all patches against the XILINX ZYNQMP NVMEM DRIVER to
bounce back.

Signed-off-by: Link Mauve <linkmauve@linkmauve.fr>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

Emails sent to this maintainer all bounce with this error:
```
Delivery has failed to these recipients or groups:

Praveen Teja Kundanala (praveen.teja.kundanala@amd.com)<mailto:praveen.teja.kundanala@amd.com>
The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin.

Diagnostic information for administrators:

Generating server: satlexmb07.amd.com

praveen.teja.kundanala@amd.com
Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup'
```

Changes since v1:
- Moved the email server reply out of the commit message. (Thanks
  Michal!)

diff --git a/MAINTAINERS b/MAINTAINERS
index ce5c5185c773..90ca196dffa2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -29658,7 +29658,6 @@ S:	Maintained
 F:	drivers/crypto/xilinx/zynqmp-sha.c
 
 XILINX ZYNQMP NVMEM DRIVER
-M:	Praveen Teja Kundanala <praveen.teja.kundanala@amd.com>
 M:	Kalyani Akula <kalyani.akula@amd.com>
 R:	Michal Simek <michal.simek@amd.com>
 S:	Maintained
-- 
2.55.0

Re: [PATCH v2] maintainers: remove bouncing AMD maintainer
Posted by Michal Simek 1 week, 2 days ago

On 7/16/26 11:48, Link Mauve wrote:
> Their last commit in the kernel is from February 2024:
> 9f742e3efc978a480d64b10b353bde656e275aa1
> 
> This maintainer seemingly doesn’t have their AMD email address any more,
> which results in all patches against the XILINX ZYNQMP NVMEM DRIVER to
> bounce back.
> 
> Signed-off-by: Link Mauve <linkmauve@linkmauve.fr>
> ---
>   MAINTAINERS | 1 -
>   1 file changed, 1 deletion(-)
> 
> Emails sent to this maintainer all bounce with this error:
> ```
> Delivery has failed to these recipients or groups:
> 
> Praveen Teja Kundanala (praveen.teja.kundanala@amd.com)<mailto:praveen.teja.kundanala@amd.com>
> The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin.
> 
> Diagnostic information for administrators:
> 
> Generating server: satlexmb07.amd.com
> 
> praveen.teja.kundanala@amd.com
> Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup'
> ```
> 
> Changes since v1:
> - Moved the email server reply out of the commit message. (Thanks
>    Michal!)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ce5c5185c773..90ca196dffa2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -29658,7 +29658,6 @@ S:	Maintained
>   F:	drivers/crypto/xilinx/zynqmp-sha.c
>   
>   XILINX ZYNQMP NVMEM DRIVER
> -M:	Praveen Teja Kundanala <praveen.teja.kundanala@amd.com>
>   M:	Kalyani Akula <kalyani.akula@amd.com>
>   R:	Michal Simek <michal.simek@amd.com>
>   S:	Maintained

Acked-by: Michal Simek <michal.simek@amd.com>

Thanks,
Michal