linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
@ 2022-09-06 17:27 vdasa
  2022-09-06 17:27 ` [PATCH 1/3] MAINTAINERS: Change VMware PVSCSI driver entry to upper case vdasa
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: vdasa @ 2022-09-06 17:27 UTC (permalink / raw)
  To: vbhakta, namit, bryantan, zackr, linux-graphics-maintainer,
	doshir, sgarzare, gregkh, davem
  Cc: pv-drivers, joe, netdev, linux-input, linux-kernel, linux-scsi,
	linux-rdma, virtualization, Vishnu Dasa

From: Vishnu Dasa <vdasa@vmware.com>

This series updates a few existing maintainer entries for VMware
supported drivers and adds a new entry for vsock vmci transport
driver.

Vishnu Dasa (3):
  MAINTAINERS: Change VMware PVSCSI driver entry to upper case
  MAINTAINERS: Change status of some VMware drivers
  MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER

 MAINTAINERS | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

-- 
2.35.1


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

* [PATCH 1/3] MAINTAINERS: Change VMware PVSCSI driver entry to upper case
  2022-09-06 17:27 [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers vdasa
@ 2022-09-06 17:27 ` vdasa
  2022-09-06 17:27 ` [PATCH 2/3] MAINTAINERS: Change status of some VMware drivers vdasa
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: vdasa @ 2022-09-06 17:27 UTC (permalink / raw)
  To: vbhakta, namit, bryantan, zackr, linux-graphics-maintainer,
	doshir, sgarzare, gregkh, davem
  Cc: pv-drivers, joe, netdev, linux-input, linux-kernel, linux-scsi,
	linux-rdma, virtualization, Vishnu Dasa

From: Vishnu Dasa <vdasa@vmware.com>

Change 'VMware PVSCSI driver' entry to upper case.

This is a trivial change being done for uniformity.

Signed-off-by: Vishnu Dasa <vdasa@vmware.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 38f9ef4b53ec..b75eb23a099b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21834,7 +21834,7 @@ L:	linux-rdma@vger.kernel.org
 S:	Maintained
 F:	drivers/infiniband/hw/vmw_pvrdma/
 
-VMware PVSCSI driver
+VMWARE PVSCSI DRIVER
 M:	Vishal Bhakta <vbhakta@vmware.com>
 R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	linux-scsi@vger.kernel.org
-- 
2.35.1


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

* [PATCH 2/3] MAINTAINERS: Change status of some VMware drivers
  2022-09-06 17:27 [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers vdasa
  2022-09-06 17:27 ` [PATCH 1/3] MAINTAINERS: Change VMware PVSCSI driver entry to upper case vdasa
