linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Update VMware maintainer entries
@ 2022-02-24 22:23 Srivatsa S. Bhat
  2022-02-24 22:24 ` [PATCH v5 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Srivatsa S. Bhat @ 2022-02-24 22:23 UTC (permalink / raw)
  To: jgross, x86, pv-drivers, tglx, bp
  Cc: linux-graphics-maintainer, Deep Shah, Joe Perches, linux-rdma,
	Ronak Doshi, Nadav Amit, Alexey Makhalov, Zack Rusin,
	linux-input, Vivek Thampi, linux-scsi, Vishal Bhakta, netdev,
	dri-devel, 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 v4->v5:
- Add Alexey as reviewer for paravirt ops.

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
VMware Photon OS

---

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 | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)


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

* [PATCH v5 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
  2022-02-24 22:23 [PATCH v5 0/3] Update VMware maintainer entries Srivatsa S. Bhat
@ 2022-02-24 22:24 ` Srivatsa S. Bhat
  2022-02-25 13:10   ` Juergen Gross
  2022-03-15 17:05   ` [tip: x86/misc] " tip-bot2 for Srivatsa S. Bhat (VMware)
  2022-02-24 22:24 ` [PATCH v5 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver Srivatsa S. Bhat
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 9+ messages in thread
From: Srivatsa S. Bhat @ 2022-02-24 22:24 UTC (permalink / raw)
  To: jgross, x86, pv-drivers, tglx, bp
  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 the joint-maintainership of paravirt ops
to Srivatsa, and the maintainership of the VMware hypervisor interface
to Srivatsa and Alexey. Update the MAINTAINERS file to reflect this
change, and also add Alexey as a reviewer for paravirt ops.

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>
Cc: Juergen Gross <jgross@suse.com>
---

 MAINTAINERS |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d492bb6a9c66..9325debf5365 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14609,7 +14609,8 @@ 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>
+R:	Alexey Makhalov <amakhalov@vmware.com>
 M:	"VMware, Inc." <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
@@ -20647,10 +20648,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] 9+ messages in thread

* [PATCH v5 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver
  2022-02-24 22:23 [PATCH v5 0/3] Update VMware maintainer entries Srivatsa S. Bhat
  2022-02-24 22:24 ` [PATCH v5 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
@ 2022-02-24 22:24 ` Srivatsa S. Bhat
  2022-03-15 17:05   ` [tip: x86/misc] " tip-bot2 for Srivatsa S. Bhat (VMware)
  2022-02-24 22:24 ` [PATCH v5 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases Srivatsa S. Bhat
  2022-03-07 17:06 ` [PATCH v5 0/3] Update VMware maintainer entries Srivatsa S. Bhat
  3 siblings, 1 reply; 9+ messages in thread
From: Srivatsa S. Bhat @ 2022-02-24 22:24 UTC (permalink / raw)
  To: jgross, x86, pv-drivers, tglx, bp
  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 9325debf5365..72771881f159 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20690,6 +20690,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] 9+ messages in thread

