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=-13.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 25FCBCA9EA0 for ; Fri, 25 Oct 2019 19:45:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F251621D71 for ; Fri, 25 Oct 2019 19:45:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727533AbfJYTpK convert rfc822-to-8bit (ORCPT ); Fri, 25 Oct 2019 15:45:10 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:48495 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727452AbfJYTpK (ORCPT ); Fri, 25 Oct 2019 15:45:10 -0400 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id E2707C0008; Fri, 25 Oct 2019 19:45:03 +0000 (UTC) Date: Fri, 25 Oct 2019 21:45:02 +0200 From: Miquel Raynal To: Cc: linux-kernel@vger.kernel.org, David Woodhouse , Brian Norris , Artem Bityutskiy , Adrian Hunter , Marek Vasut , Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus Subject: Re: [PATCH] MAINTAINERS: mtd/ubi/ubifs: Remove inactive maintainers Message-ID: <20191025214502.49f674a7@xps13> In-Reply-To: <20191017142229.3853-1-miquel.raynal@bootlin.com> References: <20191017142229.3853-1-miquel.raynal@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, Gentle ping? Miquel Raynal wrote on Thu, 17 Oct 2019 16:22:29 +0200: > Despite their substantial personal investment in the MTD/UBI/UBIFS a > few years back, David, Brian, Artem and Adrian are not actively > maintaining the subsystem anymore. We warmly salute them for all the > work they have achieved and will of course still welcome their > participation and reviews. > > That said, Marek retired himself a few weeks ago quoting Harald [1]: > > It matters who has which title and when. Should somebody not > be an active maintainer, make sure he's not listed as such. > > For this same reason, let’s trim the maintainers list with the > actually active ones over the past two years. > > [1] http://laforge.gnumonks.org/blog/20180307-mchardy-gpl/ > > Cc: David Woodhouse > Cc: Brian Norris > Cc: Artem Bityutskiy > Cc: Adrian Hunter > Cc: Marek Vasut > Cc: Miquel Raynal > Cc: Richard Weinberger > Cc: Vignesh Raghavendra > Cc: Tudor Ambarus > Signed-off-by: Miquel Raynal > --- > MAINTAINERS | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0632422ce9d4..0e5e0736ee55 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -10528,8 +10528,6 @@ F: include/linux/vmalloc.h > F: mm/ > > MEMORY TECHNOLOGY DEVICES (MTD) > -M: David Woodhouse > -M: Brian Norris > M: Miquel Raynal > M: Richard Weinberger > M: Vignesh Raghavendra > @@ -16579,8 +16577,6 @@ F: drivers/media/pci/tw686x/ > > UBI FILE SYSTEM (UBIFS) > M: Richard Weinberger > -M: Artem Bityutskiy > -M: Adrian Hunter > L: linux-mtd@lists.infradead.org > T: git git://git.infradead.org/ubifs-2.6.git > W: http://www.linux-mtd.infradead.org/doc/ubifs.html > @@ -16697,7 +16693,6 @@ S: Maintained > F: drivers/scsi/ufs/ufs-mediatek* > > UNSORTED BLOCK IMAGES (UBI) > -M: Artem Bityutskiy > M: Richard Weinberger > W: http://www.linux-mtd.infradead.org/ > L: linux-mtd@lists.infradead.org Thanks, Miquèl