2019-03-21 14:42:37

by Jorgen Hansen

[permalink] [raw]
Subject: [PATCH] VMCI/VSOCK: Add maintainers for VMCI, AF_VSOCK and VMCI transport

Update the maintainers file to include maintainers for the VMware
vmci driver, af_vsock, and the vsock vmci transport.

Signed-off-by: Jorgen Hansen <[email protected]>
---
MAINTAINERS | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf7..b9714fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16630,6 +16630,14 @@ S: Maintained
F: drivers/scsi/vmw_pvscsi.c
F: drivers/scsi/vmw_pvscsi.h

+VMWARE VMCI DRIVER
+M: Jorgen Hansen <[email protected]>
+M: Vishnu Dasa <[email protected]>
+M: "VMware, Inc." <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/misc/vmw_vmci/
+
VMWARE VMMOUSE SUBDRIVER
M: "VMware Graphics" <[email protected]>
M: "VMware, Inc." <[email protected]>
@@ -16638,6 +16646,18 @@ S: Maintained
F: drivers/input/mouse/vmmouse.c
F: drivers/input/mouse/vmmouse.h

+VMWARE VSOCK DRIVER (AF_VSOCK) AND VMCI TRANSPORT
+M: Jorgen Hansen <[email protected]>
+M: Vishnu Dasa <[email protected]>
+M: "VMware, Inc." <[email protected]>
+L: [email protected]
+S: Maintained
+F: net/vmw_vsock/af_vsock.c
+F: net/vmw_vsock/vmci_transport*
+F: net/vmw_vsock/vsock_addr.c
+F: include/linux/vm_sockets.h
+F: include/uapi/linux/vm_sockets.h
+
VMWARE VMXNET3 ETHERNET DRIVER
M: Ronak Doshi <[email protected]>
M: "VMware, Inc." <[email protected]>
--
2.6.2



2019-03-28 14:17:41

by Vishnu Dasa

[permalink] [raw]
Subject: Re: [Pv-drivers] [PATCH] VMCI/VSOCK: Add maintainers for VMCI, AF_VSOCK and VMCI transport

On 3/21/19, 7:41 AM, "[email protected] on behalf of Jorgen Hansen" <[email protected] on behalf of [email protected]> wrote:

Update the maintainers file to include maintainers for the VMware
vmci driver, af_vsock, and the vsock vmci transport.

Signed-off-by: Jorgen Hansen <[email protected]>

Acked-by: Vishnu Dasa <[email protected]>

Vishnu