* [PATCH v5 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases
  2022-02-24 22:23 [PATCH v5 0/3] Update VMware maintainer entries Srivatsa S. Bhat
  2022-02-24 22:24 ` [PATCH v5 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
  2022-02-24 22:24 ` [PATCH v5 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver Srivatsa S. Bhat
@ 2022-02-24 22:24 ` Srivatsa S. Bhat
  2022-03-15 17:05   ` [tip: x86/misc] " tip-bot2 for Srivatsa S. Bhat (VMware)
  2022-03-07 17:06 ` [PATCH v5 0/3] Update VMware maintainer entries Srivatsa S. Bhat
  3 siblings, 1 reply; 9+ messages in thread
From: Srivatsa S. Bhat @ 2022-02-24 22:24 UTC (permalink / raw)
  To: jgross, x86, pv-drivers, tglx, bp
  Cc: Joe Perches, 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>
Acked-by: Juergen Gross <jgross@suse.com>
Acked-by: Joe Perches <joe@perches.com>
Acked-by: 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
---

 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" <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
@@ -14611,7 +14611,7 @@ PARAVIRT_OPS INTERFACE
 M:	Juergen Gross <jgross@suse.com>
 M:	Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
 R:	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
@@ -20642,7 +20642,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
@@ -20650,7 +20650,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
@@ -20661,14 +20661,14 @@ F:	arch/x86/kernel/cpu/vmware.c
 VMWARE PVRDMA DRIVER
 M:	Bryan Tan <bryantan@vmware.com>
 M:	Vishnu Dasa <vdasa@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
@@ -20676,7 +20676,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
@@ -20684,15 +20684,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
@@ -20700,7 +20700,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] 9+ messages in thread

* Re: [PATCH v5 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
  2022-02-24 22:24 ` [PATCH v5 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
@ 2022-02-25 13:10   ` Juergen Gross
  2022-03-15 17:05   ` [tip: x86/misc] " tip-bot2 for Srivatsa S. Bhat (VMware)
  1 sibling, 0 replies; 9+ messages in thread
From: Juergen Gross @ 2022-02-25 13:10 UTC (permalink / raw)
  To: Srivatsa S. Bhat, x86, pv-drivers, tglx, bp
  Cc: Alexey Makhalov, Deep Shah, vithampi, keerthanak, srivatsab,
	anishs, linux-kernel, namit, joe, kuba, rostedt


[-- Attachment #1.1.1: Type: text/plain, Size: 653 bytes --]

On 24.02.22 23:24, Srivatsa S. Bhat wrote:
> From: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
> 
> Deep has decided to transfer the joint-maintainership of paravirt ops
> to Srivatsa, and the maintainership of the VMware hypervisor interface
> to Srivatsa and Alexey. Update the MAINTAINERS file to reflect this
> change, and also add Alexey as a reviewer for paravirt ops.
> 
> 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>
> Cc: Juergen Gross <jgross@suse.com>

Acked-by: Juergen Gross <jgross@suse.com>


Juergen

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3149 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

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

* Re: [PATCH v5 0/3] Update VMware maintainer entries
  2022-02-24 22:23 [PATCH v5 0/3] Update VMware maintainer entries Srivatsa S. Bhat
                   ` (2 preceding siblings ...)
  2022-02-24 22:24 ` [PATCH v5 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases Srivatsa S. Bhat
@ 2022-03-07 17:06 ` Srivatsa S. Bhat
  3 siblings, 0 replies; 9+ messages in thread
From: Srivatsa S. Bhat @ 2022-03-07 17:06 UTC (permalink / raw)
  To: jgross, x86, pv-drivers, tglx, bp
  Cc: linux-graphics-maintainer, Deep Shah, Joe Perches, linux-rdma,
	Ronak Doshi, Nadav Amit, Alexey Makhalov, Zack Rusin,
	linux-input, Vivek Thampi, linux-scsi, Vishal Bhakta, netdev,
	dri-devel, keerthanak, srivatsab, anishs, linux-kernel, kuba,
	rostedt, Linux Virtualization

[+virtualization list, which I forgot to CC when posting v5]

Hi Thomas, other x86 maintainers,

On 2/25/22 2:23 PM, Srivatsa S. Bhat wrote:
> 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.
> 

Since this patchset got ACKs from the relevant subsystem maintainers,
would you mind taking them through your tree, if this looks good to
you too?

Thank you!

Regards,
Srivatsa

> Changes from v4->v5:
> - Add Alexey as reviewer for paravirt ops.
> 
> 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
> VMware Photon OS
> 
> ---
> 
> 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 | 31 ++++++++++++++++++-------------
>  1 file changed, 18 insertions(+), 13 deletions(-)
> 



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

* [tip: x86/misc] MAINTAINERS: Mark VMware mailing list entries as email aliases
  2022-02-24 22:24 ` [PATCH v5 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases Srivatsa S. Bhat
@ 2022-03-15 17:05   ` tip-bot2 for Srivatsa S. Bhat (VMware)
  0 siblings, 0 replies; 9+ messages in thread
From: tip-bot2 for Srivatsa S. Bhat (VMware) @ 2022-03-15 17:05 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Srivatsa S. Bhat (VMware),
	Borislav Petkov, Juergen Gross, Joe Perches, Zack Rusin, x86,
	linux-kernel

The following commit has been merged into the x86/misc branch of tip:

Commit-ID:     686016f732420f88dd2e1d67cf4bb5dffdb93c82
Gitweb:        https://git.kernel.org/tip/686016f732420f88dd2e1d67cf4bb5dffdb93c82
Author:        Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
AuthorDate:    Thu, 24 Feb 2022 14:24:49 -08:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Tue, 15 Mar 2022 17:46:15 +01:00

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) <srivatsa@csail.mit.edu>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Juergen Gross <jgross@suse.com>
Acked-by: Joe Perches <joe@perches.com>
Acked-by: Zack Rusin <zackr@vmware.com>
Link: https://lore.kernel.org/r/164574148378.654750.15832494349474144706.stgit@csail.mit.edu
---
 MAINTAINERS | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 630ac98..e6e5466 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6301,8 +6301,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
@@ -14578,7 +14578,7 @@ PARAVIRT_OPS INTERFACE
 M:	Juergen Gross <jgross@suse.com>
 M:	Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
 R:	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
@@ -20580,7 +20580,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
@@ -20588,7 +20588,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
@@ -20599,14 +20599,14 @@ F:	arch/x86/kernel/cpu/vmware.c
 VMWARE PVRDMA DRIVER
 M:	Bryan Tan <bryantan@vmware.com>
 M:	Vishnu Dasa <vdasa@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
@@ -20614,7 +20614,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
@@ -20622,15 +20622,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
@@ -20638,7 +20638,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] 9+ messages in thread

* [tip: x86/misc] MAINTAINERS: Add Zack as maintainer of vmmouse driver
  2022-02-24 22:24 ` [PATCH v5 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver Srivatsa S. Bhat
@ 2022-03-15 17:05   ` tip-bot2 for Srivatsa S. Bhat (VMware)
  0 siblings, 0 replies; 9+ messages in thread
From: tip-bot2 for Srivatsa S. Bhat (VMware) @ 2022-03-15 17:05 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Srivatsa S. Bhat (VMware),
	Borislav Petkov, Zack Rusin, x86, linux-kernel

The following commit has been merged into the x86/misc branch of tip:

Commit-ID:     d69079d04f9319bfd4e90b788f19927142c55901
Gitweb:        https://git.kernel.org/tip/d69079d04f9319bfd4e90b788f19927142c55901
Author:        Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
AuthorDate:    Thu, 24 Feb 2022 14:24:36 -08:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Tue, 15 Mar 2022 17:45:21 +01:00

MAINTAINERS: Add Zack as maintainer of vmmouse driver

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>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Zack Rusin <zackr@vmware.com>
Link: https://lore.kernel.org/r/164574146977.654750.10918397477833459687.stgit@csail.mit.edu
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4f81c3d..630ac98 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20628,6 +20628,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] 9+ messages in thread

* [tip: x86/misc] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
  2022-02-24 22:24 ` [PATCH v5 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
  2022-02-25 13:10   ` Juergen Gross
@ 2022-03-15 17:05   ` tip-bot2 for Srivatsa S. Bhat (VMware)
  1 sibling, 0 replies; 9+ messages in thread
From: tip-bot2 for Srivatsa S. Bhat (VMware) @ 2022-03-15 17:05 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Srivatsa S. Bhat (VMware),
	Borislav Petkov, Alexey Makhalov, Deep Shah, Juergen Gross, x86,
	linux-kernel

The following commit has been merged into the x86/misc branch of tip:

Commit-ID:     01683580c65ffe0ce72d52cfb5225b80b477c598
Gitweb:        https://git.kernel.org/tip/01683580c65ffe0ce72d52cfb5225b80b477c598
Author:        Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
AuthorDate:    Thu, 24 Feb 2022 14:24:22 -08:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Tue, 15 Mar 2022 17:44:16 +01:00

MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface

Deep has decided to transfer the joint-maintainership of paravirt ops
to Srivatsa, and the maintainership of the VMware hypervisor interface
to Srivatsa and Alexey. Update the MAINTAINERS file to reflect this
change, and also add Alexey as a reviewer for paravirt ops.

Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Alexey Makhalov <amakhalov@vmware.com>
Acked-by: Deep Shah <sdeep@vmware.com>
Acked-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/164574143710.654750.17342470717937593195.stgit@csail.mit.edu
---
 MAINTAINERS | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ea3e6c9..4f81c3d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14576,7 +14576,8 @@ 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>
+R:	Alexey Makhalov <amakhalov@vmware.com>
 M:	"VMware, Inc." <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
@@ -20585,10 +20586,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] 9+ messages in thread

end of thread, other threads:[~2022-03-15 17:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 22:23 [PATCH v5 0/3] Update VMware maintainer entries Srivatsa S. Bhat
2022-02-24 22:24 ` [PATCH v5 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
2022-02-25 13:10   ` Juergen Gross
2022-03-15 17:05   ` [tip: x86/misc] " tip-bot2 for Srivatsa S. Bhat (VMware)
2022-02-24 22:24 ` [PATCH v5 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver Srivatsa S. Bhat
2022-03-15 17:05   ` [tip: x86/misc] " tip-bot2 for Srivatsa S. Bhat (VMware)
2022-02-24 22:24 ` [PATCH v5 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases Srivatsa S. Bhat
2022-03-15 17:05   ` [tip: x86/misc] " tip-bot2 for Srivatsa S. Bhat (VMware)
2022-03-07 17:06 ` [PATCH v5 0/3] Update VMware maintainer entries Srivatsa S. Bhat

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