All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
@ 2021-11-08 20:29 ` Srivatsa S. Bhat
  0 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-08 20:29 UTC (permalink / raw)
  To: jgross, x86, pv-drivers
  Cc: anishs, linux-kernel, stable, virtualization, keerthanak, amakhalov

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>
Cc: stable@vger.kernel.org
---

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

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

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* [PATCH 1/2] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
@ 2021-11-08 20:29 ` Srivatsa S. Bhat
  0 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-08 20:29 UTC (permalink / raw)
  To: jgross, x86, pv-drivers
  Cc: Alexey Makhalov, Deep Shah, stable, srivatsa, sdeep, amakhalov,
	virtualization, keerthanak, srivatsab, anishs, vithampi,
	linux-kernel

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>
Cc: stable@vger.kernel.org
---

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 0ad926ba362f..118cf8170d02 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14188,8 +14188,8 @@ F:	include/uapi/linux/ppdev.h
 
 PARAVIRT_OPS INTERFACE
 M:	Juergen Gross <jgross@suse.com>
-M:	Deep Shah <sdeep@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+M:	Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
+L:	pv-drivers@vmware.com (private)
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
 S:	Supported
@@ -20038,10 +20038,13 @@ S:	Maintained
 F:	drivers/misc/vmw_balloon.c
 
 VMWARE HYPERVISOR INTERFACE
-M:	Deep Shah <sdeep@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+M:	Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
+M:	Alexey Makhalov <amakhalov@vmware.com>
+L:	pv-drivers@vmware.com (private)
 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] 42+ messages in thread

