From patchwork Thu Feb 24 22:24:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Srivatsa S. Bhat" X-Patchwork-Id: 12759377 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 B11EAC433F5 for ; Thu, 24 Feb 2022 22:45:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235511AbiBXWqN (ORCPT ); Thu, 24 Feb 2022 17:46:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233083AbiBXWqM (ORCPT ); Thu, 24 Feb 2022 17:46:12 -0500 X-Greylist: delayed 1539 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 24 Feb 2022 14:45:41 PST Received: from outgoing-stata.csail.mit.edu (outgoing-stata.csail.mit.edu [128.30.2.210]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id ADACA17F6A7; Thu, 24 Feb 2022 14:45:41 -0800 (PST) Received: from [128.177.79.46] (helo=[10.118.101.22]) by outgoing-stata.csail.mit.edu with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1nNMTR-000HIw-8a; Thu, 24 Feb 2022 17:20:33 -0500 Subject: [PATCH v5 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver From: "Srivatsa S. Bhat" To: jgross@suse.com, x86@kernel.org, pv-drivers@vmware.com, tglx@linutronix.de, bp@alien8.de Cc: Zack Rusin , linux-graphics-maintainer@vmware.com, linux-input@vger.kernel.org, sdeep@vmware.com, vithampi@vmware.com, amakhalov@vmware.com, keerthanak@vmware.com, srivatsab@vmware.com, anishs@vmware.com, linux-kernel@vger.kernel.org, namit@vmware.com, joe@perches.com, kuba@kernel.org, rostedt@goodmis.org, srivatsa@csail.mit.edu Date: Thu, 24 Feb 2022 14:24:36 -0800 Message-ID: <164574146977.654750.10918397477833459687.stgit@csail.mit.edu> In-Reply-To: <164574138686.654750.10250173565414769119.stgit@csail.mit.edu> References: <164574138686.654750.10250173565414769119.stgit@csail.mit.edu> User-Agent: StGit/1.4 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org From: Srivatsa S. Bhat (VMware) Zack Rusin will be taking over the maintainership of the VMware vmmouse driver. Update the MAINTAINERS file to reflect this change. Signed-off-by: Srivatsa S. Bhat (VMware) Acked-by: Zack Rusin Cc: linux-graphics-maintainer@vmware.com Cc: pv-drivers@vmware.com Cc: linux-input@vger.kernel.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9325debf5365..72771881f159 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20690,6 +20690,7 @@ S: Maintained F: drivers/misc/vmw_vmci/ VMWARE VMMOUSE SUBDRIVER +M: Zack Rusin M: "VMware Graphics" M: "VMware, Inc." L: linux-input@vger.kernel.org From patchwork Thu Feb 24 22:24:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Srivatsa S. Bhat" X-Patchwork-Id: 12759394 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 32901C433F5 for ; Thu, 24 Feb 2022 22:50:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233006AbiBXWuh (ORCPT ); Thu, 24 Feb 2022 17:50:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40756 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230079AbiBXWug (ORCPT ); Thu, 24 Feb 2022 17:50:36 -0500 X-Greylist: delayed 1803 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 24 Feb 2022 14:50:05 PST Received: from outgoing-stata.csail.mit.edu (outgoing-stata.csail.mit.edu [128.30.2.210]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C3B51120F7D; Thu, 24 Feb 2022 14:50:05 -0800 (PST) Received: from [128.177.79.46] (helo=[10.118.101.22]) by outgoing-stata.csail.mit.edu with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1nNMTe-000HJc-Fb; Thu, 24 Feb 2022 17:20:46 -0500 Subject: [PATCH v5 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases From: "Srivatsa S. Bhat" To: jgross@suse.com, x86@kernel.org, pv-drivers@vmware.com, tglx@linutronix.de, bp@alien8.de Cc: Joe Perches , Zack Rusin , Nadav Amit , Vivek Thampi , Vishal Bhakta , Ronak Doshi , linux-graphics-maintainer@vmware.com, dri-devel@lists.freedesktop.org, linux-rdma@vger.kernel.org, linux-scsi@vger.kernel.org, netdev@vger.kernel.org, linux-input@vger.kernel.org, sdeep@vmware.com, vithampi@vmware.com, amakhalov@vmware.com, keerthanak@vmware.com, srivatsab@vmware.com, anishs@vmware.com, linux-kernel@vger.kernel.org, namit@vmware.com, joe@perches.com, kuba@kernel.org, rostedt@goodmis.org, srivatsa@csail.mit.edu Date: Thu, 24 Feb 2022 14:24:49 -0800 Message-ID: <164574148378.654750.15832494349474144706.stgit@csail.mit.edu> In-Reply-To: <164574138686.654750.10250173565414769119.stgit@csail.mit.edu> References: <164574138686.654750.10250173565414769119.stgit@csail.mit.edu> User-Agent: StGit/1.4 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org From: Srivatsa S. Bhat (VMware) 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) Acked-by: Juergen Gross Acked-by: Joe Perches Acked-by: 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 72771881f159..4041edba891d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6307,8 +6307,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 @@ -14611,7 +14611,7 @@ PARAVIRT_OPS INTERFACE M: Juergen Gross M: Srivatsa S. Bhat (VMware) R: Alexey Makhalov -M: "VMware, Inc." +R: VMware PV-Drivers Reviewers L: virtualization@lists.linux-foundation.org L: x86@kernel.org S: Supported @@ -20642,7 +20642,7 @@ F: tools/testing/vsock/ VMWARE BALLOON DRIVER M: Nadav Amit -M: "VMware, Inc." +R: VMware PV-Drivers Reviewers L: linux-kernel@vger.kernel.org S: Maintained F: drivers/misc/vmw_balloon.c @@ -20650,7 +20650,7 @@ F: drivers/misc/vmw_balloon.c VMWARE HYPERVISOR INTERFACE M: Srivatsa S. Bhat (VMware) M: Alexey Makhalov -M: "VMware, Inc." +R: VMware PV-Drivers Reviewers L: virtualization@lists.linux-foundation.org L: x86@kernel.org S: Supported @@ -20661,14 +20661,14 @@ F: arch/x86/kernel/cpu/vmware.c VMWARE PVRDMA DRIVER M: Bryan Tan M: Vishnu Dasa -M: VMware PV-Drivers +R: VMware PV-Drivers Reviewers L: linux-rdma@vger.kernel.org S: Maintained F: drivers/infiniband/hw/vmw_pvrdma/ VMware PVSCSI driver M: Vishal Bhakta -M: VMware PV-Drivers +R: VMware PV-Drivers Reviewers L: linux-scsi@vger.kernel.org S: Maintained F: drivers/scsi/vmw_pvscsi.c @@ -20676,7 +20676,7 @@ F: drivers/scsi/vmw_pvscsi.h VMWARE VIRTUAL PTP CLOCK DRIVER M: Vivek Thampi -M: "VMware, Inc." +R: VMware PV-Drivers Reviewers L: netdev@vger.kernel.org S: Supported F: drivers/ptp/ptp_vmw.c @@ -20684,15 +20684,15 @@ F: drivers/ptp/ptp_vmw.c VMWARE VMCI DRIVER M: Jorgen Hansen M: Vishnu Dasa +R: VMware PV-Drivers Reviewers L: linux-kernel@vger.kernel.org -L: pv-drivers@vmware.com (private) S: Maintained F: drivers/misc/vmw_vmci/ VMWARE VMMOUSE SUBDRIVER M: Zack Rusin -M: "VMware Graphics" -M: "VMware, Inc." +R: VMware Graphics Reviewers +R: VMware PV-Drivers Reviewers L: linux-input@vger.kernel.org S: Maintained F: drivers/input/mouse/vmmouse.c @@ -20700,7 +20700,7 @@ F: drivers/input/mouse/vmmouse.h VMWARE VMXNET3 ETHERNET DRIVER M: Ronak Doshi -M: pv-drivers@vmware.com +R: VMware PV-Drivers Reviewers L: netdev@vger.kernel.org S: Maintained F: drivers/net/vmxnet3/