* [PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack
@ 2020-11-14 11:10 Xie He
2020-11-16 8:56 ` Xie He
2020-11-16 9:01 ` Martin Schiller
0 siblings, 2 replies; 4+ messages in thread
From: Xie He @ 2020-11-14 11:10 UTC (permalink / raw)
To: Jakub Kicinski, David S. Miller, linux-x25, netdev, linux-kernel,
Martin Schiller
Cc: Xie He, Andrew Hendry
Martin Schiller is an active developer and reviewer for the X.25 code.
His company is providing products based on the Linux X.25 stack.
So he is a good candidate for maintainers of the X.25 code.
The original maintainer of the X.25 network layer (Andrew Hendry) has
not sent any email to the netdev mail list since 2013. So he is probably
inactive now.
Cc: Martin Schiller <ms@dev.tdt.de>
Cc: Andrew Hendry <andrew.hendry@gmail.com>
Signed-off-by: Xie He <xie.he.0141@gmail.com>
---
MAINTAINERS | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index af9f6a3ab100..ab8b2c9ad00e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9842,13 +9842,6 @@ S: Maintained
F: arch/mips/lantiq
F: drivers/soc/lantiq
-LAPB module
-L: linux-x25@vger.kernel.org
-S: Orphan
-F: Documentation/networking/lapb-module.rst
-F: include/*/lapb.h
-F: net/lapb/
-
LASI 53c700 driver for PARISC
M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
L: linux-scsi@vger.kernel.org
@@ -18986,12 +18979,18 @@ L: linux-kernel@vger.kernel.org
S: Maintained
N: axp[128]
-X.25 NETWORK LAYER
-M: Andrew Hendry <andrew.hendry@gmail.com>
+X.25 STACK
+M: Martin Schiller <ms@dev.tdt.de>
L: linux-x25@vger.kernel.org
-S: Odd Fixes
+S: Maintained
+F: Documentation/networking/lapb-module.rst
F: Documentation/networking/x25*
+F: drivers/net/wan/hdlc_x25.c
+F: drivers/net/wan/lapbether.c
+F: include/*/lapb.h
F: include/net/x25*
+F: include/uapi/linux/x25.h
+F: net/lapb/
F: net/x25/
X86 ARCHITECTURE (32-BIT AND 64-BIT)
--
2.27.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack
2020-11-14 11:10 [PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack Xie He
@ 2020-11-16 8:56 ` Xie He
2020-11-16 9:01 ` Martin Schiller
1 sibling, 0 replies; 4+ messages in thread
From: Xie He @ 2020-11-16 8:56 UTC (permalink / raw)
To: Jakub Kicinski, David S. Miller, Linux X25,
Linux Kernel Network Developers, LKML, Martin Schiller
Cc: Andrew Hendry
On Sat, Nov 14, 2020 at 3:10 AM Xie He <xie.he.0141@gmail.com> wrote:
>
> Martin Schiller is an active developer and reviewer for the X.25 code.
> His company is providing products based on the Linux X.25 stack.
> So he is a good candidate for maintainers of the X.25 code.
Hi Martin,
Could you ack to indicate your willingness. Thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack
2020-11-14 11:10 [PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack Xie He
2020-11-16 8:56 ` Xie He
@ 2020-11-16 9:01 ` Martin Schiller
2020-11-16 18:21 ` Jakub Kicinski
1 sibling, 1 reply; 4+ messages in thread
From: Martin Schiller @ 2020-11-16 9:01 UTC (permalink / raw)
To: Xie He
Cc: Jakub Kicinski, David S. Miller, linux-x25, netdev, linux-kernel,
Andrew Hendry
On 2020-11-14 12:10, Xie He wrote:
> Martin Schiller is an active developer and reviewer for the X.25 code.
> His company is providing products based on the Linux X.25 stack.
> So he is a good candidate for maintainers of the X.25 code.
>
> The original maintainer of the X.25 network layer (Andrew Hendry) has
> not sent any email to the netdev mail list since 2013. So he is
> probably
> inactive now.
>
> Cc: Martin Schiller <ms@dev.tdt.de>
> Cc: Andrew Hendry <andrew.hendry@gmail.com>
> Signed-off-by: Xie He <xie.he.0141@gmail.com>
> ---
> MAINTAINERS | 19 +++++++++----------
> 1 file changed, 9 insertions(+), 10 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index af9f6a3ab100..ab8b2c9ad00e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9842,13 +9842,6 @@ S: Maintained
> F: arch/mips/lantiq
> F: drivers/soc/lantiq
>
> -LAPB module
> -L: linux-x25@vger.kernel.org
> -S: Orphan
> -F: Documentation/networking/lapb-module.rst
> -F: include/*/lapb.h
> -F: net/lapb/
> -
> LASI 53c700 driver for PARISC
> M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
> L: linux-scsi@vger.kernel.org
> @@ -18986,12 +18979,18 @@ L: linux-kernel@vger.kernel.org
> S: Maintained
> N: axp[128]
>
> -X.25 NETWORK LAYER
> -M: Andrew Hendry <andrew.hendry@gmail.com>
> +X.25 STACK
> +M: Martin Schiller <ms@dev.tdt.de>
> L: linux-x25@vger.kernel.org
> -S: Odd Fixes
> +S: Maintained
> +F: Documentation/networking/lapb-module.rst
> F: Documentation/networking/x25*
> +F: drivers/net/wan/hdlc_x25.c
> +F: drivers/net/wan/lapbether.c
> +F: include/*/lapb.h
> F: include/net/x25*
> +F: include/uapi/linux/x25.h
> +F: net/lapb/
> F: net/x25/
>
> X86 ARCHITECTURE (32-BIT AND 64-BIT)
Acked-by: Martin Schiller <ms@dev.tdt.de>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack
2020-11-16 9:01 ` Martin Schiller
@ 2020-11-16 18:21 ` Jakub Kicinski
0 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2020-11-16 18:21 UTC (permalink / raw)
To: Martin Schiller
Cc: Xie He, David S. Miller, linux-x25, netdev, linux-kernel,
Andrew Hendry
On Mon, 16 Nov 2020 10:01:20 +0100 Martin Schiller wrote:
> On 2020-11-14 12:10, Xie He wrote:
> > Martin Schiller is an active developer and reviewer for the X.25 code.
> > His company is providing products based on the Linux X.25 stack.
> > So he is a good candidate for maintainers of the X.25 code.
> >
> > The original maintainer of the X.25 network layer (Andrew Hendry) has
> > not sent any email to the netdev mail list since 2013. So he is
> > probably
> > inactive now.
> >
> > Cc: Martin Schiller <ms@dev.tdt.de>
> > Cc: Andrew Hendry <andrew.hendry@gmail.com>
> > Signed-off-by: Xie He <xie.he.0141@gmail.com>
>
> Acked-by: Martin Schiller <ms@dev.tdt.de>
Applied to net, thanks everyone!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-11-16 18:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-14 11:10 [PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack Xie He
2020-11-16 8:56 ` Xie He
2020-11-16 9:01 ` Martin Schiller
2020-11-16 18:21 ` Jakub Kicinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox