linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4  0/3] Update VMware maintainer entries
@ 2021-11-16 22:40 Srivatsa S. Bhat
  2021-11-16 22:40 ` [PATCH v4 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-16 22:40 UTC (permalink / raw)
  To: jgross, x86, pv-drivers
  Cc: Nadav Amit, Ronak Doshi, dri-devel, linux-scsi,
	linux-graphics-maintainer, linux-input, Alexey Makhalov,
	Vishal Bhakta, Vivek Thampi, netdev, Zack Rusin, linux-rdma,
	Deep Shah, sdeep, vithampi, amakhalov, keerthanak, srivatsab,
	anishs, linux-kernel, namit, joe, kuba, rostedt, srivatsa

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 v3->v4:
- Remove Cc: stable@vger.kernel.org from patches 1 and 2.

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(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v4 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
  2021-11-16 22:40 [PATCH v4 0/3] Update VMware maintainer entries Srivatsa S. Bhat
@ 2021-11-16 22:40 ` Srivatsa S. Bhat
  2021-11-16 22:40 ` [PATCH v4 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver Srivatsa S. Bhat
  2021-11-16 22:41 ` [PATCH v4 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases Srivatsa S. Bhat
  2 siblings, 0 replies; 6+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-16 22:40 UTC (permalink / raw)
  To: jgross, x86, pv-drivers
  Cc: Alexey Makhalov, Deep Shah, sdeep, vithampi, amakhalov,
	keerthanak, srivatsab, anishs, linux-kernel, namit, joe, kuba,
	rostedt, srivatsa

From: Srivatsa S. Bhat (VMware) <srivatsa@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@csail.mit.edu>
Acked-by: Alexey Makhalov <amakhalov@vmware.com>
Acked-by: Deep Shah <sdeep@vmware.com>
Acked-by: Juergen Gross <jgross@suse.com>
---

 MAINTAINERS |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7a2345ce8521..75a2c783ed6e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14409,7 +14409,7 @@ F:	include/uapi/linux/ppdev.h
 
 PARAVIRT_OPS INTERFACE
 M:	Juergen Gross <jgross@suse.com>
-M:	Deep Shah <sdeep@vmware.com>
+M:	Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
 M:	"VMware, Inc." <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
@@ -20309,10 +20309,13 @@ S:	Maintained
 F:	drivers/misc/vmw_balloon.c
 
 VMWARE HYPERVISOR INTERFACE
-M:	Deep Shah <sdeep@vmware.com>
+M:	Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
+M:	Alexey Makhalov <amakhalov@vmware.com>
 M:	"VMware, Inc." <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
+L:	x86@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
 



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v4 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver
  2021-11-16 22:40 [PATCH v4 0/3] Update VMware maintainer entries Srivatsa S. Bhat
  2021-11-16 22:40 ` [PATCH v4 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
@ 2021-11-16 22:40 ` Srivatsa S. Bhat
  2021-11-16 22:41 ` [PATCH v4 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases Srivatsa S. Bhat
  2 siblings, 0 replies; 6+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-16 22:40 UTC (permalink / raw)
  To: jgross, x86, pv-drivers
  Cc: Zack Rusin, linux-graphics-maintainer, linux-input, sdeep,
	vithampi, amakhalov, keerthanak, srivatsab, anishs, linux-kernel,
	namit, joe, kuba, rostedt, srivatsa

From: Srivatsa S. Bhat (VMware) <srivatsa@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@csail.mit.edu>
Acked-by: Zack Rusin <zackr@vmware.com>
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 75a2c783ed6e..01c7d1498c56 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20350,6 +20350,7 @@ S:	Maintained
 F:	drivers/misc/vmw_vmci/
 
 VMWARE VMMOUSE SUBDRIVER
+M:	Zack Rusin <zackr@vmware.com>
 M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
 M:	"VMware, Inc." <pv-drivers@vmware.com>
 L:	linux-input@vger.kernel.org



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v4 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases
  2021-11-16 22:40 [PATCH v4 0/3] Update VMware maintainer entries Srivatsa S. Bhat
  2021-11-16 22:40 ` [PATCH v4 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
  2021-11-16 22:40 ` [PATCH v4 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver Srivatsa S. Bhat
@ 2021-11-16 22:41 ` Srivatsa S. Bhat
  2021-11-16 22:58   ` Joe Perches
  2021-11-17  2:17   ` Zack Rusin
  2 siblings, 2 replies; 6+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-16 22:41 UTC (permalink / raw)
  To: jgross, x86, pv-drivers
  Cc: Zack Rusin, Nadav Amit, Vivek Thampi, Vishal Bhakta, Ronak Doshi,
	linux-graphics-maintainer, dri-devel, linux-rdma, linux-scsi,
	netdev, linux-input, sdeep, vithampi, amakhalov, keerthanak,
	srivatsab, anishs, linux-kernel, namit, joe, kuba, rostedt,
	srivatsa

From: Srivatsa S. Bhat (VMware) <srivatsa@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@vmware.com".

Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Cc: Zack Rusin <zackr@vmware.com>
Cc: Nadav Amit <namit@vmware.com>
Cc: Vivek Thampi <vithampi@vmware.com>
Cc: Vishal Bhakta <vbhakta@vmware.com>
Cc: Ronak Doshi <doshir@vmware.com>
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
Acked-by: Juergen Gross <jgross@suse.com>
---

 MAINTAINERS |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 01c7d1498c56..9b18fca73371 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6223,8 +6223,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@vmware.com>
 M:	Zack Rusin <zackr@vmware.com>
+R:	VMware Graphics Reviewers <linux-graphics-maintainer@vmware.com>
 L:	dri-devel@lists.freedesktop.org
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
@@ -14410,7 +14410,7 @@ F:	include/uapi/linux/ppdev.h
 PARAVIRT_OPS INTERFACE
 M:	Juergen Gross <jgross@suse.com>
 M:	Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
 S:	Supported
@@ -20303,7 +20303,7 @@ F:	tools/testing/vsock/
 
 VMWARE BALLOON DRIVER
 M:	Nadav Amit <namit@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 F:	drivers/misc/vmw_balloon.c
@@ -20311,7 +20311,7 @@ F:	drivers/misc/vmw_balloon.c
 VMWARE HYPERVISOR INTERFACE
 M:	Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
 M:	Alexey Makhalov <amakhalov@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
 S:	Supported
@@ -20321,14 +20321,14 @@ F:	arch/x86/kernel/cpu/vmware.c
 
 VMWARE PVRDMA DRIVER
 M:	Adit Ranadive <aditr@vmware.com>
-M:	VMware PV-Drivers <pv-drivers@vmware.com>
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	linux-rdma@vger.kernel.org
 S:	Maintained
 F:	drivers/infiniband/hw/vmw_pvrdma/
 
 VMware PVSCSI driver
 M:	Vishal Bhakta <vbhakta@vmware.com>
-M:	VMware PV-Drivers <pv-drivers@vmware.com>
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	linux-scsi@vger.kernel.org
 S:	Maintained
 F:	drivers/scsi/vmw_pvscsi.c
@@ -20336,7 +20336,7 @@ F:	drivers/scsi/vmw_pvscsi.h
 
 VMWARE VIRTUAL PTP CLOCK DRIVER
 M:	Vivek Thampi <vithampi@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	netdev@vger.kernel.org
 S:	Supported
 F:	drivers/ptp/ptp_vmw.c
@@ -20344,15 +20344,15 @@ F:	drivers/ptp/ptp_vmw.c
 VMWARE VMCI DRIVER
 M:	Jorgen Hansen <jhansen@vmware.com>
 M:	Vishnu Dasa <vdasa@vmware.com>
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 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 <zackr@vmware.com>
-M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+R:	VMware Graphics Reviewers <linux-graphics-maintainer@vmware.com>
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	linux-input@vger.kernel.org
 S:	Maintained
 F:	drivers/input/mouse/vmmouse.c
@@ -20360,7 +20360,7 @@ F:	drivers/input/mouse/vmmouse.h
 
 VMWARE VMXNET3 ETHERNET DRIVER
 M:	Ronak Doshi <doshir@vmware.com>
-M:	pv-drivers@vmware.com
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/vmxnet3/



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v4 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases
  2021-11-16 22:41 ` [PATCH v4 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases Srivatsa S. Bhat
@ 2021-11-16 22:58   ` Joe Perches
  2021-11-17  2:17   ` Zack Rusin
  1 sibling, 0 replies; 6+ messages in thread
From: Joe Perches @ 2021-11-16 22:58 UTC (permalink / raw)
  To: Srivatsa S. Bhat, jgross, x86, pv-drivers
  Cc: Zack Rusin, Nadav Amit, Vivek Thampi, Vishal Bhakta, Ronak Doshi,
	linux-graphics-maintainer, dri-devel, linux-rdma, linux-scsi,
	netdev, linux-input, sdeep, amakhalov, keerthanak, srivatsab,
	anishs, linux-kernel, kuba, rostedt

On Tue, 2021-11-16 at 14:41 -0800, Srivatsa S. Bhat wrote:
> From: Srivatsa S. Bhat (VMware) <srivatsa@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@vmware.com".
> 
> Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>

Acked-by: Joe Perches <joe@perches.com>

> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -6223,8 +6223,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@vmware.com>
>  M:	Zack Rusin <zackr@vmware.com>
> +R:	VMware Graphics Reviewers <linux-graphics-maintainer@vmware.com>

etc...



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v4 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases
  2021-11-16 22:41 ` [PATCH v4 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases Srivatsa S. Bhat
  2021-11-16 22:58   ` Joe Perches
@ 2021-11-17  2:17   ` Zack Rusin
  1 sibling, 0 replies; 6+ messages in thread
From: Zack Rusin @ 2021-11-17  2:17 UTC (permalink / raw)
  To: srivatsa
  Cc: jgross, x86, Pv-drivers, Nadav Amit, Vivek Thampi, Vishal Bhakta,
	Ronak Doshi, Linux-graphics-maintainer, DRI Development,
	linux-rdma, linux-scsi, netdev, linux-input, Deep Shah,
	Alexey Makhalov, Keerthana Kalyanasundaram, Srivatsa Bhat,
	Anish Swaminathan, LKML, joe, kuba, rostedt



> On Nov 16, 2021, at 17:41, Srivatsa S. Bhat <srivatsa@csail.mit.edu> wrote:
> 
> From: Srivatsa S. Bhat (VMware) <srivatsa@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@vmware.com".
> 
> Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
> Cc: Zack Rusin <zackr@vmware.com>
> Cc: Nadav Amit <namit@vmware.com>
> Cc: Vivek Thampi <vithampi@vmware.com>
> Cc: Vishal Bhakta <vbhakta@vmware.com>
> Cc: Ronak Doshi <doshir@vmware.com>
> 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
> Acked-by: Juergen Gross <jgross@suse.com>
> ---
> 
> MAINTAINERS |   22 +++++++++++-----------
> 1 file changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 01c7d1498c56..9b18fca73371 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6223,8 +6223,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@vmware.com>
> M:	Zack Rusin <zackr@vmware.com>
> +R:	VMware Graphics Reviewers <linux-graphics-maintainer@vmware.com>
> L:	dri-devel@lists.freedesktop.org
> S:	Supported
> T:	git git://anongit.freedesktop.org/drm/drm-misc


Acked-by: Zack Rusin <zackr@vmware.com>

z

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-17  2:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 22:40 [PATCH v4 0/3] Update VMware maintainer entries Srivatsa S. Bhat
2021-11-16 22:40 ` [PATCH v4 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
2021-11-16 22:40 ` [PATCH v4 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver Srivatsa S. Bhat
2021-11-16 22:41 ` [PATCH v4 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases Srivatsa S. Bhat
2021-11-16 22:58   ` Joe Perches
2021-11-17  2:17   ` Zack Rusin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).