* [PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver
@ 2020-02-18 10:40 Russell King
2020-02-18 20:00 ` Jakub Kicinski
0 siblings, 1 reply; 8+ messages in thread
From: Russell King @ 2020-02-18 10:40 UTC (permalink / raw)
To: John Crispin, Sean Wang, Mark Lee; +Cc: David S. Miller, netdev
Felix's address has been failing for a while now with the following
non-delivery report:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
nbd@openwrt.org
host util-01.infra.openwrt.org [2a03:b0c0:3:d0::175a:2001]
SMTP error from remote mail server after RCPT TO:<nbd@openwrt.org>:
550 Unrouteable address
Let's remove his address from MAINTAINERS. If a different resolution
is desired, please submit an alternative patch.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index a0d86490c2c6..82dccd29b24f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10528,7 +10528,6 @@ F: drivers/leds/leds-mt6323.c
F: Documentation/devicetree/bindings/leds/leds-mt6323.txt
MEDIATEK ETHERNET DRIVER
-M: Felix Fietkau <nbd@openwrt.org>
M: John Crispin <john@phrozen.org>
M: Sean Wang <sean.wang@mediatek.com>
M: Mark Lee <Mark-MC.Lee@mediatek.com>
--
2.20.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver 2020-02-18 10:40 [PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver Russell King @ 2020-02-18 20:00 ` Jakub Kicinski 2020-02-20 8:54 ` Felix Fietkau 0 siblings, 1 reply; 8+ messages in thread From: Jakub Kicinski @ 2020-02-18 20:00 UTC (permalink / raw) To: Russell King Cc: John Crispin, Sean Wang, Mark Lee, David S. Miller, netdev, Felix Fietkau On Tue, 18 Feb 2020 10:40:01 +0000 Russell King wrote: > Felix's address has been failing for a while now with the following > non-delivery report: > > This message was created automatically by mail delivery software. > > A message that you sent could not be delivered to one or more of its > recipients. This is a permanent error. The following address(es) failed: > > nbd@openwrt.org > host util-01.infra.openwrt.org [2a03:b0c0:3:d0::175a:2001] > SMTP error from remote mail server after RCPT TO:<nbd@openwrt.org>: > 550 Unrouteable address > > Let's remove his address from MAINTAINERS. If a different resolution > is desired, please submit an alternative patch. > > Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> > --- > MAINTAINERS | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a0d86490c2c6..82dccd29b24f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -10528,7 +10528,6 @@ F: drivers/leds/leds-mt6323.c > F: Documentation/devicetree/bindings/leds/leds-mt6323.txt > > MEDIATEK ETHERNET DRIVER > -M: Felix Fietkau <nbd@openwrt.org> > M: John Crispin <john@phrozen.org> > M: Sean Wang <sean.wang@mediatek.com> > M: Mark Lee <Mark-MC.Lee@mediatek.com> Let's CC Felix, I think he's using nbd@nbd.name these days. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver 2020-02-18 20:00 ` Jakub Kicinski @ 2020-02-20 8:54 ` Felix Fietkau 2020-02-20 9:28 ` Russell King - ARM Linux admin 2020-06-21 14:44 ` Russell King - ARM Linux admin 0 siblings, 2 replies; 8+ messages in thread From: Felix Fietkau @ 2020-02-20 8:54 UTC (permalink / raw) To: Jakub Kicinski, Russell King Cc: John Crispin, Sean Wang, Mark Lee, David S. Miller, netdev On 2020-02-18 21:00, Jakub Kicinski wrote: > On Tue, 18 Feb 2020 10:40:01 +0000 Russell King wrote: >> Felix's address has been failing for a while now with the following >> non-delivery report: >> >> This message was created automatically by mail delivery software. >> >> A message that you sent could not be delivered to one or more of its >> recipients. This is a permanent error. The following address(es) failed: >> >> nbd@openwrt.org >> host util-01.infra.openwrt.org [2a03:b0c0:3:d0::175a:2001] >> SMTP error from remote mail server after RCPT TO:<nbd@openwrt.org>: >> 550 Unrouteable address >> >> Let's remove his address from MAINTAINERS. If a different resolution >> is desired, please submit an alternative patch. >> >> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> >> --- >> MAINTAINERS | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index a0d86490c2c6..82dccd29b24f 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -10528,7 +10528,6 @@ F: drivers/leds/leds-mt6323.c >> F: Documentation/devicetree/bindings/leds/leds-mt6323.txt >> >> MEDIATEK ETHERNET DRIVER >> -M: Felix Fietkau <nbd@openwrt.org> >> M: John Crispin <john@phrozen.org> >> M: Sean Wang <sean.wang@mediatek.com> >> M: Mark Lee <Mark-MC.Lee@mediatek.com> > > Let's CC Felix, I think he's using nbd@nbd.name these days. Yes, my address should simply be changed to nbd@nbd.name. Thanks, - Felix ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver 2020-02-20 8:54 ` Felix Fietkau @ 2020-02-20 9:28 ` Russell King - ARM Linux admin 2020-06-21 14:44 ` Russell King - ARM Linux admin 1 sibling, 0 replies; 8+ messages in thread From: Russell King - ARM Linux admin @ 2020-02-20 9:28 UTC (permalink / raw) To: Felix Fietkau Cc: Jakub Kicinski, John Crispin, Sean Wang, Mark Lee, David S. Miller, netdev On Thu, Feb 20, 2020 at 09:54:44AM +0100, Felix Fietkau wrote: > On 2020-02-18 21:00, Jakub Kicinski wrote: > > On Tue, 18 Feb 2020 10:40:01 +0000 Russell King wrote: > >> Felix's address has been failing for a while now with the following > >> non-delivery report: > >> > >> This message was created automatically by mail delivery software. > >> > >> A message that you sent could not be delivered to one or more of its > >> recipients. This is a permanent error. The following address(es) failed: > >> > >> nbd@openwrt.org > >> host util-01.infra.openwrt.org [2a03:b0c0:3:d0::175a:2001] > >> SMTP error from remote mail server after RCPT TO:<nbd@openwrt.org>: > >> 550 Unrouteable address > >> > >> Let's remove his address from MAINTAINERS. If a different resolution > >> is desired, please submit an alternative patch. > >> > >> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> > >> --- > >> MAINTAINERS | 1 - > >> 1 file changed, 1 deletion(-) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS > >> index a0d86490c2c6..82dccd29b24f 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -10528,7 +10528,6 @@ F: drivers/leds/leds-mt6323.c > >> F: Documentation/devicetree/bindings/leds/leds-mt6323.txt > >> > >> MEDIATEK ETHERNET DRIVER > >> -M: Felix Fietkau <nbd@openwrt.org> > >> M: John Crispin <john@phrozen.org> > >> M: Sean Wang <sean.wang@mediatek.com> > >> M: Mark Lee <Mark-MC.Lee@mediatek.com> > > > > Let's CC Felix, I think he's using nbd@nbd.name these days. > Yes, my address should simply be changed to nbd@nbd.name. Please send a patch to that effect. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver 2020-02-20 8:54 ` Felix Fietkau 2020-02-20 9:28 ` Russell King - ARM Linux admin @ 2020-06-21 14:44 ` Russell King - ARM Linux admin 2020-06-21 15:12 ` Felix Fietkau 2020-06-22 19:56 ` David Miller 1 sibling, 2 replies; 8+ messages in thread From: Russell King - ARM Linux admin @ 2020-06-21 14:44 UTC (permalink / raw) To: Felix Fietkau Cc: Jakub Kicinski, John Crispin, Sean Wang, Mark Lee, David S. Miller, netdev On Thu, Feb 20, 2020 at 09:54:44AM +0100, Felix Fietkau wrote: > On 2020-02-18 21:00, Jakub Kicinski wrote: > > On Tue, 18 Feb 2020 10:40:01 +0000 Russell King wrote: > >> Felix's address has been failing for a while now with the following > >> non-delivery report: > >> > >> This message was created automatically by mail delivery software. > >> > >> A message that you sent could not be delivered to one or more of its > >> recipients. This is a permanent error. The following address(es) failed: > >> > >> nbd@openwrt.org > >> host util-01.infra.openwrt.org [2a03:b0c0:3:d0::175a:2001] > >> SMTP error from remote mail server after RCPT TO:<nbd@openwrt.org>: > >> 550 Unrouteable address > >> > >> Let's remove his address from MAINTAINERS. If a different resolution > >> is desired, please submit an alternative patch. > >> > >> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> > >> --- > >> MAINTAINERS | 1 - > >> 1 file changed, 1 deletion(-) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS > >> index a0d86490c2c6..82dccd29b24f 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -10528,7 +10528,6 @@ F: drivers/leds/leds-mt6323.c > >> F: Documentation/devicetree/bindings/leds/leds-mt6323.txt > >> > >> MEDIATEK ETHERNET DRIVER > >> -M: Felix Fietkau <nbd@openwrt.org> > >> M: John Crispin <john@phrozen.org> > >> M: Sean Wang <sean.wang@mediatek.com> > >> M: Mark Lee <Mark-MC.Lee@mediatek.com> > > > > Let's CC Felix, I think he's using nbd@nbd.name these days. > Yes, my address should simply be changed to nbd@nbd.name. > > Thanks, And _still_, in next-next, four months on, your MAINTAINERS entry is still incorrect. Can someone please merge my patch so I'm not confronted by bounces due to this incorrect entry? I really don't see why I should be the one to provide a patch to correct Felix's address - that's for Felix himself to do, especially as he has already been made aware of the issue. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last! ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver 2020-06-21 14:44 ` Russell King - ARM Linux admin @ 2020-06-21 15:12 ` Felix Fietkau 2020-06-21 15:18 ` Russell King - ARM Linux admin 2020-06-22 19:56 ` David Miller 1 sibling, 1 reply; 8+ messages in thread From: Felix Fietkau @ 2020-06-21 15:12 UTC (permalink / raw) To: Russell King - ARM Linux admin Cc: Jakub Kicinski, John Crispin, Sean Wang, Mark Lee, David S. Miller, netdev On 2020-06-21 16:44, Russell King - ARM Linux admin wrote: > On Thu, Feb 20, 2020 at 09:54:44AM +0100, Felix Fietkau wrote: >> On 2020-02-18 21:00, Jakub Kicinski wrote: >> > On Tue, 18 Feb 2020 10:40:01 +0000 Russell King wrote: >> >> Felix's address has been failing for a while now with the following >> >> non-delivery report: >> >> >> >> This message was created automatically by mail delivery software. >> >> >> >> A message that you sent could not be delivered to one or more of its >> >> recipients. This is a permanent error. The following address(es) failed: >> >> >> >> nbd@openwrt.org >> >> host util-01.infra.openwrt.org [2a03:b0c0:3:d0::175a:2001] >> >> SMTP error from remote mail server after RCPT TO:<nbd@openwrt.org>: >> >> 550 Unrouteable address >> >> >> >> Let's remove his address from MAINTAINERS. If a different resolution >> >> is desired, please submit an alternative patch. >> >> >> >> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> >> >> --- >> >> MAINTAINERS | 1 - >> >> 1 file changed, 1 deletion(-) >> >> >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> >> index a0d86490c2c6..82dccd29b24f 100644 >> >> --- a/MAINTAINERS >> >> +++ b/MAINTAINERS >> >> @@ -10528,7 +10528,6 @@ F: drivers/leds/leds-mt6323.c >> >> F: Documentation/devicetree/bindings/leds/leds-mt6323.txt >> >> >> >> MEDIATEK ETHERNET DRIVER >> >> -M: Felix Fietkau <nbd@openwrt.org> >> >> M: John Crispin <john@phrozen.org> >> >> M: Sean Wang <sean.wang@mediatek.com> >> >> M: Mark Lee <Mark-MC.Lee@mediatek.com> >> > >> > Let's CC Felix, I think he's using nbd@nbd.name these days. >> Yes, my address should simply be changed to nbd@nbd.name. >> >> Thanks, > > And _still_, in next-next, four months on, your MAINTAINERS entry is > still incorrect. > > Can someone please merge my patch so I'm not confronted by bounces > due to this incorrect entry? I really don't see why I should be > the one to provide a patch to correct Felix's address - that's for > Felix himself to do, especially as he has already been made aware > of the issue. I forgot to take care of this, sorry about that. I just sent a patch to netdev to update the address. - Felix ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver 2020-06-21 15:12 ` Felix Fietkau @ 2020-06-21 15:18 ` Russell King - ARM Linux admin 0 siblings, 0 replies; 8+ messages in thread From: Russell King - ARM Linux admin @ 2020-06-21 15:18 UTC (permalink / raw) To: Felix Fietkau Cc: Jakub Kicinski, John Crispin, Sean Wang, Mark Lee, David S. Miller, netdev On Sun, Jun 21, 2020 at 05:12:49PM +0200, Felix Fietkau wrote: > On 2020-06-21 16:44, Russell King - ARM Linux admin wrote: > > On Thu, Feb 20, 2020 at 09:54:44AM +0100, Felix Fietkau wrote: > >> On 2020-02-18 21:00, Jakub Kicinski wrote: > >> > On Tue, 18 Feb 2020 10:40:01 +0000 Russell King wrote: > >> >> Felix's address has been failing for a while now with the following > >> >> non-delivery report: > >> >> > >> >> This message was created automatically by mail delivery software. > >> >> > >> >> A message that you sent could not be delivered to one or more of its > >> >> recipients. This is a permanent error. The following address(es) failed: > >> >> > >> >> nbd@openwrt.org > >> >> host util-01.infra.openwrt.org [2a03:b0c0:3:d0::175a:2001] > >> >> SMTP error from remote mail server after RCPT TO:<nbd@openwrt.org>: > >> >> 550 Unrouteable address > >> >> > >> >> Let's remove his address from MAINTAINERS. If a different resolution > >> >> is desired, please submit an alternative patch. > >> >> > >> >> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> > >> >> --- > >> >> MAINTAINERS | 1 - > >> >> 1 file changed, 1 deletion(-) > >> >> > >> >> diff --git a/MAINTAINERS b/MAINTAINERS > >> >> index a0d86490c2c6..82dccd29b24f 100644 > >> >> --- a/MAINTAINERS > >> >> +++ b/MAINTAINERS > >> >> @@ -10528,7 +10528,6 @@ F: drivers/leds/leds-mt6323.c > >> >> F: Documentation/devicetree/bindings/leds/leds-mt6323.txt > >> >> > >> >> MEDIATEK ETHERNET DRIVER > >> >> -M: Felix Fietkau <nbd@openwrt.org> > >> >> M: John Crispin <john@phrozen.org> > >> >> M: Sean Wang <sean.wang@mediatek.com> > >> >> M: Mark Lee <Mark-MC.Lee@mediatek.com> > >> > > >> > Let's CC Felix, I think he's using nbd@nbd.name these days. > >> Yes, my address should simply be changed to nbd@nbd.name. > >> > >> Thanks, > > > > And _still_, in next-next, four months on, your MAINTAINERS entry is > > still incorrect. > > > > Can someone please merge my patch so I'm not confronted by bounces > > due to this incorrect entry? I really don't see why I should be > > the one to provide a patch to correct Felix's address - that's for > > Felix himself to do, especially as he has already been made aware > > of the issue. > I forgot to take care of this, sorry about that. I just sent a patch to > netdev to update the address. That'll really help me a lot, thanks! -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last! ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver 2020-06-21 14:44 ` Russell King - ARM Linux admin 2020-06-21 15:12 ` Felix Fietkau @ 2020-06-22 19:56 ` David Miller 1 sibling, 0 replies; 8+ messages in thread From: David Miller @ 2020-06-22 19:56 UTC (permalink / raw) To: linux; +Cc: nbd, kuba, john, sean.wang, Mark-MC.Lee, netdev From: Russell King - ARM Linux admin <linux@armlinux.org.uk> Date: Sun, 21 Jun 2020 15:44:37 +0100 > And _still_, in next-next, four months on, your MAINTAINERS entry is > still incorrect. > > Can someone please merge my patch so I'm not confronted by bounces > due to this incorrect entry? I really don't see why I should be > the one to provide a patch to correct Felix's address - that's for > Felix himself to do, especially as he has already been made aware > of the issue. Russell, in situations like this just resubmit the patch to the list. I never go into the past and apply things that already cycled through patchwork or similar. Thanks. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-06-22 20:02 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-02-18 10:40 [PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver Russell King 2020-02-18 20:00 ` Jakub Kicinski 2020-02-20 8:54 ` Felix Fietkau 2020-02-20 9:28 ` Russell King - ARM Linux admin 2020-06-21 14:44 ` Russell King - ARM Linux admin 2020-06-21 15:12 ` Felix Fietkau 2020-06-21 15:18 ` Russell King - ARM Linux admin 2020-06-22 19:56 ` David Miller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).