This series updates a few maintainer entries for VMware-maintained subsystems and cleans up references to VMware's private mailing lists to make it clear that they are effectively email-aliases to reach out to reviewers. Changes from v1->v3: - Add Zack as the named maintainer for vmmouse driver - Use R: to denote email-aliases for VMware reviewers Regards, Srivatsa --- Srivatsa S. Bhat (VMware) (3): MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface MAINTAINERS: Add Zack as maintainer of vmmouse driver MAINTAINERS: Mark VMware mailing list entries as email aliases MAINTAINERS | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-)
Srivatsa S. Bhat
2021-Nov-10 20:08 UTC
[PATCH v3 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
From: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> Deep has decided to transfer maintainership of the VMware hypervisor interface to Srivatsa, and the joint-maintainership of paravirt ops in the Linux kernel to Srivatsa and Alexey. Update the MAINTAINERS file to reflect this change. Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> Acked-by: Alexey Makhalov <amakhalov at vmware.com> Acked-by: Deep Shah <sdeep at vmware.com> Acked-by: Juergen Gross <jgross at suse.com> Cc: stable at vger.kernel.org --- MAINTAINERS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 0ad926ba362f..0329d67c5bcf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14188,7 +14188,7 @@ F: include/uapi/linux/ppdev.h PARAVIRT_OPS INTERFACE M: Juergen Gross <jgross at suse.com> -M: Deep Shah <sdeep at vmware.com> +M: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> M: "VMware, Inc." <pv-drivers at vmware.com> L: virtualization at lists.linux-foundation.org L: x86 at kernel.org @@ -20038,10 +20038,13 @@ S: Maintained F: drivers/misc/vmw_balloon.c VMWARE HYPERVISOR INTERFACE -M: Deep Shah <sdeep at vmware.com> +M: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> +M: Alexey Makhalov <amakhalov at vmware.com> M: "VMware, Inc." <pv-drivers at vmware.com> L: virtualization at lists.linux-foundation.org +L: x86 at kernel.org S: Supported +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vmware F: arch/x86/include/asm/vmware.h F: arch/x86/kernel/cpu/vmware.c
Srivatsa S. Bhat
2021-Nov-10 20:08 UTC
[PATCH v3 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver
From: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> 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) <srivatsa at csail.mit.edu> Acked-by: Zack Rusin <zackr at vmware.com> Cc: linux-graphics-maintainer at vmware.com Cc: pv-drivers at vmware.com Cc: linux-input at vger.kernel.org Cc: stable at vger.kernel.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0329d67c5bcf..21c0e49b80b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20079,6 +20079,7 @@ S: Maintained F: drivers/misc/vmw_vmci/ VMWARE VMMOUSE SUBDRIVER +M: Zack Rusin <zackr at vmware.com> M: "VMware Graphics" <linux-graphics-maintainer at vmware.com> M: "VMware, Inc." <pv-drivers at vmware.com> L: linux-input at vger.kernel.org
Srivatsa S. Bhat
2021-Nov-10 20:09 UTC
[PATCH v3 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases
From: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> 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 at vmware.com". Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> Cc: Zack Rusin <zackr at vmware.com> Cc: Nadav Amit <namit at vmware.com> Cc: Vivek Thampi <vithampi at vmware.com> Cc: Vishal Bhakta <vbhakta at vmware.com> Cc: Ronak Doshi <doshir at vmware.com> Cc: pv-drivers at vmware.com Cc: linux-graphics-maintainer at vmware.com Cc: dri-devel at lists.freedesktop.org Cc: linux-rdma at vger.kernel.org Cc: linux-scsi at vger.kernel.org Cc: netdev at vger.kernel.org Cc: linux-input at vger.kernel.org --- MAINTAINERS | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 21c0e49b80b9..073e00ef9434 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" <linux-graphics-maintainer at vmware.com> M: Zack Rusin <zackr at vmware.com> +R: VMware Graphics Reviewers <linux-graphics-maintainer at vmware.com> L: dri-devel at 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 <jgross at suse.com> M: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> -M: "VMware, Inc." <pv-drivers at vmware.com> +R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: virtualization at lists.linux-foundation.org L: x86 at kernel.org S: Supported @@ -20032,7 +20032,7 @@ F: tools/testing/vsock/ VMWARE BALLOON DRIVER M: Nadav Amit <namit at vmware.com> -M: "VMware, Inc." <pv-drivers at vmware.com> +R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-kernel at vger.kernel.org S: Maintained F: drivers/misc/vmw_balloon.c @@ -20040,7 +20040,7 @@ F: drivers/misc/vmw_balloon.c VMWARE HYPERVISOR INTERFACE M: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> M: Alexey Makhalov <amakhalov at vmware.com> -M: "VMware, Inc." <pv-drivers at vmware.com> +R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: virtualization at lists.linux-foundation.org L: x86 at kernel.org S: Supported @@ -20050,14 +20050,14 @@ F: arch/x86/kernel/cpu/vmware.c VMWARE PVRDMA DRIVER M: Adit Ranadive <aditr at vmware.com> -M: VMware PV-Drivers <pv-drivers at vmware.com> +R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-rdma at vger.kernel.org S: Maintained F: drivers/infiniband/hw/vmw_pvrdma/ VMware PVSCSI driver M: Vishal Bhakta <vbhakta at vmware.com> -M: VMware PV-Drivers <pv-drivers at vmware.com> +R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-scsi at vger.kernel.org S: Maintained F: drivers/scsi/vmw_pvscsi.c @@ -20065,7 +20065,7 @@ F: drivers/scsi/vmw_pvscsi.h VMWARE VIRTUAL PTP CLOCK DRIVER M: Vivek Thampi <vithampi at vmware.com> -M: "VMware, Inc." <pv-drivers at vmware.com> +R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: netdev at vger.kernel.org S: Supported F: drivers/ptp/ptp_vmw.c @@ -20073,15 +20073,15 @@ F: drivers/ptp/ptp_vmw.c VMWARE VMCI DRIVER M: Jorgen Hansen <jhansen at vmware.com> M: Vishnu Dasa <vdasa at vmware.com> +R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-kernel at vger.kernel.org -L: pv-drivers at vmware.com (private) S: Maintained F: drivers/misc/vmw_vmci/ VMWARE VMMOUSE SUBDRIVER M: Zack Rusin <zackr at vmware.com> -M: "VMware Graphics" <linux-graphics-maintainer at vmware.com> -M: "VMware, Inc." <pv-drivers at vmware.com> +R: VMware Graphics Reviewers <linux-graphics-maintainer at vmware.com> +R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-input at vger.kernel.org S: Maintained F: drivers/input/mouse/vmmouse.c @@ -20089,7 +20089,7 @@ F: drivers/input/mouse/vmmouse.h VMWARE VMXNET3 ETHERNET DRIVER M: Ronak Doshi <doshir at vmware.com> -M: pv-drivers at vmware.com +R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: netdev at vger.kernel.org S: Maintained F: drivers/net/vmxnet3/