* [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-08 20:29 ` Srivatsa S. Bhat
  (?)
@ 2021-11-08 20:30   ` Srivatsa S. Bhat
  -1 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-08 20:30 UTC (permalink / raw)
  To: jgross, x86, pv-drivers
  Cc: amakhalov, Ronak Doshi, linux-scsi, anishs, Vishal Bhakta,
	netdev, linux-kernel, dri-devel, virtualization, keerthanak,
	linux-rdma, linux-graphics-maintainer, linux-input, Nadav Amit,
	Zack Rusin

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. So, in an earlier discussion [1][2], it was recommended to
mark them as such. Update all the remaining VMware mailing list
references to use that format -- "L: list@address (private)".

[1]. https://lore.kernel.org/r/YPfp0Ff6KuyPlyrc@kroah.com
[2]. https://lore.kernel.org/r/1626861766-11115-1-git-send-email-jhansen@vmware.com

Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
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: Zack Rusin <zackr@vmware.com>
---

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 118cf8170d02..3e92176e68fb 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@vmware.com>
 M:	Zack Rusin <zackr@vmware.com>
+L:	linux-graphics-maintainer@vmware.com (private)
 L:	dri-devel@lists.freedesktop.org
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
@@ -20032,7 +20032,7 @@ F:	tools/testing/vsock/
 
 VMWARE BALLOON DRIVER
 M:	Nadav Amit <namit@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+L:	pv-drivers@vmware.com (private)
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 F:	drivers/misc/vmw_balloon.c
@@ -20050,14 +20050,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>
+L:	pv-drivers@vmware.com (private)
 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>
+L:	pv-drivers@vmware.com (private)
 L:	linux-scsi@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@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+L:	pv-drivers@vmware.com (private)
 L:	netdev@vger.kernel.org
 S:	Supported
 F:	drivers/ptp/ptp_vmw.c
@@ -20079,8 +20079,8 @@ S:	Maintained
 F:	drivers/misc/vmw_vmci/
 
 VMWARE VMMOUSE SUBDRIVER
-M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+L:	linux-graphics-maintainer@vmware.com (private)
+L:	pv-drivers@vmware.com (private)
 L:	linux-input@vger.kernel.org
 S:	Maintained
 F:	drivers/input/mouse/vmmouse.c
@@ -20088,7 +20088,7 @@ F:	drivers/input/mouse/vmmouse.h
 
 VMWARE VMXNET3 ETHERNET DRIVER
 M:	Ronak Doshi <doshir@vmware.com>
-M:	pv-drivers@vmware.com
+L:	pv-drivers@vmware.com (private)
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/vmxnet3/

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-08 20:30   ` Srivatsa S. Bhat
  0 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-08 20:30 UTC (permalink / raw)
  To: jgross, x86, pv-drivers
  Cc: Nadav Amit, Vivek Thampi, Vishal Bhakta, Ronak Doshi,
	linux-graphics-maintainer, dri-devel, linux-rdma, linux-scsi,
	netdev, linux-input, Zack Rusin, srivatsa, sdeep, amakhalov,
	virtualization, keerthanak, srivatsab, anishs, vithampi,
	linux-kernel

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. So, in an earlier discussion [1][2], it was recommended to
mark them as such. Update all the remaining VMware mailing list
references to use that format -- "L: list@address (private)".

[1]. https://lore.kernel.org/r/YPfp0Ff6KuyPlyrc@kroah.com
[2]. https://lore.kernel.org/r/1626861766-11115-1-git-send-email-jhansen@vmware.com

Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
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: Zack Rusin <zackr@vmware.com>
---

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 118cf8170d02..3e92176e68fb 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@vmware.com>
 M:	Zack Rusin <zackr@vmware.com>
+L:	linux-graphics-maintainer@vmware.com (private)
 L:	dri-devel@lists.freedesktop.org
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
@@ -20032,7 +20032,7 @@ F:	tools/testing/vsock/
 
 VMWARE BALLOON DRIVER
 M:	Nadav Amit <namit@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+L:	pv-drivers@vmware.com (private)
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 F:	drivers/misc/vmw_balloon.c
@@ -20050,14 +20050,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>
+L:	pv-drivers@vmware.com (private)
 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>
+L:	pv-drivers@vmware.com (private)
 L:	linux-scsi@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@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+L:	pv-drivers@vmware.com (private)
 L:	netdev@vger.kernel.org
 S:	Supported
 F:	drivers/ptp/ptp_vmw.c
@@ -20079,8 +20079,8 @@ S:	Maintained
 F:	drivers/misc/vmw_vmci/
 
 VMWARE VMMOUSE SUBDRIVER
-M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+L:	linux-graphics-maintainer@vmware.com (private)
+L:	pv-drivers@vmware.com (private)
 L:	linux-input@vger.kernel.org
 S:	Maintained
 F:	drivers/input/mouse/vmmouse.c
@@ -20088,7 +20088,7 @@ F:	drivers/input/mouse/vmmouse.h
 
 VMWARE VMXNET3 ETHERNET DRIVER
 M:	Ronak Doshi <doshir@vmware.com>
-M:	pv-drivers@vmware.com
+L:	pv-drivers@vmware.com (private)
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/vmxnet3/


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

* [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-08 20:30   ` Srivatsa S. Bhat
  0 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-08 20:30 UTC (permalink / raw)
  To: jgross, x86, pv-drivers
  Cc: amakhalov, Ronak Doshi, linux-scsi, anishs, Vishal Bhakta,
	netdev, sdeep, linux-kernel, dri-devel, virtualization,
	keerthanak, linux-rdma, linux-graphics-maintainer, srivatsab,
	linux-input, Nadav Amit, vithampi, 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. So, in an earlier discussion [1][2], it was recommended to
mark them as such. Update all the remaining VMware mailing list
references to use that format -- "L: list@address (private)".

[1]. https://lore.kernel.org/r/YPfp0Ff6KuyPlyrc@kroah.com
[2]. https://lore.kernel.org/r/1626861766-11115-1-git-send-email-jhansen@vmware.com

Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
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: Zack Rusin <zackr@vmware.com>
---

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 118cf8170d02..3e92176e68fb 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@vmware.com>
 M:	Zack Rusin <zackr@vmware.com>
+L:	linux-graphics-maintainer@vmware.com (private)
 L:	dri-devel@lists.freedesktop.org
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
@@ -20032,7 +20032,7 @@ F:	tools/testing/vsock/
 
 VMWARE BALLOON DRIVER
 M:	Nadav Amit <namit@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+L:	pv-drivers@vmware.com (private)
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 F:	drivers/misc/vmw_balloon.c
@@ -20050,14 +20050,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>
+L:	pv-drivers@vmware.com (private)
 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>
+L:	pv-drivers@vmware.com (private)
 L:	linux-scsi@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@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+L:	pv-drivers@vmware.com (private)
 L:	netdev@vger.kernel.org
 S:	Supported
 F:	drivers/ptp/ptp_vmw.c
@@ -20079,8 +20079,8 @@ S:	Maintained
 F:	drivers/misc/vmw_vmci/
 
 VMWARE VMMOUSE SUBDRIVER
-M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
-M:	"VMware, Inc." <pv-drivers@vmware.com>
+L:	linux-graphics-maintainer@vmware.com (private)
+L:	pv-drivers@vmware.com (private)
 L:	linux-input@vger.kernel.org
 S:	Maintained
 F:	drivers/input/mouse/vmmouse.c
@@ -20088,7 +20088,7 @@ F:	drivers/input/mouse/vmmouse.h
 
 VMWARE VMXNET3 ETHERNET DRIVER
 M:	Ronak Doshi <doshir@vmware.com>
-M:	pv-drivers@vmware.com
+L:	pv-drivers@vmware.com (private)
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/vmxnet3/


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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-08 20:30   ` Srivatsa S. Bhat
  (?)
@ 2021-11-08 20:45     ` Nadav Amit
  -1 siblings, 0 replies; 42+ messages in thread
From: Nadav Amit @ 2021-11-08 20:45 UTC (permalink / raw)
  To: srivatsa
  Cc: Juergen Gross, X86 ML, Pv-drivers, Vivek Thampi, Vishal Bhakta,
	Ronak Doshi, Linux-graphics-maintainer, dri-devel, linux-rdma,
	linux-scsi, netdev, linux-input, Zack Rusin, Deep Shah,
	Alexey Makhalov, virtualization, Keerthana Kalyanasundaram,
	Srivatsa Bhat, Anish Swaminathan, linux-kernel



> On Nov 8, 2021, at 12:30 PM, 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. So, in an earlier discussion [1][2], it was recommended to
> mark them as such. Update all the remaining VMware mailing list
> references to use that format -- "L: list@address (private)”.

Acked-by: Nadav Amit <namit@vmware.com>




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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-08 20:45     ` Nadav Amit
  0 siblings, 0 replies; 42+ messages in thread
From: Nadav Amit @ 2021-11-08 20:45 UTC (permalink / raw)
  To: srivatsa
  Cc: Juergen Gross, Alexey Makhalov, Ronak Doshi, linux-scsi,
	Anish Swaminathan, Pv-drivers, netdev, X86 ML, linux-kernel,
	dri-devel, virtualization, Keerthana Kalyanasundaram,
	Vishal Bhakta, Linux-graphics-maintainer, linux-input,
	Zack Rusin, linux-rdma



> On Nov 8, 2021, at 12:30 PM, 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. So, in an earlier discussion [1][2], it was recommended to
> mark them as such. Update all the remaining VMware mailing list
> references to use that format -- "L: list@address (private)”.

Acked-by: Nadav Amit <namit@vmware.com>



_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-08 20:45     ` Nadav Amit
  0 siblings, 0 replies; 42+ messages in thread
From: Nadav Amit @ 2021-11-08 20:45 UTC (permalink / raw)
  To: srivatsa
  Cc: Juergen Gross, Alexey Makhalov, Ronak Doshi, linux-scsi,
	Anish Swaminathan, Pv-drivers, netdev, X86 ML, linux-kernel,
	dri-devel, virtualization, Keerthana Kalyanasundaram,
	Vishal Bhakta, Linux-graphics-maintainer, Srivatsa Bhat,
	linux-input, Vivek Thampi, Deep Shah, linux-rdma



> On Nov 8, 2021, at 12:30 PM, 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. So, in an earlier discussion [1][2], it was recommended to
> mark them as such. Update all the remaining VMware mailing list
> references to use that format -- "L: list@address (private)”.

Acked-by: Nadav Amit <namit@vmware.com>




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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-08 20:30   ` Srivatsa S. Bhat
  (?)
@ 2021-11-08 23:37     ` Joe Perches
  -1 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-08 23:37 UTC (permalink / raw)
  To: Srivatsa S. Bhat, jgross, x86, pv-drivers
  Cc: Nadav Amit, Vivek Thampi, Vishal Bhakta, Ronak Doshi,
	linux-graphics-maintainer, dri-devel, linux-rdma, linux-scsi,
	netdev, linux-input, Zack Rusin, sdeep, amakhalov,
	virtualization, keerthanak, srivatsab, anishs, linux-kernel

On Mon, 2021-11-08 at 12:30 -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. So, in an earlier discussion [1][2], it was recommended to
> mark them as such. Update all the remaining VMware mailing list
> references to use that format -- "L: list@address (private)".
[]
> diff --git 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@vmware.com>
>  M:	Zack Rusin <zackr@vmware.com>
> +L:	linux-graphics-maintainer@vmware.com (private)

This MAINTAINERS file is for _public_ use, marking something
non-public isn't useful.

private makes no sense and likely these L: entries shouldn't exist.



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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-08 23:37     ` Joe Perches
  0 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-08 23:37 UTC (permalink / raw)
  To: Srivatsa S. Bhat, jgross, x86, pv-drivers
  Cc: amakhalov, Ronak Doshi, linux-scsi, anishs, Vishal Bhakta,
	netdev, sdeep, linux-kernel, dri-devel, virtualization,
	keerthanak, linux-rdma, linux-graphics-maintainer, srivatsab,
	linux-input, Nadav Amit, Vivek Thampi

On Mon, 2021-11-08 at 12:30 -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. So, in an earlier discussion [1][2], it was recommended to
> mark them as such. Update all the remaining VMware mailing list
> references to use that format -- "L: list@address (private)".
[]
> diff --git 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@vmware.com>
>  M:	Zack Rusin <zackr@vmware.com>
> +L:	linux-graphics-maintainer@vmware.com (private)

This MAINTAINERS file is for _public_ use, marking something
non-public isn't useful.

private makes no sense and likely these L: entries shouldn't exist.



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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-08 23:37     ` Joe Perches
  0 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-08 23:37 UTC (permalink / raw)
  To: Srivatsa S. Bhat, jgross, x86, pv-drivers
  Cc: amakhalov, Ronak Doshi, linux-scsi, anishs, Vishal Bhakta,
	netdev, linux-kernel, dri-devel, virtualization, keerthanak,
	linux-rdma, linux-graphics-maintainer, linux-input, Nadav Amit,
	Zack Rusin

On Mon, 2021-11-08 at 12:30 -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. So, in an earlier discussion [1][2], it was recommended to
> mark them as such. Update all the remaining VMware mailing list
> references to use that format -- "L: list@address (private)".
[]
> diff --git 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@vmware.com>
>  M:	Zack Rusin <zackr@vmware.com>
> +L:	linux-graphics-maintainer@vmware.com (private)

This MAINTAINERS file is for _public_ use, marking something
non-public isn't useful.

private makes no sense and likely these L: entries shouldn't exist.


_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-08 23:37     ` Joe Perches
@ 2021-11-09  0:16       ` Jakub Kicinski
  -1 siblings, 0 replies; 42+ messages in thread
From: Jakub Kicinski @ 2021-11-09  0:16 UTC (permalink / raw)
  To: Joe Perches
  Cc: Srivatsa S. Bhat, jgross, x86, pv-drivers, Nadav Amit,
	Vivek Thampi, Vishal Bhakta, Ronak Doshi,
	linux-graphics-maintainer, dri-devel, linux-rdma, linux-scsi,
	netdev, linux-input, Zack Rusin, sdeep, amakhalov,
	virtualization, keerthanak, srivatsab, anishs, linux-kernel,
	Greg Kroah-Hartman

On Mon, 08 Nov 2021 15:37:53 -0800 Joe Perches wrote:
> > @@ -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@vmware.com>
> >  M:	Zack Rusin <zackr@vmware.com>
> > +L:	linux-graphics-maintainer@vmware.com (private)  
> 
> This MAINTAINERS file is for _public_ use, marking something
> non-public isn't useful.

But Greg has a point. Corporations like to send us code with a list 
as the maintainer and MODULE_AUTHOR set to corp's name. We deal with
humans, not legal entities.

I've been trying to get them to use "M: email" without the name,
but "L: list (private)" also works.

Either way I feel like we need _some_ way to tell humans from corporate
"please CC this address" entries.

> private makes no sense and likely these L: entries shouldn't exist.

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  0:16       ` Jakub Kicinski
  0 siblings, 0 replies; 42+ messages in thread
From: Jakub Kicinski @ 2021-11-09  0:16 UTC (permalink / raw)
  To: Joe Perches
  Cc: Ronak Doshi, pv-drivers, dri-devel, virtualization, Nadav Amit,
	amakhalov, Srivatsa S. Bhat, srivatsab, sdeep, linux-scsi,
	Vishal Bhakta, x86, linux-graphics-maintainer, linux-input,
	keerthanak, jgross, anishs, netdev, linux-kernel, linux-rdma,
	Greg Kroah-Hartman, Vivek Thampi

On Mon, 08 Nov 2021 15:37:53 -0800 Joe Perches wrote:
> > @@ -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@vmware.com>
> >  M:	Zack Rusin <zackr@vmware.com>
> > +L:	linux-graphics-maintainer@vmware.com (private)  
> 
> This MAINTAINERS file is for _public_ use, marking something
> non-public isn't useful.

But Greg has a point. Corporations like to send us code with a list 
as the maintainer and MODULE_AUTHOR set to corp's name. We deal with
humans, not legal entities.

I've been trying to get them to use "M: email" without the name,
but "L: list (private)" also works.

Either way I feel like we need _some_ way to tell humans from corporate
"please CC this address" entries.

> private makes no sense and likely these L: entries shouldn't exist.

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-08 23:37     ` Joe Perches
  (?)
@ 2021-11-09  0:22       ` Srivatsa S. Bhat
  -1 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-09  0:22 UTC (permalink / raw)
  To: Joe Perches, jgross, x86, pv-drivers
  Cc: Nadav Amit, Vivek Thampi, Vishal Bhakta, Ronak Doshi,
	linux-graphics-maintainer, dri-devel, linux-rdma, linux-scsi,
	netdev, linux-input, Zack Rusin, sdeep, amakhalov,
	virtualization, keerthanak, srivatsab, anishs, linux-kernel,
	Thomas Gleixner, gregkh

+Greg, Thomas

Hi Joe,

On 11/8/21 3:37 PM, Joe Perches wrote:
> On Mon, 2021-11-08 at 12:30 -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. So, in an earlier discussion [1][2], it was recommended to
>> mark them as such. Update all the remaining VMware mailing list
>> references to use that format -- "L: list@address (private)".
> []
>> diff --git 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@vmware.com>
>>  M:	Zack Rusin <zackr@vmware.com>
>> +L:	linux-graphics-maintainer@vmware.com (private)
> 
> This MAINTAINERS file is for _public_ use, marking something
> non-public isn't useful.
> 
> private makes no sense and likely these L: entries shouldn't exist.
> 
> 

Well, the public can send messages to this list, but membership is
restricted.

In many ways, I believe this is similar to x86@kernel.org, which is an
email alias that anyone can post to in order to reach the x86
maintainer community for patch review. I see x86@kernel.org listed as
both L: and M: in the MAINTAINERS file, among different entries.

Although the @vmware list ids refer to VMware-internal mailing lists
as opposed to email aliases, they serve a very similar purpose -- to
inform VMware folks about patches to the relevant subsystems.

Is there a consensus on how such lists should be specified? One
suggestion (from Greg in the email thread referenced above) was to
mark it as private, which is what this patch does. Maybe we can find a
better alternative?

How about specifying such lists using M: (indicating that this address
can be used to reach maintainers), as long as that is not the only M:
entry for a given subsystem (i.e., it includes real people's email id
as well)? I think that would address Greg's primary objection too from
that other thread (related to personal responsibility as maintainers).

Regards,
Srivatsa

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  0:22       ` Srivatsa S. Bhat
  0 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-09  0:22 UTC (permalink / raw)
  To: Joe Perches, jgross, x86, pv-drivers
  Cc: amakhalov, Ronak Doshi, linux-scsi, anishs, Vishal Bhakta,
	netdev, linux-kernel, dri-devel, virtualization, keerthanak,
	linux-rdma, gregkh, linux-graphics-maintainer, linux-input,
	Nadav Amit, Thomas Gleixner, Zack Rusin

+Greg, Thomas

Hi Joe,

On 11/8/21 3:37 PM, Joe Perches wrote:
> On Mon, 2021-11-08 at 12:30 -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. So, in an earlier discussion [1][2], it was recommended to
>> mark them as such. Update all the remaining VMware mailing list
>> references to use that format -- "L: list@address (private)".
> []
>> diff --git 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@vmware.com>
>>  M:	Zack Rusin <zackr@vmware.com>
>> +L:	linux-graphics-maintainer@vmware.com (private)
> 
> This MAINTAINERS file is for _public_ use, marking something
> non-public isn't useful.
> 
> private makes no sense and likely these L: entries shouldn't exist.
> 
> 

Well, the public can send messages to this list, but membership is
restricted.

In many ways, I believe this is similar to x86@kernel.org, which is an
email alias that anyone can post to in order to reach the x86
maintainer community for patch review. I see x86@kernel.org listed as
both L: and M: in the MAINTAINERS file, among different entries.

Although the @vmware list ids refer to VMware-internal mailing lists
as opposed to email aliases, they serve a very similar purpose -- to
inform VMware folks about patches to the relevant subsystems.

Is there a consensus on how such lists should be specified? One
suggestion (from Greg in the email thread referenced above) was to
mark it as private, which is what this patch does. Maybe we can find a
better alternative?

How about specifying such lists using M: (indicating that this address
can be used to reach maintainers), as long as that is not the only M:
entry for a given subsystem (i.e., it includes real people's email id
as well)? I think that would address Greg's primary objection too from
that other thread (related to personal responsibility as maintainers).

Regards,
Srivatsa
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  0:22       ` Srivatsa S. Bhat
  0 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-09  0:22 UTC (permalink / raw)
  To: Joe Perches, jgross, x86, pv-drivers
  Cc: amakhalov, Ronak Doshi, linux-scsi, anishs, Vishal Bhakta,
	netdev, sdeep, linux-kernel, dri-devel, virtualization,
	keerthanak, linux-rdma, gregkh, linux-graphics-maintainer,
	srivatsab, linux-input, Nadav Amit, Vivek Thampi,
	Thomas Gleixner

+Greg, Thomas

Hi Joe,

On 11/8/21 3:37 PM, Joe Perches wrote:
> On Mon, 2021-11-08 at 12:30 -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. So, in an earlier discussion [1][2], it was recommended to
>> mark them as such. Update all the remaining VMware mailing list
>> references to use that format -- "L: list@address (private)".
> []
>> diff --git 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@vmware.com>
>>  M:	Zack Rusin <zackr@vmware.com>
>> +L:	linux-graphics-maintainer@vmware.com (private)
> 
> This MAINTAINERS file is for _public_ use, marking something
> non-public isn't useful.
> 
> private makes no sense and likely these L: entries shouldn't exist.
> 
> 

Well, the public can send messages to this list, but membership is
restricted.

In many ways, I believe this is similar to x86@kernel.org, which is an
email alias that anyone can post to in order to reach the x86
maintainer community for patch review. I see x86@kernel.org listed as
both L: and M: in the MAINTAINERS file, among different entries.

Although the @vmware list ids refer to VMware-internal mailing lists
as opposed to email aliases, they serve a very similar purpose -- to
inform VMware folks about patches to the relevant subsystems.

Is there a consensus on how such lists should be specified? One
suggestion (from Greg in the email thread referenced above) was to
mark it as private, which is what this patch does. Maybe we can find a
better alternative?

How about specifying such lists using M: (indicating that this address
can be used to reach maintainers), as long as that is not the only M:
entry for a given subsystem (i.e., it includes real people's email id
as well)? I think that would address Greg's primary objection too from
that other thread (related to personal responsibility as maintainers).

Regards,
Srivatsa

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-09  0:16       ` Jakub Kicinski
  (?)
@ 2021-11-09  0:22         ` Joe Perches
  -1 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-09  0:22 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Srivatsa S. Bhat, jgross, x86, pv-drivers, Nadav Amit,
	Vivek Thampi, Vishal Bhakta, Ronak Doshi,
	linux-graphics-maintainer, dri-devel, linux-rdma, linux-scsi,
	netdev, linux-input, Zack Rusin, sdeep, amakhalov,
	virtualization, keerthanak, srivatsab, anishs, linux-kernel,
	Greg Kroah-Hartman

On Mon, 2021-11-08 at 16:16 -0800, Jakub Kicinski wrote:
> On Mon, 08 Nov 2021 15:37:53 -0800 Joe Perches wrote:
> > > @@ -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@vmware.com>
> > >  M:	Zack Rusin <zackr@vmware.com>
> > > +L:	linux-graphics-maintainer@vmware.com (private)  
> > 
> > This MAINTAINERS file is for _public_ use, marking something
> > non-public isn't useful.
> 
> But Greg has a point. Corporations like to send us code with a list 
> as the maintainer and MODULE_AUTHOR set to corp's name. We deal with
> humans, not legal entities.

MAINTAINERS is used not for corporations private use but
to find out _who_ to send and cc patches and defect reports.

A "private" email address used only for corporate internal review
cannot receive patches.

> I've been trying to get them to use "M: email" without the name,
> but "L: list (private)" also works.
> 
> Either way I feel like we need _some_ way to tell humans from corporate
> "please CC this address" entries.

This is not the way AFAIKT.

> > private makes no sense and likely these L: entries shouldn't exist.



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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  0:22         ` Joe Perches
  0 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-09  0:22 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Ronak Doshi, pv-drivers, dri-devel, virtualization, Nadav Amit,
	amakhalov, linux-scsi, Vishal Bhakta, x86,
	linux-graphics-maintainer, linux-input, keerthanak, jgross,
	anishs, netdev, linux-kernel, linux-rdma, Greg Kroah-Hartman,
	Zack Rusin

On Mon, 2021-11-08 at 16:16 -0800, Jakub Kicinski wrote:
> On Mon, 08 Nov 2021 15:37:53 -0800 Joe Perches wrote:
> > > @@ -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@vmware.com>
> > >  M:	Zack Rusin <zackr@vmware.com>
> > > +L:	linux-graphics-maintainer@vmware.com (private)  
> > 
> > This MAINTAINERS file is for _public_ use, marking something
> > non-public isn't useful.
> 
> But Greg has a point. Corporations like to send us code with a list 
> as the maintainer and MODULE_AUTHOR set to corp's name. We deal with
> humans, not legal entities.

MAINTAINERS is used not for corporations private use but
to find out _who_ to send and cc patches and defect reports.

A "private" email address used only for corporate internal review
cannot receive patches.

> I've been trying to get them to use "M: email" without the name,
> but "L: list (private)" also works.
> 
> Either way I feel like we need _some_ way to tell humans from corporate
> "please CC this address" entries.

This is not the way AFAIKT.

> > private makes no sense and likely these L: entries shouldn't exist.


_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  0:22         ` Joe Perches
  0 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-09  0:22 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Ronak Doshi, pv-drivers, dri-devel, virtualization, Nadav Amit,
	amakhalov, Srivatsa S. Bhat, srivatsab, sdeep, linux-scsi,
	Vishal Bhakta, x86, linux-graphics-maintainer, linux-input,
	keerthanak, jgross, anishs, netdev, linux-kernel, linux-rdma,
	Greg Kroah-Hartman, Vivek Thampi

On Mon, 2021-11-08 at 16:16 -0800, Jakub Kicinski wrote:
> On Mon, 08 Nov 2021 15:37:53 -0800 Joe Perches wrote:
> > > @@ -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@vmware.com>
> > >  M:	Zack Rusin <zackr@vmware.com>
> > > +L:	linux-graphics-maintainer@vmware.com (private)  
> > 
> > This MAINTAINERS file is for _public_ use, marking something
> > non-public isn't useful.
> 
> But Greg has a point. Corporations like to send us code with a list 
> as the maintainer and MODULE_AUTHOR set to corp's name. We deal with
> humans, not legal entities.

MAINTAINERS is used not for corporations private use but
to find out _who_ to send and cc patches and defect reports.

A "private" email address used only for corporate internal review
cannot receive patches.

> I've been trying to get them to use "M: email" without the name,
> but "L: list (private)" also works.
> 
> Either way I feel like we need _some_ way to tell humans from corporate
> "please CC this address" entries.

This is not the way AFAIKT.

> > private makes no sense and likely these L: entries shouldn't exist.



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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-09  0:22       ` Srivatsa S. Bhat
  (?)
@ 2021-11-09  0:37         ` Joe Perches
  -1 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-09  0:37 UTC (permalink / raw)
  To: Srivatsa S. Bhat, jgross, x86, pv-drivers
  Cc: Nadav Amit, Vivek Thampi, Vishal Bhakta, Ronak Doshi,
	linux-graphics-maintainer, dri-devel, linux-rdma, linux-scsi,
	netdev, linux-input, Zack Rusin, sdeep, amakhalov,
	virtualization, keerthanak, srivatsab, anishs, linux-kernel,
	Thomas Gleixner, gregkh

On Mon, 2021-11-08 at 16:22 -0800, Srivatsa S. Bhat wrote:
> +Greg, Thomas
> 
> Hi Joe,
> 
> On 11/8/21 3:37 PM, Joe Perches wrote:
> > On Mon, 2021-11-08 at 12:30 -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. So, in an earlier discussion [1][2], it was recommended to
> > > mark them as such. Update all the remaining VMware mailing list
> > > references to use that format -- "L: list@address (private)".
> > []
> > > diff --git 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@vmware.com>
> > >  M:	Zack Rusin <zackr@vmware.com>
> > > +L:	linux-graphics-maintainer@vmware.com (private)
> > 
> > This MAINTAINERS file is for _public_ use, marking something
> > non-public isn't useful.
> > 
> > private makes no sense and likely these L: entries shouldn't exist.
> 
> Well, the public can send messages to this list, but membership is
> restricted.

Ah, new information.
That's not quite what the commit message describes.
 
> In many ways, I believe this is similar to x86@kernel.org, which is an
> email alias that anyone can post to in order to reach the x86
> maintainer community for patch review. I see x86@kernel.org listed as
> both L: and M: in the MAINTAINERS file, among different entries.
> 
> Although the @vmware list ids refer to VMware-internal mailing lists
> as opposed to email aliases, they serve a very similar purpose -- to
> inform VMware folks about patches to the relevant subsystems.
> 
> Is there a consensus on how such lists should be specified?

Not so far as I know.

> One
> suggestion (from Greg in the email thread referenced above) was to
> mark it as private, which is what this patch does. Maybe we can find a
> better alternative?
> 
> How about specifying such lists using M: (indicating that this address
> can be used to reach maintainers), as long as that is not the only M:
> entry for a given subsystem (i.e., it includes real people's email id
> as well)? I think that would address Greg's primary objection too from
> that other thread (related to personal responsibility as maintainers).

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 <somebody@vmware.com>
M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>

Maybe something like a comment mechanism should be added to the
MAINTAINERS file.

Maybe #

so this entry could be something like:

M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com> # VMware's ever changing internal maintainers list



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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  0:37         ` Joe Perches
  0 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-09  0:37 UTC (permalink / raw)
  To: Srivatsa S. Bhat, jgross, x86, pv-drivers
  Cc: amakhalov, Ronak Doshi, linux-scsi, anishs, Vishal Bhakta,
	netdev, linux-kernel, dri-devel, virtualization, keerthanak,
	linux-rdma, gregkh, linux-graphics-maintainer, linux-input,
	Nadav Amit, Thomas Gleixner, Zack Rusin

On Mon, 2021-11-08 at 16:22 -0800, Srivatsa S. Bhat wrote:
> +Greg, Thomas
> 
> Hi Joe,
> 
> On 11/8/21 3:37 PM, Joe Perches wrote:
> > On Mon, 2021-11-08 at 12:30 -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. So, in an earlier discussion [1][2], it was recommended to
> > > mark them as such. Update all the remaining VMware mailing list
> > > references to use that format -- "L: list@address (private)".
> > []
> > > diff --git 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@vmware.com>
> > >  M:	Zack Rusin <zackr@vmware.com>
> > > +L:	linux-graphics-maintainer@vmware.com (private)
> > 
> > This MAINTAINERS file is for _public_ use, marking something
> > non-public isn't useful.
> > 
> > private makes no sense and likely these L: entries shouldn't exist.
> 
> Well, the public can send messages to this list, but membership is
> restricted.

Ah, new information.
That's not quite what the commit message describes.
 
> In many ways, I believe this is similar to x86@kernel.org, which is an
> email alias that anyone can post to in order to reach the x86
> maintainer community for patch review. I see x86@kernel.org listed as
> both L: and M: in the MAINTAINERS file, among different entries.
> 
> Although the @vmware list ids refer to VMware-internal mailing lists
> as opposed to email aliases, they serve a very similar purpose -- to
> inform VMware folks about patches to the relevant subsystems.
> 
> Is there a consensus on how such lists should be specified?

Not so far as I know.

> One
> suggestion (from Greg in the email thread referenced above) was to
> mark it as private, which is what this patch does. Maybe we can find a
> better alternative?
> 
> How about specifying such lists using M: (indicating that this address
> can be used to reach maintainers), as long as that is not the only M:
> entry for a given subsystem (i.e., it includes real people's email id
> as well)? I think that would address Greg's primary objection too from
> that other thread (related to personal responsibility as maintainers).

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 <somebody@vmware.com>
M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>

Maybe something like a comment mechanism should be added to the
MAINTAINERS file.

Maybe #

so this entry could be something like:

M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com> # VMware's ever changing internal maintainers list


_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  0:37         ` Joe Perches
  0 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-09  0:37 UTC (permalink / raw)
  To: Srivatsa S. Bhat, jgross, x86, pv-drivers
  Cc: amakhalov, Ronak Doshi, linux-scsi, anishs, Vishal Bhakta,
	netdev, sdeep, linux-kernel, dri-devel, virtualization,
	keerthanak, linux-rdma, gregkh, linux-graphics-maintainer,
	srivatsab, linux-input, Nadav Amit, Vivek Thampi,
	Thomas Gleixner

On Mon, 2021-11-08 at 16:22 -0800, Srivatsa S. Bhat wrote:
> +Greg, Thomas
> 
> Hi Joe,
> 
> On 11/8/21 3:37 PM, Joe Perches wrote:
> > On Mon, 2021-11-08 at 12:30 -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. So, in an earlier discussion [1][2], it was recommended to
> > > mark them as such. Update all the remaining VMware mailing list
> > > references to use that format -- "L: list@address (private)".
> > []
> > > diff --git 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@vmware.com>
> > >  M:	Zack Rusin <zackr@vmware.com>
> > > +L:	linux-graphics-maintainer@vmware.com (private)
> > 
> > This MAINTAINERS file is for _public_ use, marking something
> > non-public isn't useful.
> > 
> > private makes no sense and likely these L: entries shouldn't exist.
> 
> Well, the public can send messages to this list, but membership is
> restricted.

Ah, new information.
That's not quite what the commit message describes.
 
> In many ways, I believe this is similar to x86@kernel.org, which is an
> email alias that anyone can post to in order to reach the x86
> maintainer community for patch review. I see x86@kernel.org listed as
> both L: and M: in the MAINTAINERS file, among different entries.
> 
> Although the @vmware list ids refer to VMware-internal mailing lists
> as opposed to email aliases, they serve a very similar purpose -- to
> inform VMware folks about patches to the relevant subsystems.
> 
> Is there a consensus on how such lists should be specified?

Not so far as I know.

> One
> suggestion (from Greg in the email thread referenced above) was to
> mark it as private, which is what this patch does. Maybe we can find a
> better alternative?
> 
> How about specifying such lists using M: (indicating that this address
> can be used to reach maintainers), as long as that is not the only M:
> entry for a given subsystem (i.e., it includes real people's email id
> as well)? I think that would address Greg's primary objection too from
> that other thread (related to personal responsibility as maintainers).

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 <somebody@vmware.com>
M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>

Maybe something like a comment mechanism should be added to the
MAINTAINERS file.

Maybe #

so this entry could be something like:

M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com> # VMware's ever changing internal maintainers list



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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-09  0:37         ` Joe Perches
  (?)
@ 2021-11-09  0:58           ` Nadav Amit
  -1 siblings, 0 replies; 42+ messages in thread
From: Nadav Amit @ 2021-11-09  0:58 UTC (permalink / raw)
  To: Joe Perches
  Cc: srivatsa, Juergen Gross, X86 ML, Pv-drivers, Vivek Thampi,
	Vishal Bhakta, Ronak Doshi, Linux-graphics-maintainer, dri-devel,
	linux-rdma, linux-scsi, netdev, linux-input, Zack Rusin,
	Deep Shah, Alexey Makhalov, Linux Virtualization,
	Keerthana Kalyanasundaram, Srivatsa Bhat, Anish Swaminathan,
	LKML, Thomas Gleixner, Greg Kroah-Hartman



> On Nov 8, 2021, at 4:37 PM, Joe Perches <joe@perches.com> 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 <somebody@vmware.com>
> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
> 
> Maybe something like a comment mechanism should be added to the
> MAINTAINERS file.
> 
> Maybe #
> 
> so this entry could be something like:
> 
> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com> # VMware's ever changing internal maintainers list

Admittedly, I do not care much about how it turns to be.

But if it is modified, it should be very clear who the maintainer
is, and not to entangle the mailing list and the maintainer.

I am personally not subscribed to the internal pv-drivers mailing
list, which is not just for memory ballooning, and is also listed
as a maintainer for vmmouse, pvscsi, vmxnet3 and others.

As I am the only maintainer of VMware balloon, if someone is
mistaken and sends an email only to the mailing list and not me,
he might be disappointed.


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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  0:58           ` Nadav Amit
  0 siblings, 0 replies; 42+ messages in thread
From: Nadav Amit @ 2021-11-09  0:58 UTC (permalink / raw)
  To: Joe Perches
  Cc: Ronak Doshi, Pv-drivers, dri-devel, Linux Virtualization,
	Alexey Makhalov, linux-scsi, Vishal Bhakta, X86 ML,
	Linux-graphics-maintainer, linux-input,
	Keerthana Kalyanasundaram, Thomas Gleixner, Juergen Gross,
	Anish Swaminathan, netdev, LKML, linux-rdma, Greg Kroah-Hartman,
	Zack Rusin



> On Nov 8, 2021, at 4:37 PM, Joe Perches <joe@perches.com> 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 <somebody@vmware.com>
> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
> 
> Maybe something like a comment mechanism should be added to the
> MAINTAINERS file.
> 
> Maybe #
> 
> so this entry could be something like:
> 
> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com> # VMware's ever changing internal maintainers list

Admittedly, I do not care much about how it turns to be.

But if it is modified, it should be very clear who the maintainer
is, and not to entangle the mailing list and the maintainer.

I am personally not subscribed to the internal pv-drivers mailing
list, which is not just for memory ballooning, and is also listed
as a maintainer for vmmouse, pvscsi, vmxnet3 and others.

As I am the only maintainer of VMware balloon, if someone is
mistaken and sends an email only to the mailing list and not me,
he might be disappointed.

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  0:58           ` Nadav Amit
  0 siblings, 0 replies; 42+ messages in thread
From: Nadav Amit @ 2021-11-09  0:58 UTC (permalink / raw)
  To: Joe Perches
  Cc: Ronak Doshi, Pv-drivers, dri-devel, Linux Virtualization,
	Alexey Makhalov, srivatsa, Srivatsa Bhat, Deep Shah, linux-scsi,
	Vishal Bhakta, X86 ML, Linux-graphics-maintainer, linux-input,
	Keerthana Kalyanasundaram, Thomas Gleixner, Juergen Gross,
	Anish Swaminathan, netdev, LKML, linux-rdma, Greg Kroah-Hartman,
	Vivek Thampi



> On Nov 8, 2021, at 4:37 PM, Joe Perches <joe@perches.com> 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 <somebody@vmware.com>
> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
> 
> Maybe something like a comment mechanism should be added to the
> MAINTAINERS file.
> 
> Maybe #
> 
> so this entry could be something like:
> 
> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com> # VMware's ever changing internal maintainers list

Admittedly, I do not care much about how it turns to be.

But if it is modified, it should be very clear who the maintainer
is, and not to entangle the mailing list and the maintainer.

I am personally not subscribed to the internal pv-drivers mailing
list, which is not just for memory ballooning, and is also listed
as a maintainer for vmmouse, pvscsi, vmxnet3 and others.

As I am the only maintainer of VMware balloon, if someone is
mistaken and sends an email only to the mailing list and not me,
he might be disappointed.


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

* Re: [PATCH 1/2] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
  2021-11-08 20:29 ` Srivatsa S. Bhat
@ 2021-11-09  5:25   ` Juergen Gross via Virtualization
  -1 siblings, 0 replies; 42+ messages in thread
From: Juergen Gross @ 2021-11-09  5:25 UTC (permalink / raw)
  To: Srivatsa S. Bhat, x86, pv-drivers
  Cc: Alexey Makhalov, Deep Shah, stable, virtualization, keerthanak,
	srivatsab, anishs, vithampi, linux-kernel


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

On 08.11.21 21:29, Srivatsa S. Bhat wrote:
> 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>
> Cc: stable@vger.kernel.org

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


Juergen

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

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

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

* Re: [PATCH 1/2] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
@ 2021-11-09  5:25   ` Juergen Gross via Virtualization
  0 siblings, 0 replies; 42+ messages in thread
From: Juergen Gross via Virtualization @ 2021-11-09  5:25 UTC (permalink / raw)
  To: Srivatsa S. Bhat, x86, pv-drivers
  Cc: anishs, linux-kernel, stable, virtualization, keerthanak,
	Alexey Makhalov


[-- Attachment #1.1.1.1: Type: text/plain, Size: 608 bytes --]

On 08.11.21 21:29, Srivatsa S. Bhat wrote:
> 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>
> Cc: stable@vger.kernel.org

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


Juergen

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

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

[-- Attachment #2: Type: text/plain, Size: 183 bytes --]

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-08 20:30   ` Srivatsa S. Bhat
  (?)
@ 2021-11-09  5:34     ` Juergen Gross via Virtualization
  -1 siblings, 0 replies; 42+ messages in thread
From: Juergen Gross @ 2021-11-09  5:34 UTC (permalink / raw)
  To: Srivatsa S. Bhat, x86, pv-drivers
  Cc: Nadav Amit, Vivek Thampi, Vishal Bhakta, Ronak Doshi,
	linux-graphics-maintainer, dri-devel, linux-rdma, linux-scsi,
	netdev, linux-input, Zack Rusin, sdeep, amakhalov,
	virtualization, keerthanak, srivatsab, anishs, linux-kernel


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

On 08.11.21 21:30, 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. So, in an earlier discussion [1][2], it was recommended to
> mark them as such. Update all the remaining VMware mailing list
> references to use that format -- "L: list@address (private)".
> 
> [1]. https://lore.kernel.org/r/YPfp0Ff6KuyPlyrc@kroah.com
> [2]. https://lore.kernel.org/r/1626861766-11115-1-git-send-email-jhansen@vmware.com
> 
> Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
> 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: Zack Rusin <zackr@vmware.com>
> ---
> 
>   MAINTAINERS |   16 ++++++++--------
>   1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 118cf8170d02..3e92176e68fb 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@vmware.com>
>   M:	Zack Rusin <zackr@vmware.com>
> +L:	linux-graphics-maintainer@vmware.com (private)
>   L:	dri-devel@lists.freedesktop.org
>   S:	Supported
>   T:	git git://anongit.freedesktop.org/drm/drm-misc
> @@ -20032,7 +20032,7 @@ F:	tools/testing/vsock/
>   
>   VMWARE BALLOON DRIVER
>   M:	Nadav Amit <namit@vmware.com>
> -M:	"VMware, Inc." <pv-drivers@vmware.com>
> +L:	pv-drivers@vmware.com (private)
>   L:	linux-kernel@vger.kernel.org
>   S:	Maintained
>   F:	drivers/misc/vmw_balloon.c
> @@ -20050,14 +20050,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>
> +L:	pv-drivers@vmware.com (private)
>   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>
> +L:	pv-drivers@vmware.com (private)
>   L:	linux-scsi@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@vmware.com>
> -M:	"VMware, Inc." <pv-drivers@vmware.com>
> +L:	pv-drivers@vmware.com (private)

Maybe replace "(private)" with "(mail alias)"?

This makes it rather clear that it is a valid address to send patches
to, but there isn't public read access like to a ML.


Juergen

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

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

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  5:34     ` Juergen Gross via Virtualization
  0 siblings, 0 replies; 42+ messages in thread
From: Juergen Gross via Virtualization @ 2021-11-09  5:34 UTC (permalink / raw)
  To: Srivatsa S. Bhat, x86, pv-drivers
  Cc: amakhalov, Ronak Doshi, linux-scsi, anishs, Vishal Bhakta,
	netdev, linux-kernel, dri-devel, virtualization, keerthanak,
	linux-rdma, linux-graphics-maintainer, linux-input, Nadav Amit,
	Zack Rusin


[-- Attachment #1.1.1.1: Type: text/plain, Size: 3076 bytes --]

On 08.11.21 21:30, 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. So, in an earlier discussion [1][2], it was recommended to
> mark them as such. Update all the remaining VMware mailing list
> references to use that format -- "L: list@address (private)".
> 
> [1]. https://lore.kernel.org/r/YPfp0Ff6KuyPlyrc@kroah.com
> [2]. https://lore.kernel.org/r/1626861766-11115-1-git-send-email-jhansen@vmware.com
> 
> Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
> 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: Zack Rusin <zackr@vmware.com>
> ---
> 
>   MAINTAINERS |   16 ++++++++--------
>   1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 118cf8170d02..3e92176e68fb 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@vmware.com>
>   M:	Zack Rusin <zackr@vmware.com>
> +L:	linux-graphics-maintainer@vmware.com (private)
>   L:	dri-devel@lists.freedesktop.org
>   S:	Supported
>   T:	git git://anongit.freedesktop.org/drm/drm-misc
> @@ -20032,7 +20032,7 @@ F:	tools/testing/vsock/
>   
>   VMWARE BALLOON DRIVER
>   M:	Nadav Amit <namit@vmware.com>
> -M:	"VMware, Inc." <pv-drivers@vmware.com>
> +L:	pv-drivers@vmware.com (private)
>   L:	linux-kernel@vger.kernel.org
>   S:	Maintained
>   F:	drivers/misc/vmw_balloon.c
> @@ -20050,14 +20050,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>
> +L:	pv-drivers@vmware.com (private)
>   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>
> +L:	pv-drivers@vmware.com (private)
>   L:	linux-scsi@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@vmware.com>
> -M:	"VMware, Inc." <pv-drivers@vmware.com>
> +L:	pv-drivers@vmware.com (private)

Maybe replace "(private)" with "(mail alias)"?

This makes it rather clear that it is a valid address to send patches
to, but there isn't public read access like to a ML.


Juergen

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

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

[-- Attachment #2: Type: text/plain, Size: 183 bytes --]

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09  5:34     ` Juergen Gross via Virtualization
  0 siblings, 0 replies; 42+ messages in thread
From: Juergen Gross @ 2021-11-09  5:34 UTC (permalink / raw)
  To: Srivatsa S. Bhat, x86, pv-drivers
  Cc: amakhalov, Ronak Doshi, linux-scsi, anishs, Vishal Bhakta,
	netdev, sdeep, linux-kernel, dri-devel, virtualization,
	keerthanak, linux-rdma, linux-graphics-maintainer, srivatsab,
	linux-input, Nadav Amit, Vivek Thampi


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

On 08.11.21 21:30, 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. So, in an earlier discussion [1][2], it was recommended to
> mark them as such. Update all the remaining VMware mailing list
> references to use that format -- "L: list@address (private)".
> 
> [1]. https://lore.kernel.org/r/YPfp0Ff6KuyPlyrc@kroah.com
> [2]. https://lore.kernel.org/r/1626861766-11115-1-git-send-email-jhansen@vmware.com
> 
> Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
> 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: Zack Rusin <zackr@vmware.com>
> ---
> 
>   MAINTAINERS |   16 ++++++++--------
>   1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 118cf8170d02..3e92176e68fb 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@vmware.com>
>   M:	Zack Rusin <zackr@vmware.com>
> +L:	linux-graphics-maintainer@vmware.com (private)
>   L:	dri-devel@lists.freedesktop.org
>   S:	Supported
>   T:	git git://anongit.freedesktop.org/drm/drm-misc
> @@ -20032,7 +20032,7 @@ F:	tools/testing/vsock/
>   
>   VMWARE BALLOON DRIVER
>   M:	Nadav Amit <namit@vmware.com>
> -M:	"VMware, Inc." <pv-drivers@vmware.com>
> +L:	pv-drivers@vmware.com (private)
>   L:	linux-kernel@vger.kernel.org
>   S:	Maintained
>   F:	drivers/misc/vmw_balloon.c
> @@ -20050,14 +20050,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>
> +L:	pv-drivers@vmware.com (private)
>   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>
> +L:	pv-drivers@vmware.com (private)
>   L:	linux-scsi@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@vmware.com>
> -M:	"VMware, Inc." <pv-drivers@vmware.com>
> +L:	pv-drivers@vmware.com (private)

Maybe replace "(private)" with "(mail alias)"?

This makes it rather clear that it is a valid address to send patches
to, but there isn't public read access like to a ML.


Juergen

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

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

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-09  0:58           ` Nadav Amit
  (?)
@ 2021-11-09 21:57             ` Joe Perches
  -1 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-09 21:57 UTC (permalink / raw)
  To: Nadav Amit
  Cc: srivatsa, Juergen Gross, X86 ML, Pv-drivers, Vivek Thampi,
	Vishal Bhakta, Ronak Doshi, Linux-graphics-maintainer, dri-devel,
	linux-rdma, linux-scsi, netdev, linux-input, Zack Rusin,
	Deep Shah, Alexey Makhalov, Linux Virtualization,
	Keerthana Kalyanasundaram, Srivatsa Bhat, Anish Swaminathan,
	LKML, Thomas Gleixner, Greg Kroah-Hartman

On Tue, 2021-11-09 at 00:58 +0000, Nadav Amit wrote:
> > On Nov 8, 2021, at 4:37 PM, Joe Perches <joe@perches.com> 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 <somebody@vmware.com>
> > M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>

Maybe adding entries like

M:	Named maintainer <whoever@vmware.com>
R:	VMware <foo> reviewers <linux-<foo>-maintainers@vmware.com>

would be best/simplest.



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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09 21:57             ` Joe Perches
  0 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-09 21:57 UTC (permalink / raw)
  To: Nadav Amit
  Cc: Ronak Doshi, Pv-drivers, dri-devel, Linux Virtualization,
	Alexey Makhalov, srivatsa, Srivatsa Bhat, Deep Shah, linux-scsi,
	Vishal Bhakta, X86 ML, Linux-graphics-maintainer, linux-input,
	Keerthana Kalyanasundaram, Thomas Gleixner, Juergen Gross,
	Anish Swaminathan, netdev, LKML, linux-rdma, Greg Kroah-Hartman,
	Vivek Thampi

On Tue, 2021-11-09 at 00:58 +0000, Nadav Amit wrote:
> > On Nov 8, 2021, at 4:37 PM, Joe Perches <joe@perches.com> 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 <somebody@vmware.com>
> > M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>

Maybe adding entries like

M:	Named maintainer <whoever@vmware.com>
R:	VMware <foo> reviewers <linux-<foo>-maintainers@vmware.com>

would be best/simplest.



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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-09 21:57             ` Joe Perches
  0 siblings, 0 replies; 42+ messages in thread
From: Joe Perches @ 2021-11-09 21:57 UTC (permalink / raw)
  To: Nadav Amit
  Cc: Ronak Doshi, Pv-drivers, dri-devel, Linux Virtualization,
	Alexey Makhalov, linux-scsi, Vishal Bhakta, X86 ML,
	Linux-graphics-maintainer, linux-input,
	Keerthana Kalyanasundaram, Thomas Gleixner, Juergen Gross,
	Anish Swaminathan, netdev, LKML, linux-rdma, Greg Kroah-Hartman,
	Zack Rusin

On Tue, 2021-11-09 at 00:58 +0000, Nadav Amit wrote:
> > On Nov 8, 2021, at 4:37 PM, Joe Perches <joe@perches.com> 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 <somebody@vmware.com>
> > M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>

Maybe adding entries like

M:	Named maintainer <whoever@vmware.com>
R:	VMware <foo> reviewers <linux-<foo>-maintainers@vmware.com>

would be best/simplest.


_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-09 21:57             ` Joe Perches
  (?)
@ 2021-11-10 17:20               ` Srivatsa S. Bhat
  -1 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-10 17:20 UTC (permalink / raw)
  To: Joe Perches
  Cc: Nadav Amit, Juergen Gross, X86 ML, Pv-drivers, Vivek Thampi,
	Vishal Bhakta, Ronak Doshi, Linux-graphics-maintainer, dri-devel,
	linux-rdma, linux-scsi, netdev, linux-input, Zack Rusin,
	Deep Shah, Alexey Makhalov, Linux Virtualization,
	Keerthana Kalyanasundaram, Srivatsa Bhat, Anish Swaminathan,
	LKML, Thomas Gleixner, Greg Kroah-Hartman

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 <joe@perches.com> 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 <somebody@vmware.com>
> > > M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
> 
> Maybe adding entries like
> 
> M:	Named maintainer <whoever@vmware.com>
> R:	VMware <foo> reviewers <linux-<foo>-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)" <srivatsa@csail.mit.edu>
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) <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
---
 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" <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
@@ -14189,7 +14189,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>
-L:	pv-drivers@vmware.com (private)
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
 S:	Supported
@@ -20032,7 +20032,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
@@ -20040,7 +20040,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>
-L:	pv-drivers@vmware.com (private)
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
 S:	Supported
@@ -20050,14 +20050,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
@@ -20065,7 +20065,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
@@ -20073,14 +20073,14 @@ 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:	"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
@@ -20088,7 +20088,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/
-- 
2.25.1


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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-10 17:20               ` Srivatsa S. Bhat
  0 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-10 17:20 UTC (permalink / raw)
  To: Joe Perches
  Cc: Ronak Doshi, Pv-drivers, dri-devel, Linux Virtualization,
	Nadav Amit, Alexey Makhalov, linux-scsi, Vishal Bhakta, X86 ML,
	Linux-graphics-maintainer, linux-input,
	Keerthana Kalyanasundaram, Thomas Gleixner, Juergen Gross,
	Anish Swaminathan, netdev, LKML, linux-rdma, Greg Kroah-Hartman,
	Zack Rusin

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 <joe@perches.com> 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 <somebody@vmware.com>
> > > M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
> 
> Maybe adding entries like
> 
> M:	Named maintainer <whoever@vmware.com>
> R:	VMware <foo> reviewers <linux-<foo>-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)" <srivatsa@csail.mit.edu>
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) <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
---
 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" <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
@@ -14189,7 +14189,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>
-L:	pv-drivers@vmware.com (private)
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
 S:	Supported
@@ -20032,7 +20032,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
@@ -20040,7 +20040,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>
-L:	pv-drivers@vmware.com (private)
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
 S:	Supported
@@ -20050,14 +20050,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
@@ -20065,7 +20065,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
@@ -20073,14 +20073,14 @@ 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:	"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
@@ -20088,7 +20088,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/
-- 
2.25.1

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-10 17:20               ` Srivatsa S. Bhat
  0 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-10 17:20 UTC (permalink / raw)
  To: Joe Perches
  Cc: Ronak Doshi, Pv-drivers, dri-devel, Linux Virtualization,
	Nadav Amit, Alexey Makhalov, Srivatsa Bhat, Deep Shah,
	linux-scsi, Vishal Bhakta, X86 ML, Linux-graphics-maintainer,
	linux-input, Keerthana Kalyanasundaram, Thomas Gleixner,
	Juergen Gross, Anish Swaminathan, netdev, LKML, linux-rdma,
	Greg Kroah-Hartman, Vivek Thampi

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 <joe@perches.com> 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 <somebody@vmware.com>
> > > M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
> 
> Maybe adding entries like
> 
> M:	Named maintainer <whoever@vmware.com>
> R:	VMware <foo> reviewers <linux-<foo>-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)" <srivatsa@csail.mit.edu>
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) <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
---
 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" <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
