From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85101C55ABD for ; Mon, 16 Nov 2020 09:32:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3B63A2067C for ; Mon, 16 Nov 2020 09:32:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728301AbgKPJBb (ORCPT ); Mon, 16 Nov 2020 04:01:31 -0500 Received: from mxout70.expurgate.net ([194.37.255.70]:35337 "EHLO mxout70.expurgate.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728232AbgKPJBb (ORCPT ); Mon, 16 Nov 2020 04:01:31 -0500 Received: from [127.0.0.1] (helo=localhost) by relay.expurgate.net with smtp (Exim 4.90) (envelope-from ) id 1keaO6-0000yG-Se; Mon, 16 Nov 2020 10:01:26 +0100 Received: from [195.243.126.94] (helo=securemail.tdt.de) by relay.expurgate.net with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90) (envelope-from ) id 1keaO5-0002tn-Pu; Mon, 16 Nov 2020 10:01:25 +0100 Received: from securemail.tdt.de (localhost [127.0.0.1]) by securemail.tdt.de (Postfix) with ESMTP id 2D69F240049; Mon, 16 Nov 2020 10:01:25 +0100 (CET) Received: from mail.dev.tdt.de (unknown [10.2.4.42]) by securemail.tdt.de (Postfix) with ESMTP id A01B9240047; Mon, 16 Nov 2020 10:01:24 +0100 (CET) Received: from mail.dev.tdt.de (localhost [IPv6:::1]) by mail.dev.tdt.de (Postfix) with ESMTP id 8BC1F20438; Mon, 16 Nov 2020 10:01:20 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 16 Nov 2020 10:01:20 +0100 From: Martin Schiller To: Xie He Cc: Jakub Kicinski , "David S. Miller" , linux-x25@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Hendry Subject: Re: [PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack Organization: TDT AG In-Reply-To: <20201114111029.326972-1-xie.he.0141@gmail.com> References: <20201114111029.326972-1-xie.he.0141@gmail.com> Message-ID: <3a556cae7d869059fa3b30c921a91658@dev.tdt.de> X-Sender: ms@dev.tdt.de User-Agent: Roundcube Webmail/1.3.15 X-purgate: clean X-purgate-ID: 151534::1605517286-000074F7-6B5C9E26/0/0 X-purgate-type: clean Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Cc: Andrew Hendry > Signed-off-by: Xie He > --- > 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" > 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 > +X.25 STACK > +M: Martin Schiller > 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