diff mbox series

MAINTAINERS: Drop Li Yang as their email address stopped working

Message ID 20240405072042.697182-2-u.kleine-koenig@pengutronix.de (mailing list archive)
State New
Headers show
Series MAINTAINERS: Drop Li Yang as their email address stopped working | expand

Commit Message

Uwe Kleine-König April 5, 2024, 7:20 a.m. UTC
When sending a patch to (among others) Li Yang the nxp MTA replied that
the address doesn't exist and so the mail couldn't be delivered. The
error code was 550, so at least technically that's not a temporal issue.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
Hello,

I added the affected maintainers and lists to Cc:, maybe someone there
knows if this issue is only temporal?

@Greg: Given that I noticed the non-existing address when sending an usb
patch, I suggest you care for application of this patch (iff it should
be applied now). If Li Yang disappeared indeed, I'd prefer to drop the
contact from MAINTAINERS early to not give wrong expectations to
contributors.

Best regards
Uwe

 MAINTAINERS | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)


base-commit: c85af715cac0a951eea97393378e84bb49384734

Comments

Michael Ellerman April 8, 2024, 4:48 a.m. UTC | #1
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> writes:
> When sending a patch to (among others) Li Yang the nxp MTA replied that
> the address doesn't exist and so the mail couldn't be delivered. The
> error code was 550, so at least technically that's not a temporal issue.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> Hello,
>
> I added the affected maintainers and lists to Cc:, maybe someone there
> knows if this issue is only temporal?

Apparently not. See https://lore.kernel.org/all/20240219153016.ntltc76bphwrv6hn@skbuf/

  Leo Li (Li Yang) is no longer with NXP.


cheers

> @Greg: Given that I noticed the non-existing address when sending an usb
> patch, I suggest you care for application of this patch (iff it should
> be applied now). If Li Yang disappeared indeed, I'd prefer to drop the
> contact from MAINTAINERS early to not give wrong expectations to
> contributors.
>
> Best regards
> Uwe
>
>  MAINTAINERS | 11 +++--------
>  1 file changed, 3 insertions(+), 8 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7c121493f43d..be19aad15045 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2191,7 +2191,6 @@ N:	mxs
>  
>  ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
>  M:	Shawn Guo <shawnguo@kernel.org>
> -M:	Li Yang <leoyang.li@nxp.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
> @@ -8523,7 +8522,6 @@ S:	Maintained
>  F:	drivers/video/fbdev/fsl-diu-fb.*
>  
>  FREESCALE DMA DRIVER
> -M:	Li Yang <leoyang.li@nxp.com>
>  M:	Zhang Wei <zw@zh-kernel.org>
>  L:	linuxppc-dev@lists.ozlabs.org
>  S:	Maintained
> @@ -8688,10 +8686,9 @@ F:	drivers/soc/fsl/qe/tsa.h
>  F:	include/dt-bindings/soc/cpm1-fsl,tsa.h
>  
>  FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
> -M:	Li Yang <leoyang.li@nxp.com>
>  L:	netdev@vger.kernel.org
>  L:	linuxppc-dev@lists.ozlabs.org
> -S:	Maintained
> +S:	Orphan
>  F:	drivers/net/ethernet/freescale/ucc_geth*
>  
>  FREESCALE QUICC ENGINE UCC HDLC DRIVER
> @@ -8708,10 +8705,9 @@ S:	Maintained
>  F:	drivers/tty/serial/ucc_uart.c
>  
>  FREESCALE SOC DRIVERS
> -M:	Li Yang <leoyang.li@nxp.com>
>  L:	linuxppc-dev@lists.ozlabs.org
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> -S:	Maintained
> +S:	Orphan
>  F:	Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml
>  F:	Documentation/devicetree/bindings/soc/fsl/
>  F:	drivers/soc/fsl/
> @@ -8745,10 +8741,9 @@ F:	Documentation/devicetree/bindings/sound/fsl,qmc-audio.yaml
>  F:	sound/soc/fsl/fsl_qmc_audio.c
>  
>  FREESCALE USB PERIPHERAL DRIVERS
> -M:	Li Yang <leoyang.li@nxp.com>
>  L:	linux-usb@vger.kernel.org
>  L:	linuxppc-dev@lists.ozlabs.org
> -S:	Maintained
> +S:	Orphan
>  F:	drivers/usb/gadget/udc/fsl*
>  
>  FREESCALE USB PHY DRIVER
>
> base-commit: c85af715cac0a951eea97393378e84bb49384734
> -- 
> 2.43.0
Jakub Kicinski April 9, 2024, 9:42 p.m. UTC | #2
On Fri,  5 Apr 2024 09:20:41 +0200 Uwe Kleine-König wrote:
> When sending a patch to (among others) Li Yang the nxp MTA replied that
> the address doesn't exist and so the mail couldn't be delivered. The
> error code was 550, so at least technically that's not a temporal issue.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