@@ -14189,7 +14189,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>
-L:	pv-drivers@vmware.com (private)
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
 S:	Supported
@@ -20032,7 +20032,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
@@ -20040,7 +20040,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>
-L:	pv-drivers@vmware.com (private)
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	virtualization@lists.linux-foundation.org
 L:	x86@kernel.org
 S:	Supported
@@ -20050,14 +20050,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
@@ -20065,7 +20065,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
@@ -20073,14 +20073,14 @@ 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:	"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
@@ -20088,7 +20088,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/
-- 
2.25.1


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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-10 17:20               ` Srivatsa S. Bhat
  (?)
@ 2021-11-10 17:40                 ` Nadav Amit
  -1 siblings, 0 replies; 42+ messages in thread
From: Nadav Amit @ 2021-11-10 17:40 UTC (permalink / raw)
  To: srivatsa
  Cc: Joe Perches, Juergen Gross, X86 ML, Pv-drivers, Vivek Thampi,
	Vishal Bhakta, Ronak Doshi, Linux-graphics-maintainer, dri-devel,
	linux-rdma, linux-scsi, netdev, linux-input, Zack Rusin,
	Deep Shah, Alexey Makhalov, Linux Virtualization,
	Keerthana Kalyanasundaram, Srivatsa Bhat, Anish Swaminathan,
	LKML, Thomas Gleixner, Greg Kroah-Hartman



