linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess
@ 2024-10-13 19:34 Maciej W. Rozycki
  2024-10-13 19:34 ` [PATCH 1/2] MAINTAINERS: Retire Ralf Baechle Maciej W. Rozycki
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Maciej W. Rozycki @ 2024-10-13 19:34 UTC (permalink / raw)
  To: Konstantin Ryabitsev, Thomas Bogendoerfer
  Cc: linux-edac, linux-hams, linux-mips, linux-kernel

Hi,

 As promised and with extended wait time here's a small patch series to 
address Ralf Baechle to have stopped responding and linux-mips.org gone 
down, and Thomas stepping up as a replacement maintainer.  Please apply.

  Maciej

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] MAINTAINERS: Retire Ralf Baechle
  2024-10-13 19:34 [PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess Maciej W. Rozycki
@ 2024-10-13 19:34 ` Maciej W. Rozycki
  2024-10-14  8:23   ` Thomas Bogendoerfer
  2024-10-13 19:34 ` [PATCH 2/2] MAINTAINERS: Remove linux-mips.org references Maciej W. Rozycki
  2024-11-12 15:03 ` [PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess Thomas Bogendoerfer
  2 siblings, 1 reply; 5+ messages in thread
From: Maciej W. Rozycki @ 2024-10-13 19:34 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>
---
 .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
@@ -8081,10 +8081,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
@@ -11902,7 +11902,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
@@ -16043,9 +16043,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
@@ -20117,9 +20116,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
@@ -23636,7 +23634,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] 5+ messages in thread

* [PATCH 2/2] MAINTAINERS: Remove linux-mips.org references
  2024-10-13 19:34 [PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess Maciej W. Rozycki
  2024-10-13 19:34 ` [PATCH 1/2] MAINTAINERS: Retire Ralf Baechle Maciej W. Rozycki
@ 2024-10-13 19:34 ` Maciej W. Rozycki
  2024-11-12 15:03 ` [PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess Thomas Bogendoerfer
  2 siblings, 0 replies; 5+ messages in thread
From: Maciej W. Rozycki @ 2024-10-13 19:34 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
@@ -6320,7 +6320,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/
@@ -15518,7 +15517,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/
@@ -23636,7 +23634,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] 5+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: Retire Ralf Baechle
  2024-10-13 19:34 ` [PATCH 1/2] MAINTAINERS: Retire Ralf Baechle Maciej W. Rozycki
@ 2024-10-14  8:23   ` Thomas Bogendoerfer
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Bogendoerfer @ 2024-10-14  8:23 UTC (permalink / raw)
  To: Maciej W. Rozycki
  Cc: Konstantin Ryabitsev, linux-edac, linux-hams, linux-mips,
	linux-kernel

On Sun, Oct 13, 2024 at 08:34:44PM +0100, Maciej W. Rozycki 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>
> ---
>  .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
> @@ -8081,10 +8081,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
> @@ -11902,7 +11902,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
> @@ -16043,9 +16043,8 @@ F:	net/netfilter/
>  F:	tools/testing/selftests/net/netfilter/

Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

-- 
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] 5+ messages in thread

* Re: [PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess
  2024-10-13 19:34 [PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess Maciej W. Rozycki
  2024-10-13 19:34 ` [PATCH 1/2] MAINTAINERS: Retire Ralf Baechle Maciej W. Rozycki
  2024-10-13 19:34 ` [PATCH 2/2] MAINTAINERS: Remove linux-mips.org references Maciej W. Rozycki
@ 2024-11-12 15:03 ` Thomas Bogendoerfer
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Bogendoerfer @ 2024-11-12 15:03 UTC (permalink / raw)
  To: Maciej W. Rozycki
  Cc: Konstantin Ryabitsev, linux-edac, linux-hams, linux-mips,
	linux-kernel

On Sun, Oct 13, 2024 at 08:34:38PM +0100, Maciej W. Rozycki wrote:
> Hi,
> 
>  As promised and with extended wait time here's a small patch series to 
> address Ralf Baechle to have stopped responding and linux-mips.org gone 
> down, and Thomas stepping up as a replacement maintainer.  Please apply.

I've applied v2 of this patchset 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] 5+ messages in thread

end of thread, other threads:[~2024-11-12 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-13 19:34 [PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess Maciej W. Rozycki
2024-10-13 19:34 ` [PATCH 1/2] MAINTAINERS: Retire Ralf Baechle Maciej W. Rozycki
2024-10-14  8:23   ` Thomas Bogendoerfer
2024-10-13 19:34 ` [PATCH 2/2] MAINTAINERS: Remove linux-mips.org references Maciej W. Rozycki
2024-11-12 15:03 ` [PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess Thomas Bogendoerfer

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).