FWIW it's eaac25d026a1 in net, thanks!
Uwe Kleine-König April 10, 2024, 6:42 a.m. UTC | #3
On Tue, Apr 09, 2024 at 02:42:04PM -0700, Jakub Kicinski wrote:
> On Fri,  5 Apr 2024 09:20:41 +0200 Uwe Kleine-König wrote:
> > When sending a patch to (among others) Li Yang the nxp MTA replied that
> > the address doesn't exist and so the mail couldn't be delivered. The
> > error code was 550, so at least technically that's not a temporal issue.
> > 
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> 
> FWIW it's eaac25d026a1 in net, thanks!

Greg also picked it up, it's fbdd90334a6205e8a99d0bc2dfc738ee438f00bc in
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-linus
. Both are included in next-20240410. I guess that's not a big problem.
(And please prevent that the patch is dropped from both trees as it's
already included in the other :-)

Best regards
Uwe
Greg Kroah-Hartman April 10, 2024, 8:25 a.m. UTC | #4
On Wed, Apr 10, 2024 at 08:42:06AM +0200, Uwe Kleine-König wrote:
> On Tue, Apr 09, 2024 at 02:42:04PM -0700, Jakub Kicinski wrote:
> > On Fri,  5 Apr 2024 09:20:41 +0200 Uwe Kleine-König wrote:
> > > When sending a patch to (among others) Li Yang the nxp MTA replied that
> > > the address doesn't exist and so the mail couldn't be delivered. The
> > > error code was 550, so at least technically that's not a temporal issue.
> > > 
> > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > 
> > FWIW it's eaac25d026a1 in net, thanks!
> 
> Greg also picked it up, it's fbdd90334a6205e8a99d0bc2dfc738ee438f00bc in
> https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-linus
> . Both are included in next-20240410. I guess that's not a big problem.
> (And please prevent that the patch is dropped from both trees as it's
> already included in the other :-)

We already got a report from linux-next about this, it's fine, we will
both keep it.

thanks,

greg k-h
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7c121493f43d..be19aad15045 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2191,7 +2191,6 @@  N:	mxs
 
 ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
 M:	Shawn Guo <shawnguo@kernel.org>
-M:	Li Yang <leoyang.li@nxp.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
@@ -8523,7 +8522,6 @@  S:	Maintained
 F:	drivers/video/fbdev/fsl-diu-fb.*
 
 FREESCALE DMA DRIVER
-M:	Li Yang <leoyang.li@nxp.com>
 M:	Zhang Wei <zw@zh-kernel.org>
 L:	linuxppc-dev@lists.ozlabs.org
 S:	Maintained
@@ -8688,10 +8686,9 @@  F:	drivers/soc/fsl/qe/tsa.h
 F:	include/dt-bindings/soc/cpm1-fsl,tsa.h
 
 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
-M:	Li Yang <leoyang.li@nxp.com>
 L:	netdev@vger.kernel.org
 L:	linuxppc-dev@lists.ozlabs.org
-S:	Maintained
+S:	Orphan
 F:	drivers/net/ethernet/freescale/ucc_geth*
 
 FREESCALE QUICC ENGINE UCC HDLC DRIVER
@@ -8708,10 +8705,9 @@  S:	Maintained
 F:	drivers/tty/serial/ucc_uart.c
 
 FREESCALE SOC DRIVERS
-M:	Li Yang <leoyang.li@nxp.com>
 L:	linuxppc-dev@lists.ozlabs.org
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	Maintained
+S:	Orphan
 F:	Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml
 F:	Documentation/devicetree/bindings/soc/fsl/
 F:	drivers/soc/fsl/
@@ -8745,10 +8741,9 @@  F:	Documentation/devicetree/bindings/sound/fsl,qmc-audio.yaml
 F:	sound/soc/fsl/fsl_qmc_audio.c
 
 FREESCALE USB PERIPHERAL DRIVERS
-M:	Li Yang <leoyang.li@nxp.com>
 L:	linux-usb@vger.kernel.org
 L:	linuxppc-dev@lists.ozlabs.org
-S:	Maintained
+S:	Orphan
 F:	drivers/usb/gadget/udc/fsl*
 
 FREESCALE USB PHY DRIVER