diff mbox series

MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry

Message ID 20210906091159.66181-1-sgarzare@redhat.com
State New
Headers show
Series MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry | expand

Commit Message

Stefano Garzarella Sept. 6, 2021, 9:11 a.m. UTC
Add a new entry for VM Sockets (AF_VSOCK) that covers vsock core,
tests, and headers. Move some general vsock stuff from virtio-vsock
entry into this new more general vsock entry.

I've been reviewing and contributing for the last few years,
so I'm available to help maintain this code.

Cc: Dexuan Cui <decui@microsoft.com>
Cc: Jorgen Hansen <jhansen@vmware.com>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Suggested-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
---

Dexuan, Jorgen, Stefan, would you like to co-maintain or
be added as a reviewer?

Thanks,
Stefano
---
 MAINTAINERS | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

Comments

Stefan Hajnoczi Sept. 6, 2021, 1:25 p.m. UTC | #1
On Mon, Sep 06, 2021 at 11:11:59AM +0200, Stefano Garzarella wrote:
> Add a new entry for VM Sockets (AF_VSOCK) that covers vsock core,
> tests, and headers. Move some general vsock stuff from virtio-vsock
> entry into this new more general vsock entry.
> 
> I've been reviewing and contributing for the last few years,
> so I'm available to help maintain this code.
> 
> Cc: Dexuan Cui <decui@microsoft.com>
> Cc: Jorgen Hansen <jhansen@vmware.com>
> Cc: Stefan Hajnoczi <stefanha@redhat.com>
> Suggested-by: Michael S. Tsirkin <mst@redhat.com>
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
> ---
> 
> Dexuan, Jorgen, Stefan, would you like to co-maintain or
> be added as a reviewer?
> 
> Thanks,
> Stefano
> ---
>  MAINTAINERS | 20 +++++++++++++-------
>  1 file changed, 13 insertions(+), 7 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Dexuan Cui Sept. 6, 2021, 7:10 p.m. UTC | #2
> From: Stefano Garzarella <sgarzare@redhat.com>
> Sent: Monday, September 6, 2021 2:12 AM
> 
> Add a new entry for VM Sockets (AF_VSOCK) that covers vsock core,
> tests, and headers. Move some general vsock stuff from virtio-vsock
> entry into this new more general vsock entry.
> 
> I've been reviewing and contributing for the last few years,
> so I'm available to help maintain this code.
> 
> Cc: Dexuan Cui <decui@microsoft.com>
> Cc: Jorgen Hansen <jhansen@vmware.com>
> Cc: Stefan Hajnoczi <stefanha@redhat.com>
> Suggested-by: Michael S. Tsirkin <mst@redhat.com>
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
> ---
> 
> Dexuan, Jorgen, Stefan, would you like to co-maintain or
> be added as a reviewer?
> 
> Thanks,
> Stefano

Please skip me (I still review the hv_sock related patches).

Thanks,
-- Dexuan
Stefano Garzarella Sept. 7, 2021, 7:19 a.m. UTC | #3
On Mon, Sep 06, 2021 at 02:24:34PM +0100, Stefan Hajnoczi wrote:
>On Mon, Sep 06, 2021 at 11:11:59AM +0200, Stefano Garzarella wrote:

>> Add a new entry for VM Sockets (AF_VSOCK) that covers vsock core,

>> tests, and headers. Move some general vsock stuff from virtio-vsock

>> entry into this new more general vsock entry.

>>

>> I've been reviewing and contributing for the last few years,

>> so I'm available to help maintain this code.

>>

>> Cc: Dexuan Cui <decui@microsoft.com>

>> Cc: Jorgen Hansen <jhansen@vmware.com>

>> Cc: Stefan Hajnoczi <stefanha@redhat.com>

>> Suggested-by: Michael S. Tsirkin <mst@redhat.com>

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

>> ---

>>

>> Dexuan, Jorgen, Stefan, would you like to co-maintain or

>> be added as a reviewer?

>

>Please skip me for now. I'm available if you take an extended period of

>time off and other special situations but don't have enough time to play

>an active role.


Yep, thanks for that!

Stefano
Stefano Garzarella Sept. 7, 2021, 7:20 a.m. UTC | #4
On Mon, Sep 06, 2021 at 02:50:59PM +0000, Jorgen Hansen wrote:
>