> On Nov 10, 2021, at 9:20 AM, Srivatsa S. Bhat <srivatsa@csail.mit.edu> 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 <joe@perches.com> 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 <somebody@vmware.com>
>>>> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
>> 
>> Maybe adding entries like
>> 
>> M:	Named maintainer <whoever@vmware.com>
>> R:	VMware <foo> reviewers <linux-<foo>-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)" <srivatsa@csail.mit.edu>
> 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) <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
> ---
> 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" <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
> @@ -14189,7 +14189,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>
> -L:	pv-drivers@vmware.com (private)
> +R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>

This patch that you just sent seems to go on top of the previous patches
(as it removes "L: pv-drivers@vmware.com (private)”).

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.


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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-10 17:40                 ` Nadav Amit
  0 siblings, 0 replies; 42+ messages in thread
From: Nadav Amit @ 2021-11-10 17:40 UTC (permalink / raw)
  To: srivatsa
  Cc: Ronak Doshi, Pv-drivers, dri-devel, Linux Virtualization,
	Alexey Makhalov, linux-scsi, Vishal Bhakta, X86 ML,
	Linux-graphics-maintainer, linux-input,
	Keerthana Kalyanasundaram, Thomas Gleixner, Juergen Gross,
	Anish Swaminathan, netdev, LKML, linux-rdma, Greg Kroah-Hartman,
	Joe Perches, Zack Rusin



> On Nov 10, 2021, at 9:20 AM, Srivatsa S. Bhat <srivatsa@csail.mit.edu> 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 <joe@perches.com> 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 <somebody@vmware.com>
>>>> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
>> 
>> Maybe adding entries like
>> 
>> M:	Named maintainer <whoever@vmware.com>
>> R:	VMware <foo> reviewers <linux-<foo>-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)" <srivatsa@csail.mit.edu>
> 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) <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
> ---
> 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" <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
> @@ -14189,7 +14189,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>
> -L:	pv-drivers@vmware.com (private)
> +R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>

This patch that you just sent seems to go on top of the previous patches
(as it removes "L: pv-drivers@vmware.com (private)”).

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.

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-10 17:40                 ` Nadav Amit
  0 siblings, 0 replies; 42+ messages in thread
From: Nadav Amit @ 2021-11-10 17:40 UTC (permalink / raw)
  To: srivatsa
  Cc: Ronak Doshi, Pv-drivers, dri-devel, Linux Virtualization,
	Alexey Makhalov, Srivatsa Bhat, Deep Shah, linux-scsi,
	Vishal Bhakta, X86 ML, Linux-graphics-maintainer, linux-input,
	Keerthana Kalyanasundaram, Thomas Gleixner, Juergen Gross,
	Anish Swaminathan, netdev, LKML, linux-rdma, Greg Kroah-Hartman,
	Joe Perches, Vivek Thampi



> On Nov 10, 2021, at 9:20 AM, Srivatsa S. Bhat <srivatsa@csail.mit.edu> 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 <joe@perches.com> 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 <somebody@vmware.com>
>>>> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
>> 
>> Maybe adding entries like
>> 
>> M:	Named maintainer <whoever@vmware.com>
>> R:	VMware <foo> reviewers <linux-<foo>-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)" <srivatsa@csail.mit.edu>
> 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) <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
> ---
> 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" <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
> @@ -14189,7 +14189,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>
> -L:	pv-drivers@vmware.com (private)
> +R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>