@ 2022-09-06 17:27 ` vdasa
  2022-09-06 17:37   ` Nadav Amit
  2022-09-06 17:27 ` [PATCH 3/3] MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER vdasa
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: vdasa @ 2022-09-06 17:27 UTC (permalink / raw)
  To: vbhakta, namit, bryantan, zackr, linux-graphics-maintainer,
	doshir, sgarzare, gregkh, davem
  Cc: pv-drivers, joe, netdev, linux-input, linux-kernel, linux-scsi,
	linux-rdma, virtualization, Vishnu Dasa

From: Vishnu Dasa <vdasa@vmware.com>

Change the status from 'Maintained' to 'Supported' for VMWARE
BALLOON DRIVER, VMWARE PVRDMA DRIVER, VMWARE PVSCSI driver,
VMWARE VMCI DRIVER, VMWARE VMMOUSE SUBDRIVER and VMWARE VMXNET3
ETHERNET DRIVER.

This needs to be done to conform to the guidelines in [1].
Maintainers for these drivers are VMware employees.

[1] https://docs.kernel.org/process/maintainers.html

Signed-off-by: Vishnu Dasa <vdasa@vmware.com>
---
 MAINTAINERS | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b75eb23a099b..5a634b5d6f6c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21812,7 +21812,7 @@ VMWARE BALLOON DRIVER
 M:	Nadav Amit <namit@vmware.com>
 R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	linux-kernel@vger.kernel.org
-S:	Maintained
+S:	Supported
 F:	drivers/misc/vmw_balloon.c
 
 VMWARE HYPERVISOR INTERFACE
@@ -21831,14 +21831,14 @@ M:	Bryan Tan <bryantan@vmware.com>
 M:	Vishnu Dasa <vdasa@vmware.com>
 R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	linux-rdma@vger.kernel.org
-S:	Maintained
+S:	Supported
 F:	drivers/infiniband/hw/vmw_pvrdma/
 
 VMWARE PVSCSI DRIVER
 M:	Vishal Bhakta <vbhakta@vmware.com>
 R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	linux-scsi@vger.kernel.org
-S:	Maintained
+S:	Supported
 F:	drivers/scsi/vmw_pvscsi.c
 F:	drivers/scsi/vmw_pvscsi.h
 
@@ -21854,7 +21854,7 @@ M:	Bryan Tan <bryantan@vmware.com>
 M:	Vishnu Dasa <vdasa@vmware.com>
 R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	linux-kernel@vger.kernel.org
-S:	Maintained
+S:	Supported
 F:	drivers/misc/vmw_vmci/
 
 VMWARE VMMOUSE SUBDRIVER
@@ -21862,7 +21862,7 @@ M:	Zack Rusin <zackr@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
+S:	Supported
 F:	drivers/input/mouse/vmmouse.c
 F:	drivers/input/mouse/vmmouse.h
 
@@ -21870,7 +21870,7 @@ VMWARE VMXNET3 ETHERNET DRIVER
 M:	Ronak Doshi <doshir@vmware.com>
 R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 L:	netdev@vger.kernel.org
-S:	Maintained
+S:	Supported
 F:	drivers/net/vmxnet3/
 
 VOCORE VOCORE2 BOARD
-- 
2.35.1


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

* [PATCH 3/3] MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER
  2022-09-06 17:27 [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers vdasa
  2022-09-06 17:27 ` [PATCH 1/3] MAINTAINERS: Change VMware PVSCSI driver entry to upper case vdasa
  2022-09-06 17:27 ` [PATCH 2/3] MAINTAINERS: Change status of some VMware drivers vdasa
@ 2022-09-06 17:27 ` vdasa
  2022-09-07  7:45   ` Stefano Garzarella
  2022-09-07  7:51 ` [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers Stefano Garzarella
  2022-09-19 17:41 ` Jakub Kicinski
  4 siblings, 1 reply; 10+ messages in thread
From: vdasa @ 2022-09-06 17:27 UTC (permalink / raw)
  To: vbhakta, namit, bryantan, zackr, linux-graphics-maintainer,
	doshir, sgarzare, gregkh, davem
  Cc: pv-drivers, joe, netdev, linux-input, linux-kernel, linux-scsi,
	linux-rdma, virtualization, Vishnu Dasa

From: Vishnu Dasa <vdasa@vmware.com>

Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER in the
MAINTAINERS file.

Signed-off-by: Vishnu Dasa <vdasa@vmware.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5a634b5d6f6c..0e52ee3521c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21873,6 +21873,14 @@ L:	netdev@vger.kernel.org
 S:	Supported
 F:	drivers/net/vmxnet3/
 
+VMWARE VSOCK VMCI TRANSPORT DRIVER
+M:	Bryan Tan <bryantan@vmware.com>
+M:	Vishnu Dasa <vdasa@vmware.com>
+R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
+L:	linux-kernel@vger.kernel.org
+S:	Supported
+F:	net/vmw_vsock/vmci_transport*
+
 VOCORE VOCORE2 BOARD
 M:	Harvey Hunt <harveyhuntnexus@gmail.com>
 L:	linux-mips@vger.kernel.org
-- 
2.35.1


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

* Re: [PATCH 2/3] MAINTAINERS: Change status of some VMware drivers
  2022-09-06 17:27 ` [PATCH 2/3] MAINTAINERS: Change status of some VMware drivers vdasa
@ 2022-09-06 17:37   ` Nadav Amit
  0 siblings, 0 replies; 10+ messages in thread
From: Nadav Amit @ 2022-09-06 17:37 UTC (permalink / raw)
  To: Vishnu Dasa
  Cc: Vishal Bhakta, Bryan Tan, Zack Rusin, Linux-graphics-maintainer,
	Ronak Doshi, sgarzare, Greg Kroah-Hartman, davem, Pv-drivers,
	Joe Perches, netdev, linux-input, linux-kernel, linux-scsi,
	linux-rdma, virtualization

On Sep 6, 2022, at 10:27 AM, Vishnu Dasa <vdasa@vmware.com> wrote:

> From: Vishnu Dasa <vdasa@vmware.com>
> 
> Change the status from 'Maintained' to 'Supported' for VMWARE
> BALLOON DRIVER, VMWARE PVRDMA DRIVER, VMWARE PVSCSI driver,
> VMWARE VMCI DRIVER, VMWARE VMMOUSE SUBDRIVER and VMWARE VMXNET3
> ETHERNET DRIVER.
> 
> This needs to be done to conform to the guidelines in [1].
> Maintainers for these drivers are VMware employees.
> 
> [1] https://docs.kernel.org/process/maintainers.html
> 
> Signed-off-by: Vishnu Dasa <vdasa@vmware.com>
> ---
> MAINTAINERS | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b75eb23a099b..5a634b5d6f6c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21812,7 +21812,7 @@ VMWARE BALLOON DRIVER
> M:	Nadav Amit <namit@vmware.com>
> R:	VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
> L:	linux-kernel@vger.kernel.org
> -S:	Maintained
> +S:	Supported
> F:	drivers/misc/vmw_balloon.c

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


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

* Re: [PATCH 3/3] MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER
  2022-09-06 17:27 ` [PATCH 3/3] MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER vdasa
@ 2022-09-07  7:45   ` Stefano Garzarella
  0 siblings, 0 replies; 10+ messages in thread
From: Stefano Garzarella @ 2022-09-07  7:45 UTC (permalink / raw)
  To: vdasa
  Cc: vbhakta, namit, bryantan, zackr, linux-graphics-maintainer,
	doshir, gregkh, davem, pv-drivers, joe, netdev, linux-input,
	linux-kernel, linux-scsi, linux-rdma, virtualization

On Tue, Sep 06, 2022 at 10:27:22AM -0700, vdasa@vmware.com wrote:
>From: Vishnu Dasa <vdasa@vmware.com>
>
>Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER in the
>MAINTAINERS file.
>
>Signed-off-by: Vishnu Dasa <vdasa@vmware.com>
>---
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)

Thanks for adding this entry!
Will be very useful to review vsock patches for vmci transport.

Acked-by: Stefano Garzarella <sgarzare@redhat.com>


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

* Re: [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
  2022-09-06 17:27 [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers vdasa
                   ` (2 preceding siblings ...)
  2022-09-06 17:27 ` [PATCH 3/3] MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER vdasa
@ 2022-09-07  7:51 ` Stefano Garzarella
  2022-09-10  9:55   ` Vishnu Dasa
  2022-09-19 17:41 ` Jakub Kicinski
  4 siblings, 1 reply; 10+ messages in thread
From: Stefano Garzarella @ 2022-09-07  7:51 UTC (permalink / raw)
  To: vdasa
  Cc: vbhakta, namit, bryantan, zackr, linux-graphics-maintainer,
	doshir, gregkh, davem, pv-drivers, joe, netdev, linux-input,
	linux-kernel, linux-scsi, linux-rdma, virtualization

On Tue, Sep 06, 2022 at 10:27:19AM -0700, vdasa@vmware.com wrote:
>From: Vishnu Dasa <vdasa@vmware.com>
>
>This series updates a few existing maintainer entries for VMware
>supported drivers and adds a new entry for vsock vmci transport
>driver.
>

Since you are updating MAINTAINERS, what about adding 
"include/linux/vmw_vmci*" under "VMWARE VMCI DRIVER"?

Thanks,
Stefano


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

* Re: [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
  2022-09-07  7:51 ` [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers Stefano Garzarella
@ 2022-09-10  9:55   ` Vishnu Dasa
  0 siblings, 0 replies; 10+ messages in thread
From: Vishnu Dasa @ 2022-09-10  9:55 UTC (permalink / raw)
  To: Stefano Garzarella
  Cc: Vishal Bhakta, Nadav Amit, Bryan Tan, Zack Rusin,
	Linux-graphics-maintainer, Ronak Doshi, gregkh, davem,
	Pv-drivers, joe, netdev, linux-input, linux-kernel, linux-scsi,
	linux-rdma, virtualization


> On Sep 7, 2022, at 12:51 AM, Stefano Garzarella <sgarzare@redhat.com> wrote:
> 
> On Tue, Sep 06, 2022 at 10:27:19AM -0700, vdasa@vmware.com wrote:
>> From: Vishnu Dasa <vdasa@vmware.com>
>> 
>> This series updates a few existing maintainer entries for VMware
>> supported drivers and adds a new entry for vsock vmci transport
>> driver.
>> 
> 
> Since you are updating MAINTAINERS, what about adding "include/linux/vmw_vmci*" under "VMWARE VMCI DRIVER"?

I'll send a separate patch for this.  Thanks!!

> Thanks,
> Stefano

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

* Re: [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
  2022-09-06 17:27 [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers vdasa
                   ` (3 preceding siblings ...)
  2022-09-07  7:51 ` [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers Stefano Garzarella
@ 2022-09-19 17:41 ` Jakub Kicinski
  2022-09-20  8:18   ` Stefano Garzarella
  4 siblings, 1 reply; 10+ messages in thread
From: Jakub Kicinski @ 2022-09-19 17:41 UTC (permalink / raw)
  To: vdasa
  Cc: vbhakta, namit, bryantan, zackr, linux-graphics-maintainer,
	doshir, sgarzare, gregkh, davem, pv-drivers, joe, netdev,
	linux-input, linux-kernel, linux-scsi, linux-rdma,
	virtualization

On Tue,  6 Sep 2022 10:27:19 -0700 vdasa@vmware.com wrote:
> From: Vishnu Dasa <vdasa@vmware.com>
> 
> This series updates a few existing maintainer entries for VMware
> supported drivers and adds a new entry for vsock vmci transport
> driver.

Just to be sure - who are you expecting to take these in?

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

* Re: [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
  2022-09-19 17:41 ` Jakub Kicinski
@ 2022-09-20  8:18   ` Stefano Garzarella
  0 siblings, 0 replies; 10+ messages in thread
From: Stefano Garzarella @ 2022-09-20  8:18 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: vdasa, vbhakta, namit, bryantan, zackr,
	linux-graphics-maintainer, doshir, gregkh, davem, pv-drivers,
	joe, netdev, linux-input, linux-kernel, linux-scsi, linux-rdma,
	virtualization

On Mon, Sep 19, 2022 at 10:41:47AM -0700, Jakub Kicinski wrote:
>On Tue,  6 Sep 2022 10:27:19 -0700 vdasa@vmware.com wrote:
>> From: Vishnu Dasa <vdasa@vmware.com>
>>
>> This series updates a few existing maintainer entries for VMware
>> supported drivers and adds a new entry for vsock vmci transport
>> driver.
>
>Just to be sure - who are you expecting to take these in?
>

FYI Greg already queued this series in his char-misc-next branch:
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/log/?h=char-misc-next

Thanks,
Stefano


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

end of thread, other threads:[~2022-09-20  8:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 17:27 [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers vdasa
2022-09-06 17:27 ` [PATCH 1/3] MAINTAINERS: Change VMware PVSCSI driver entry to upper case vdasa
2022-09-06 17:27 ` [PATCH 2/3] MAINTAINERS: Change status of some VMware drivers vdasa
2022-09-06 17:37   ` Nadav Amit
2022-09-06 17:27 ` [PATCH 3/3] MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER vdasa
2022-09-07  7:45   ` Stefano Garzarella
2022-09-07  7:51 ` [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers Stefano Garzarella
2022-09-10  9:55   ` Vishnu Dasa
2022-09-19 17:41 ` Jakub Kicinski
2022-09-20  8:18   ` Stefano Garzarella

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