>

>> On 6 Sep 2021, at 11:11, Stefano Garzarella <sgarzare@redhat.com> wrote:

>>

>> Add a new entry for VM Sockets (AF_VSOCK) that covers vsock core,

>> tests, and headers. Move some general vsock stuff from virtio-vsock

>> entry into this new more general vsock entry.

>>

>> I've been reviewing and contributing for the last few years,

>> so I'm available to help maintain this code.

>>

>> Cc: Dexuan Cui <decui@microsoft.com>

>> Cc: Jorgen Hansen <jhansen@vmware.com>

>> Cc: Stefan Hajnoczi <stefanha@redhat.com>

>> Suggested-by: Michael S. Tsirkin <mst@redhat.com>

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

>> ---

>>

>> Dexuan, Jorgen, Stefan, would you like to co-maintain or

>> be added as a reviewer?

>

>Hi Stefano,

>

>Please add me as a maintainer as well. I’ll try to help more out.


This is great :-)

Since this patch is already in the net tree, please can you send a 
followup adding yourself as co-maintainer?

Thanks,
Stefano
Stefano Garzarella Sept. 7, 2021, 7:21 a.m. UTC | #5
On Mon, Sep 06, 2021 at 07:10:46PM +0000, Dexuan Cui wrote:
>> From: Stefano Garzarella <sgarzare@redhat.com>

>> Sent: Monday, September 6, 2021 2:12 AM

>>

>> Add a new entry for VM Sockets (AF_VSOCK) that covers vsock core,

>> tests, and headers. Move some general vsock stuff from virtio-vsock

>> entry into this new more general vsock entry.

>>

>> I've been reviewing and contributing for the last few years,

>> so I'm available to help maintain this code.

>>

>> Cc: Dexuan Cui <decui@microsoft.com>

>> Cc: Jorgen Hansen <jhansen@vmware.com>

>> Cc: Stefan Hajnoczi <stefanha@redhat.com>

>> Suggested-by: Michael S. Tsirkin <mst@redhat.com>

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

>> ---

>>

>> Dexuan, Jorgen, Stefan, would you like to co-maintain or

>> be added as a reviewer?

>>

>> Thanks,

>> Stefano

>

>Please skip me (I still review the hv_sock related patches).


Yep, thanks for the help with hv_vsock!

Stefano
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 4278b389218e..12d535eabf95 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19763,18 +19763,11 @@  L:	kvm@vger.kernel.org
 L:	virtualization@lists.linux-foundation.org
 L:	netdev@vger.kernel.org
 S:	Maintained
-F:	drivers/net/vsockmon.c
 F:	drivers/vhost/vsock.c
 F:	include/linux/virtio_vsock.h
 F:	include/uapi/linux/virtio_vsock.h
-F:	include/uapi/linux/vm_sockets_diag.h
-F:	include/uapi/linux/vsockmon.h
-F:	net/vmw_vsock/af_vsock_tap.c
-F:	net/vmw_vsock/diag.c
 F:	net/vmw_vsock/virtio_transport.c
 F:	net/vmw_vsock/virtio_transport_common.c
-F:	net/vmw_vsock/vsock_loopback.c
-F:	tools/testing/vsock/
 
 VIRTIO BLOCK AND SCSI DRIVERS
 M:	"Michael S. Tsirkin" <mst@redhat.com>
@@ -19970,6 +19963,19 @@  F:	drivers/staging/vme/
 F:	drivers/vme/
 F:	include/linux/vme*
 
+VM SOCKETS (AF_VSOCK)
+M:	Stefano Garzarella <sgarzare@redhat.com>
+L:	virtualization@lists.linux-foundation.org
+L:	netdev@vger.kernel.org
+S:	Maintained
+F:	drivers/net/vsockmon.c
+F:	include/net/af_vsock.h
+F:	include/uapi/linux/vm_sockets.h
+F:	include/uapi/linux/vm_sockets_diag.h
+F:	include/uapi/linux/vsockmon.h
+F:	net/vmw_vsock/
+F:	tools/testing/vsock/
+
 VMWARE BALLOON DRIVER
 M:	Nadav Amit <namit@vmware.com>
 M:	"VMware, Inc." <pv-drivers@vmware.com>