This patch that you just sent seems to go on top of the previous patches
(as it removes "L: pv-drivers@vmware.com (private)”).

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.


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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
  2021-11-10 17:40                 ` Nadav Amit
  (?)
@ 2021-11-10 19:13                   ` Srivatsa S. Bhat
  -1 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-10 19:13 UTC (permalink / raw)
  To: Nadav Amit
  Cc: Joe Perches, Juergen Gross, X86 ML, Pv-drivers, Vivek Thampi,
	Vishal Bhakta, Ronak Doshi, Linux-graphics-maintainer, dri-devel,
	linux-rdma, linux-scsi, netdev, linux-input, Zack Rusin,
	Deep Shah, Alexey Makhalov, Linux Virtualization,
	Keerthana Kalyanasundaram, Srivatsa Bhat, Anish Swaminathan,
	LKML, Thomas Gleixner, Greg Kroah-Hartman

On Wed, Nov 10, 2021 at 05:40:09PM +0000, Nadav Amit wrote:
> 
> 
> > On Nov 10, 2021, at 9:20 AM, Srivatsa S. Bhat <srivatsa@csail.mit.edu> 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 <joe@perches.com> 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 <somebody@vmware.com>
> >>>> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
> >> 
> >> Maybe adding entries like
> >> 
> >> M:	Named maintainer <whoever@vmware.com>
> >> R:	VMware <foo> reviewers <linux-<foo>-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)" <srivatsa@csail.mit.edu>
> > 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) <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
> > ---
> > 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" <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
> > @@ -14189,7 +14189,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>
> > -L:	pv-drivers@vmware.com (private)
> > +R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
> 
> 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

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-10 19:13                   ` Srivatsa S. Bhat
  0 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-10 19:13 UTC (permalink / raw)
  To: Nadav Amit
  Cc: Ronak Doshi, Pv-drivers, dri-devel, Linux Virtualization,
	Alexey Makhalov, Srivatsa Bhat, Deep Shah, linux-scsi,
	Vishal Bhakta, X86 ML, Linux-graphics-maintainer, linux-input,
	Keerthana Kalyanasundaram, Thomas Gleixner, Juergen Gross,
	Anish Swaminathan, netdev, LKML, linux-rdma, Greg Kroah-Hartman,
	Joe Perches, Vivek Thampi

On Wed, Nov 10, 2021 at 05:40:09PM +0000, Nadav Amit wrote:
> 
> 
> > On Nov 10, 2021, at 9:20 AM, Srivatsa S. Bhat <srivatsa@csail.mit.edu> 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 <joe@perches.com> 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 <somebody@vmware.com>
> >>>> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
> >> 
> >> Maybe adding entries like
> >> 
> >> M:	Named maintainer <whoever@vmware.com>
> >> R:	VMware <foo> reviewers <linux-<foo>-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)" <srivatsa@csail.mit.edu>
> > 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) <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
> > ---
> > 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" <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
> > @@ -14189,7 +14189,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>
> > -L:	pv-drivers@vmware.com (private)
> > +R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
> 
> 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

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

* Re: [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private
@ 2021-11-10 19:13                   ` Srivatsa S. Bhat
  0 siblings, 0 replies; 42+ messages in thread
