* [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess
@ 2024-11-12 13:47 Maciej W. Rozycki
2024-11-12 13:47 ` [PATCH v2 1/2] MAINTAINERS: Retire Ralf Baechle Maciej W. Rozycki
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Maciej W. Rozycki @ 2024-11-12 13:47 UTC (permalink / raw)
To: Konstantin Ryabitsev, Thomas Bogendoerfer
Cc: linux-edac, linux-hams, linux-mips, linux-kernel
Hi,
Here's v2 of the patch series to address Ralf Baechle to have stopped
responding and linux-mips.org gone down, and Thomas stepping up as a
replacement maintainer. This has been regenerated against the current
version of MAINTAINERS. Please apply.
Previous iterations:
- v1 at: <https://lore.kernel.org/r/alpine.DEB.2.21.2410131952550.40463@angie.orcam.me.uk/>.
Maciej
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2 1/2] MAINTAINERS: Retire Ralf Baechle
2024-11-12 13:47 [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess Maciej W. Rozycki
@ 2024-11-12 13:47 ` Maciej W. Rozycki
2024-11-13 10:05 ` Geert Uytterhoeven
2024-11-12 13:47 ` [PATCH v2 2/2] MAINTAINERS: Remove linux-mips.org references Maciej W. Rozycki
` (2 subsequent siblings)
3 siblings, 1 reply; 6+ messages in thread
From: Maciej W. Rozycki @ 2024-11-12 13:47 UTC (permalink / raw)
To: Konstantin Ryabitsev, Thomas Bogendoerfer
Cc: linux-edac, linux-hams, linux-mips, linux-kernel
Ralf Baechle has been inactive for years now and the linux-mips.org site
has gone down. No replacement contact information is available. Thomas
has been kind enough to step up as a maintainer for EDAC-CAVIUM OCTEON
and IOC3 ETHERNET DRIVER.
Update MAINTAINERS, CREDITS, and .get_maintainer.ignore accordingly.
Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
.get_maintainer.ignore | 1 +
CREDITS | 5 +++++
MAINTAINERS | 13 +++++--------
3 files changed, 11 insertions(+), 8 deletions(-)
linux-maintainers-ralf.diff
Index: linux-macro/.get_maintainer.ignore
===================================================================
--- linux-macro.orig/.get_maintainer.ignore
+++ linux-macro/.get_maintainer.ignore
@@ -3,3 +3,4 @@ Alan Cox <root@hraefn.swansea.linux.org.
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>
Index: linux-macro/CREDITS
===================================================================
--- linux-macro.orig/CREDITS
+++ linux-macro/CREDITS
@@ -185,6 +185,11 @@ P: 1024/AF7B30C1 CF 97 C2 CC 6D AE A7 FE
D: Linux/MIPS port
D: Linux/68k hacker
D: AX25 maintainer
+D: EDAC-CAVIUM OCTEON maintainer
+D: IOC3 ETHERNET DRIVER maintainer
+D: NETROM NETWORK LAYER maintainer
+D: ROSE NETWORK LAYER maintainer
+D: TURBOCHANNEL SUBSYSTEM maintainer
S: Hauptstrasse 19
S: 79837 St. Blasien
S: Germany
Index: linux-macro/MAINTAINERS
===================================================================
--- linux-macro.orig/MAINTAINERS
+++ linux-macro/MAINTAINERS
@@ -8061,10 +8061,10 @@ S: Maintained
F: drivers/edac/highbank*
EDAC-CAVIUM OCTEON
-M: Ralf Baechle <ralf@linux-mips.org>
+M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
L: linux-edac@vger.kernel.org
L: linux-mips@vger.kernel.org
-S: Supported
+S: Maintained
F: drivers/edac/octeon_edac*
EDAC-CAVIUM THUNDERX
@@ -11885,7 +11885,7 @@ F: Documentation/devicetree/bindings/iio
F: drivers/iio/gyro/mpu3050*
IOC3 ETHERNET DRIVER
-M: Ralf Baechle <ralf@linux-mips.org>
+M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
L: linux-mips@vger.kernel.org
S: Maintained
F: drivers/net/ethernet/sgi/ioc3-eth.c
@@ -15993,9 +15993,8 @@ F: net/netfilter/
F: tools/testing/selftests/net/netfilter/
NETROM NETWORK LAYER
-M: Ralf Baechle <ralf@linux-mips.org>
L: linux-hams@vger.kernel.org
-S: Maintained
+S: Orphan
W: https://linux-ax25.in-berlin.de
F: include/net/netrom.h
F: include/uapi/linux/netrom.h
@@ -20035,9 +20034,8 @@ F: include/linux/mfd/rohm-generic.h
F: include/linux/mfd/rohm-shared.h
ROSE NETWORK LAYER
-M: Ralf Baechle <ralf@linux-mips.org>
L: linux-hams@vger.kernel.org
-S: Maintained
+S: Orphan
W: https://linux-ax25.in-berlin.de
F: include/net/rose.h
F: include/uapi/linux/rose.h
@@ -23555,7 +23553,6 @@ F: drivers/net/tun.c
TURBOCHANNEL SUBSYSTEM
M: "Maciej W. Rozycki" <macro@orcam.me.uk>
-M: Ralf Baechle <ralf@linux-mips.org>
L: linux-mips@vger.kernel.org
S: Maintained
Q: http://patchwork.linux-mips.org/project/linux-mips/list/
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2 2/2] MAINTAINERS: Remove linux-mips.org references
2024-11-12 13:47 [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess Maciej W. Rozycki
2024-11-12 13:47 ` [PATCH v2 1/2] MAINTAINERS: Retire Ralf Baechle Maciej W. Rozycki
@ 2024-11-12 13:47 ` Maciej W. Rozycki
2024-11-12 14:27 ` [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess Konstantin Ryabitsev
2024-11-12 15:10 ` Thomas Bogendoerfer
3 siblings, 0 replies; 6+ messages in thread
From: Maciej W. Rozycki @ 2024-11-12 13:47 UTC (permalink / raw)
To: Konstantin Ryabitsev, Thomas Bogendoerfer
Cc: linux-edac, linux-hams, linux-mips, linux-kernel
The linux-mips.org site has gone down and no replacement is available at
the moment. Remove/update references in MAINTAINERS accordingly. There
are a bunch of Kconfig references still present; keep them around for a
possible future update or for people to refer to via archive.org.
Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
---
MAINTAINERS | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
linux-maintainers-lmo.diff
Index: linux-macro/MAINTAINERS
===================================================================
--- linux-macro.orig/MAINTAINERS
+++ linux-macro/MAINTAINERS
@@ -6301,7 +6301,6 @@ DECSTATION PLATFORM SUPPORT
M: "Maciej W. Rozycki" <macro@orcam.me.uk>
L: linux-mips@vger.kernel.org
S: Maintained
-W: http://www.linux-mips.org/wiki/DECstation
F: arch/mips/dec/
F: arch/mips/include/asm/dec/
F: arch/mips/include/asm/mach-dec/
@@ -15480,7 +15479,6 @@ MIPS
M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
L: linux-mips@vger.kernel.org
S: Maintained
-W: http://www.linux-mips.org/
Q: https://patchwork.kernel.org/project/linux-mips/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
F: Documentation/devicetree/bindings/mips/
@@ -23555,7 +23553,7 @@ TURBOCHANNEL SUBSYSTEM
M: "Maciej W. Rozycki" <macro@orcam.me.uk>
L: linux-mips@vger.kernel.org
S: Maintained
-Q: http://patchwork.linux-mips.org/project/linux-mips/list/
+Q: https://patchwork.kernel.org/project/linux-mips/list/
F: drivers/tc/
F: include/linux/tc.h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess
2024-11-12 13:47 [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess Maciej W. Rozycki
2024-11-12 13:47 ` [PATCH v2 1/2] MAINTAINERS: Retire Ralf Baechle Maciej W. Rozycki
2024-11-12 13:47 ` [PATCH v2 2/2] MAINTAINERS: Remove linux-mips.org references Maciej W. Rozycki
@ 2024-11-12 14:27 ` Konstantin Ryabitsev
2024-11-12 15:10 ` Thomas Bogendoerfer
3 siblings, 0 replies; 6+ messages in thread
From: Konstantin Ryabitsev @ 2024-11-12 14:27 UTC (permalink / raw)
To: Maciej W. Rozycki
Cc: Thomas Bogendoerfer, linux-edac, linux-hams, linux-mips,
linux-kernel
On Tue, Nov 12, 2024 at 01:47:17PM +0000, Maciej W. Rozycki wrote:
> Hi,
>
> Here's v2 of the patch series to address Ralf Baechle to have stopped
> responding and linux-mips.org gone down, and Thomas stepping up as a
> replacement maintainer. This has been regenerated against the current
> version of MAINTAINERS. Please apply.
Acked-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-K
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess
2024-11-12 13:47 [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess Maciej W. Rozycki
` (2 preceding siblings ...)
2024-11-12 14:27 ` [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess Konstantin Ryabitsev
@ 2024-11-12 15:10 ` Thomas Bogendoerfer
3 siblings, 0 replies; 6+ messages in thread
From: Thomas Bogendoerfer @ 2024-11-12 15:10 UTC (permalink / raw)
To: Maciej W. Rozycki
Cc: Konstantin Ryabitsev, linux-edac, linux-hams, linux-mips,
linux-kernel
On Tue, Nov 12, 2024 at 01:47:17PM +0000, Maciej W. Rozycki wrote:
> Hi,
>
> Here's v2 of the patch series to address Ralf Baechle to have stopped
> responding and linux-mips.org gone down, and Thomas stepping up as a
> replacement maintainer. This has been regenerated against the current
> version of MAINTAINERS. Please apply.
>
> Previous iterations:
>
> - v1 at: <https://lore.kernel.org/r/alpine.DEB.2.21.2410131952550.40463@angie.orcam.me.uk/>.
I didn't see this mail, but the v2 series in patchwork...
Applied to mips-next.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2 1/2] MAINTAINERS: Retire Ralf Baechle
2024-11-12 13:47 ` [PATCH v2 1/2] MAINTAINERS: Retire Ralf Baechle Maciej W. Rozycki
@ 2024-11-13 10:05 ` Geert Uytterhoeven
0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2024-11-13 10:05 UTC (permalink / raw)
To: Maciej W. Rozycki
Cc: Konstantin Ryabitsev, Thomas Bogendoerfer, linux-edac, linux-hams,
linux-mips, linux-kernel, Ralf Baechle, ralf
Hi Maciej,
CC Ralf
On Tue, Nov 12, 2024 at 2:47 PM Maciej W. Rozycki <macro@orcam.me.uk> wrote:
> Ralf Baechle has been inactive for years now and the linux-mips.org site
> has gone down. No replacement contact information is available. Thomas
> has been kind enough to step up as a maintainer for EDAC-CAVIUM OCTEON
> and IOC3 ETHERNET DRIVER.
>
> Update MAINTAINERS, CREDITS, and .get_maintainer.ignore accordingly.
>
> Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
> Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Thanks for your patch, which is now commit 495cc28f8e6b5396
("MAINTAINERS: Retire Ralf Baechle") in next-20241113.
> Index: linux-macro/.get_maintainer.ignore
> ===================================================================
> --- linux-macro.orig/.get_maintainer.ignore
> +++ linux-macro/.get_maintainer.ignore
> @@ -3,3 +3,4 @@ Alan Cox <root@hraefn.swansea.linux.org.
> 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>
> Index: linux-macro/CREDITS
> ===================================================================
> --- linux-macro.orig/CREDITS
> +++ linux-macro/CREDITS
> @@ -185,6 +185,11 @@ P: 1024/AF7B30C1 CF 97 C2 CC 6D AE A7 FE
Actually there is another contact address above, out of context...
> D: Linux/MIPS port
> D: Linux/68k hacker
> D: AX25 maintainer
> +D: EDAC-CAVIUM OCTEON maintainer
> +D: IOC3 ETHERNET DRIVER maintainer
> +D: NETROM NETWORK LAYER maintainer
> +D: ROSE NETWORK LAYER maintainer
> +D: TURBOCHANNEL SUBSYSTEM maintainer
> S: Hauptstrasse 19
> S: 79837 St. Blasien
> S: Germany
> Index: linux-macro/MAINTAINERS
> ===================================================================
> --- linux-macro.orig/MAINTAINERS
> +++ linux-macro/MAINTAINERS
> @@ -8061,10 +8061,10 @@ S: Maintained
> F: drivers/edac/highbank*
>
> EDAC-CAVIUM OCTEON
> -M: Ralf Baechle <ralf@linux-mips.org>
> +M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> L: linux-edac@vger.kernel.org
> L: linux-mips@vger.kernel.org
> -S: Supported
> +S: Maintained
> F: drivers/edac/octeon_edac*
>
> EDAC-CAVIUM THUNDERX
> @@ -11885,7 +11885,7 @@ F: Documentation/devicetree/bindings/iio
> F: drivers/iio/gyro/mpu3050*
>
> IOC3 ETHERNET DRIVER
> -M: Ralf Baechle <ralf@linux-mips.org>
> +M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> L: linux-mips@vger.kernel.org
> S: Maintained
> F: drivers/net/ethernet/sgi/ioc3-eth.c
> @@ -15993,9 +15993,8 @@ F: net/netfilter/
> F: tools/testing/selftests/net/netfilter/
>
> NETROM NETWORK LAYER
> -M: Ralf Baechle <ralf@linux-mips.org>
> L: linux-hams@vger.kernel.org
> -S: Maintained
> +S: Orphan
> W: https://linux-ax25.in-berlin.de
> F: include/net/netrom.h
> F: include/uapi/linux/netrom.h
> @@ -20035,9 +20034,8 @@ F: include/linux/mfd/rohm-generic.h
> F: include/linux/mfd/rohm-shared.h
>
> ROSE NETWORK LAYER
> -M: Ralf Baechle <ralf@linux-mips.org>
> L: linux-hams@vger.kernel.org
> -S: Maintained
> +S: Orphan
> W: https://linux-ax25.in-berlin.de
> F: include/net/rose.h
> F: include/uapi/linux/rose.h
> @@ -23555,7 +23553,6 @@ F: drivers/net/tun.c
>
> TURBOCHANNEL SUBSYSTEM
> M: "Maciej W. Rozycki" <macro@orcam.me.uk>
> -M: Ralf Baechle <ralf@linux-mips.org>
> L: linux-mips@vger.kernel.org
> S: Maintained
> Q: http://patchwork.linux-mips.org/project/linux-mips/list/
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-13 10:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 13:47 [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess Maciej W. Rozycki
2024-11-12 13:47 ` [PATCH v2 1/2] MAINTAINERS: Retire Ralf Baechle Maciej W. Rozycki
2024-11-13 10:05 ` Geert Uytterhoeven
2024-11-12 13:47 ` [PATCH v2 2/2] MAINTAINERS: Remove linux-mips.org references Maciej W. Rozycki
2024-11-12 14:27 ` [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess Konstantin Ryabitsev
2024-11-12 15:10 ` Thomas Bogendoerfer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox