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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E673EC433F5 for ; Wed, 10 Nov 2021 19:09:57 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A79FD610FF for ; Wed, 10 Nov 2021 19:09:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A79FD610FF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=csail.mit.edu Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D9FC56E03D; Wed, 10 Nov 2021 19:09:56 +0000 (UTC) Received: from outgoing-stata.csail.mit.edu (outgoing-stata.csail.mit.edu [128.30.2.210]) by gabe.freedesktop.org (Postfix) with ESMTP id 5E48E6E03D for ; Wed, 10 Nov 2021 19:09:55 +0000 (UTC) Received: from [128.177.79.46] (helo=csail.mit.edu) by outgoing-stata.csail.mit.edu with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1mksyl-000UxK-A3; Wed, 10 Nov 2021 14:09:51 -0500 Date: Wed, 10 Nov 2021 11:13:03 -0800 From: "Srivatsa S. Bhat" To: Nadav Amit Subject: Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private Message-ID: <20211110191303.GA122235@csail.mit.edu> References: <163640336232.62866.489924062999332446.stgit@srivatsa-dev> <163640339370.62866.3435211389009241865.stgit@srivatsa-dev> <5179a7c097e0bb88f95642a394f53c53e64b66b1.camel@perches.com> <5C24FB2A-D2C0-4D95-A0C0-B48C4B8D5AF4@vmware.com> <1875b0458294d23d8e3260d2824894b095d6a62d.camel@perches.com> <20211110172000.GA121926@csail.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ronak Doshi , Pv-drivers , "dri-devel@lists.freedesktop.org" , Linux Virtualization , Alexey Makhalov , Srivatsa Bhat , Deep Shah , "linux-scsi@vger.kernel.org" , Vishal Bhakta , X86 ML , Linux-graphics-maintainer , "linux-input@vger.kernel.org" , Keerthana Kalyanasundaram , Thomas Gleixner , Juergen Gross , Anish Swaminathan , "netdev@vger.kernel.org" , LKML , "linux-rdma@vger.kernel.org" , Greg Kroah-Hartman , Joe Perches , Vivek Thampi Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Nov 10, 2021 at 05:40:09PM +0000, Nadav Amit wrote: > > > > On Nov 10, 2021, at 9:20 AM, Srivatsa S. Bhat wrote: > > > > On Tue, Nov 09, 2021 at 01:57:31PM -0800, Joe Perches wrote: > >> On Tue, 2021-11-09 at 00:58 +0000, Nadav Amit wrote: > >>>> On Nov 8, 2021, at 4:37 PM, Joe Perches wrote: > >>>> On Mon, 2021-11-08 at 16:22 -0800, Srivatsa S. Bhat wrote: > >>>> > >>>> So it's an exploder not an actual maintainer and it likely isn't > >>>> publically archived with any normal list mechanism. > >>>> > >>>> So IMO "private" isn't appropriate. Neither is "L:" > >>>> Perhaps just mark it as what it is as an "exploder". > >>>> > >>>> Or maybe these blocks should be similar to: > >>>> > >>>> M: Name of Lead Developer > >>>> M: VMware maintainers -maintainers@vmlinux.com> > >> > >> Maybe adding entries like > >> > >> M: Named maintainer > >> R: VMware reviewers -maintainers@vmware.com> > >> > >> would be best/simplest. > >> > > > > Sure, that sounds good to me. I also considered adding "(email alias)" > > like Juergen suggested, but I think the R: entry is clear enough. > > Please find the updated patch below. > > > > --- > > > > From f66faa238facf504cfc66325912ce7af8cbf79ec Mon Sep 17 00:00:00 2001 > > From: "Srivatsa S. Bhat (VMware)" > > Date: Mon, 8 Nov 2021 11:46:57 -0800 > > Subject: [PATCH v2 2/2] MAINTAINERS: Mark VMware mailing list entries as email > > aliases > > > > VMware mailing lists in the MAINTAINERS file are private lists meant > > for VMware-internal review/notification for patches to the respective > > subsystems. Anyone can post to these addresses, but there is no public > > read access like open mailing lists, which makes them more like email > > aliases instead (to reach out to reviewers). > > > > So update all the VMware mailing list references in the MAINTAINERS > > file to mark them as such, using "R: email-alias@vmware.com". > > > > Signed-off-by: Srivatsa S. Bhat (VMware) > > Cc: Zack Rusin > > Cc: Nadav Amit > > Cc: Vivek Thampi > > Cc: Vishal Bhakta > > Cc: Ronak Doshi > > Cc: pv-drivers@vmware.com > > Cc: linux-graphics-maintainer@vmware.com > > Cc: dri-devel@lists.freedesktop.org > > Cc: linux-rdma@vger.kernel.org > > Cc: linux-scsi@vger.kernel.org > > Cc: netdev@vger.kernel.org > > Cc: linux-input@vger.kernel.org > > --- > > MAINTAINERS | 22 +++++++++++----------- > > 1 file changed, 11 insertions(+), 11 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 118cf8170d02..4372d79027e9 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -6134,8 +6134,8 @@ T: git git://anongit.freedesktop.org/drm/drm-misc > > F: drivers/gpu/drm/vboxvideo/ > > > > DRM DRIVER FOR VMWARE VIRTUAL GPU > > -M: "VMware Graphics" > > M: Zack Rusin > > +R: VMware Graphics Reviewers > > L: dri-devel@lists.freedesktop.org > > S: Supported > > T: git git://anongit.freedesktop.org/drm/drm-misc > > @@ -14189,7 +14189,7 @@ F: include/uapi/linux/ppdev.h > > PARAVIRT_OPS INTERFACE > > M: Juergen Gross > > M: Srivatsa S. Bhat (VMware) > > -L: pv-drivers@vmware.com (private) > > +R: VMware PV-Drivers Reviewers > > This patch that you just sent seems to go on top of the previous patches > (as it removes "L: pv-drivers@vmware.com (private)”). > Actually, that's a bit misleading, since I had corrected that entry in the first patch itself, while adding myself as the maintainer. So there are still only 2 patches in this series right now. Thanks for pointing this out! I'll move the VMware list modifications out of the first patch, to avoid confusion. > Since the patches were still not merged, I would presume you should squash > the old 2/2 with this new patch and send v3 of these patches. > I'll send out a v3, and also add Zack Rusin as the maintainer for the vmmouse sub-driver, since it does not have a named maintainer at the moment (Zack indicated that he will be taking up the maintainership). Thank you! Regards, Srivatsa