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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B72BCC43217 for ; Mon, 28 Nov 2022 14:20:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232460AbiK1OUZ (ORCPT ); Mon, 28 Nov 2022 09:20:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46330 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232453AbiK1OUV (ORCPT ); Mon, 28 Nov 2022 09:20:21 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31255220D1; Mon, 28 Nov 2022 06:20:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=e71ZAFHMl2XIYLbnaTyuUQR1myYIA6aRQJsAdadr1PM=; b=ewAQHuoGyQV3d0BVbYIWAXlt5M 076M0VCLRgLJ2wK9gNT1Ejr2tANBtOSp00+P4xskmT4D2ck3tQ263TdBD7QPaWxmE1M3X5aXXVBpL nuoLj1Hob+xcgJcIJX7j27PuqH8pPie0BhvggEMov1NZTwbtF9WZjJ2dMBrA/UOLP7SM=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ozezT-003f6v-8x; Mon, 28 Nov 2022 15:20:11 +0100 Date: Mon, 28 Nov 2022 15:20:11 +0100 From: Andrew Lunn To: Vadym Kochan Cc: "David S. Miller" , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, Elad Nachman , Mickey Rachamim , Taras Chornyi , linux-kernel@vger.kernel.org, Taras Chornyi Subject: Re: [PATCH] MAINTAINERS: Update maintainer for Marvell Prestera Ethernet Switch driver Message-ID: References: <20221128090542.1628896-1-vadym.kochan@plvision.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221128090542.1628896-1-vadym.kochan@plvision.eu> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 28, 2022 at 11:05:42AM +0200, Vadym Kochan wrote: > From: Taras Chornyi > > Put Elad Nachman as maintainer for Marvell Prestera Ethernet Switch driver. > > Signed-off-by: Taras Chornyi > Signed-off-by: Vadym Kochan > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 61fe86968111..3da743bb5072 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12366,7 +12366,7 @@ F: Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst > F: drivers/net/ethernet/marvell/octeontx2/af/ > > MARVELL PRESTERA ETHERNET SWITCH DRIVER > -M: Taras Chornyi > +M: Elad Nachman Looking at the git history, i find one patch: commit ab188e8f4aad9845589ed050bde9514550a23ea5 Author: Elad Nachman Date: Fri Jun 15 09:57:39 2018 +0300 stmmac: added support for 802.1ad vlan stripping So i would suggest you just removing Taras Chornyi. Once Elad Nachman has built up a reputation of being a Maintainer, submitted patches, making comments on other patches, we can add the entry. Andrew