vdasa at vmware.com
2022-Sep-06 17:27 UTC
[PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
From: Vishnu Dasa <vdasa at 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
vdasa at vmware.com
2022-Sep-06 17:27 UTC
[PATCH 1/3] MAINTAINERS: Change VMware PVSCSI driver entry to upper case
From: Vishnu Dasa <vdasa at 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 at 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 at vger.kernel.org S: Maintained F: drivers/infiniband/hw/vmw_pvrdma/ -VMware PVSCSI driver +VMWARE PVSCSI DRIVER M: Vishal Bhakta <vbhakta at vmware.com> R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-scsi at vger.kernel.org -- 2.35.1
vdasa at vmware.com
2022-Sep-06 17:27 UTC
[PATCH 2/3] MAINTAINERS: Change status of some VMware drivers
From: Vishnu Dasa <vdasa at 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 at 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 at vmware.com> R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-kernel at vger.kernel.org -S: Maintained +S: Supported F: drivers/misc/vmw_balloon.c VMWARE HYPERVISOR INTERFACE @@ -21831,14 +21831,14 @@ M: Bryan Tan <bryantan at vmware.com> M: Vishnu Dasa <vdasa at vmware.com> R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-rdma at vger.kernel.org -S: Maintained +S: Supported F: drivers/infiniband/hw/vmw_pvrdma/ VMWARE PVSCSI DRIVER M: Vishal Bhakta <vbhakta at vmware.com> R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-scsi at 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 at vmware.com> M: Vishnu Dasa <vdasa at vmware.com> R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-kernel at vger.kernel.org -S: Maintained +S: Supported F: drivers/misc/vmw_vmci/ VMWARE VMMOUSE SUBDRIVER @@ -21862,7 +21862,7 @@ M: Zack Rusin <zackr at vmware.com> R: VMware Graphics Reviewers <linux-graphics-maintainer at vmware.com> R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: linux-input at vger.kernel.org -S: Maintained +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 at vmware.com> R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: netdev at vger.kernel.org -S: Maintained +S: Supported F: drivers/net/vmxnet3/ VOCORE VOCORE2 BOARD -- 2.35.1
vdasa at vmware.com
2022-Sep-06 17:27 UTC
[PATCH 3/3] MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER
From: Vishnu Dasa <vdasa at vmware.com> Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER in the MAINTAINERS file. Signed-off-by: Vishnu Dasa <vdasa at 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 at vger.kernel.org S: Supported F: drivers/net/vmxnet3/ +VMWARE VSOCK VMCI TRANSPORT DRIVER +M: Bryan Tan <bryantan at vmware.com> +M: Vishnu Dasa <vdasa at vmware.com> +R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> +L: linux-kernel at vger.kernel.org +S: Supported +F: net/vmw_vsock/vmci_transport* + VOCORE VOCORE2 BOARD M: Harvey Hunt <harveyhuntnexus at gmail.com> L: linux-mips at vger.kernel.org -- 2.35.1
Stefano Garzarella
2022-Sep-07 07:51 UTC
[PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
On Tue, Sep 06, 2022 at 10:27:19AM -0700, vdasa at vmware.com wrote:>From: Vishnu Dasa <vdasa at 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