[PATCH] maintainers: remove bouncing AMD maintainer

Link Mauve posted 1 patch 1 week, 2 days ago
There is a newer version of this series
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH] 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 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'
```

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

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] maintainers: remove bouncing AMD maintainer
Posted by Michal Simek 1 week, 2 days ago

On 7/15/26 20:11, 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 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'
> ```
> 
> Signed-off-by: Link Mauve <linkmauve@linkmauve.fr>

No problem with the patch itself but don't think that you really need to c&p 
that long error log. You could put it below --- not to end up in commit message.

Thanks,
Michal