From: Srivatsa S. Bhat @ 2021-11-10 19:13 UTC (permalink / raw)
  To: Nadav Amit
  Cc: Ronak Doshi, Pv-drivers, dri-devel, Linux Virtualization,
	Alexey Makhalov, linux-scsi, Vishal Bhakta, X86 ML,
	Linux-graphics-maintainer, linux-input,
	Keerthana Kalyanasundaram, Thomas Gleixner, Juergen Gross,
	Anish Swaminathan, netdev, LKML, linux-rdma, Greg Kroah-Hartman,
	Joe Perches, Zack Rusin

On Wed, Nov 10, 2021 at 05:40:09PM +0000, Nadav Amit wrote:
> 
> 
> > On Nov 10, 2021, at 9:20 AM, Srivatsa S. Bhat <srivatsa@csail.mit.edu> 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 <joe@perches.com> 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 <somebody@vmware.com>
> >>>> M:	VMware <foo> maintainers <linux-<foo>-maintainers@vmlinux.com>
> >> 
> >> Maybe adding entries like
> >> 
> >> M:	Named maintainer <whoever@vmware.com>
> >> R:	VMware <foo> reviewers <linux-<foo>-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)" <srivatsa@csail.mit.edu>
> > 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) <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
> > ---
> > 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" <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
> > @@ -14189,7 +14189,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>
> > -L:	pv-drivers@vmware.com (private)
> > +R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
> 
> 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
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

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

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-08 20:29 [PATCH 1/2] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Srivatsa S. Bhat
2021-11-08 20:29 ` Srivatsa S. Bhat
2021-11-08 20:30 ` [PATCH 2/2] MAINTAINERS: Mark VMware mailing list entries as private Srivatsa S. Bhat
2021-11-08 20:30   ` Srivatsa S. Bhat
2021-11-08 20:30   ` Srivatsa S. Bhat
2021-11-08 20:45   ` Nadav Amit
2021-11-08 20:45     ` Nadav Amit
2021-11-08 20:45     ` Nadav Amit
2021-11-08 23:37   ` Joe Perches
2021-11-08 23:37     ` Joe Perches
2021-11-08 23:37     ` Joe Perches
2021-11-09  0:16     ` Jakub Kicinski
2021-11-09  0:16       ` Jakub Kicinski
2021-11-09  0:22       ` Joe Perches
2021-11-09  0:22         ` Joe Perches
2021-11-09  0:22         ` Joe Perches
2021-11-09  0:22     ` Srivatsa S. Bhat
2021-11-09  0:22       ` Srivatsa S. Bhat
2021-11-09  0:22       ` Srivatsa S. Bhat
2021-11-09  0:37       ` Joe Perches
2021-11-09  0:37         ` Joe Perches
2021-11-09  0:37         ` Joe Perches
2021-11-09  0:58         ` Nadav Amit
2021-11-09  0:58           ` Nadav Amit
2021-11-09  0:58           ` Nadav Amit
2021-11-09 21:57           ` Joe Perches
2021-11-09 21:57             ` Joe Perches
2021-11-09 21:57             ` Joe Perches
2021-11-10 17:20             ` Srivatsa S. Bhat
2021-11-10 17:20               ` Srivatsa S. Bhat
2021-11-10 17:20               ` Srivatsa S. Bhat
2021-11-10 17:40               ` Nadav Amit
2021-11-10 17:40                 ` Nadav Amit
2021-11-10 17:40                 ` Nadav Amit
2021-11-10 19:13                 ` Srivatsa S. Bhat
2021-11-10 19:13                   ` Srivatsa S. Bhat
2021-11-10 19:13                   ` Srivatsa S. Bhat
2021-11-09  5:34   ` Juergen Gross
2021-11-09  5:34     ` Juergen Gross
2021-11-09  5:34     ` Juergen Gross via Virtualization
2021-11-09  5:25 ` [PATCH 1/2] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface Juergen Gross
2021-11-09  5:25   ` Juergen Gross via Virtualization

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.