linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
@ 2021-09-06  9:11 Stefano Garzarella
  2021-09-06 12:24 ` patchwork-bot+netdevbpf
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Stefano Garzarella @ 2021-09-06  9:11 UTC (permalink / raw)
  To: netdev, virtualization
  Cc: David S. Miller, Dexuan Cui, linux-kernel, Jorgen Hansen,
	Michael S . Tsirkin, Stefan Hajnoczi, Jakub Kicinski

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(-)

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>
-- 
2.31.1


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

* Re: [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
  2021-09-06  9:11 [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry Stefano Garzarella
@ 2021-09-06 12:24 ` patchwork-bot+netdevbpf
  2021-09-06 13:24 ` Stefan Hajnoczi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-09-06 12:24 UTC (permalink / raw)
  To: Stefano Garzarella
  Cc: netdev, virtualization, davem, decui, linux-kernel, jhansen, mst,
	stefanha, kuba

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Mon,  6 Sep 2021 11:11:59 +0200 you 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.
> 
> [...]

Here is the summary with links:
  - MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
    https://git.kernel.org/netdev/net/c/e0b6417be088

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
  2021-09-06  9:11 [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry Stefano Garzarella
  2021-09-06 12:24 ` patchwork-bot+netdevbpf
@ 2021-09-06 13:24 ` Stefan Hajnoczi
  2021-09-07  7:19   ` Stefano Garzarella
  2021-09-06 13:25 ` Stefan Hajnoczi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: Stefan Hajnoczi @ 2021-09-06 13:24 UTC (permalink / raw)
  To: Stefano Garzarella
  Cc: netdev, virtualization, David S. Miller, Dexuan Cui,
	linux-kernel, Jorgen Hansen, Michael S . Tsirkin, Jakub Kicinski

[-- Attachment #1: Type: text/plain, Size: 900 bytes --]

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.

Thanks,
Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
  2021-09-06  9:11 [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry Stefano Garzarella
  2021-09-06 12:24 ` patchwork-bot+netdevbpf
  2021-09-06 13:24 ` Stefan Hajnoczi
@ 2021-09-06 13:25 ` Stefan Hajnoczi
  2021-09-06 14:50 ` Jorgen Hansen
  2021-09-06 19:10 ` Dexuan Cui
  4 siblings, 0 replies; 9+ messages in thread
From: Stefan Hajnoczi @ 2021-09-06 13:25 UTC (permalink / raw)
  To: Stefano Garzarella
  Cc: netdev, virtualization, David S. Miller, Dexuan Cui,
	linux-kernel, Jorgen Hansen, Michael S . Tsirkin, Jakub Kicinski

[-- Attachment #1: Type: text/plain, Size: 897 bytes --]

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>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
  2021-09-06  9:11 [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry Stefano Garzarella
                   ` (2 preceding siblings ...)
  2021-09-06 13:25 ` Stefan Hajnoczi
@ 2021-09-06 14:50 ` Jorgen Hansen
  2021-09-07  7:20   ` Stefano Garzarella
  2021-09-06 19:10 ` Dexuan Cui
  4 siblings, 1 reply; 9+ messages in thread
From: Jorgen Hansen @ 2021-09-06 14:50 UTC (permalink / raw)
  To: Stefano Garzarella
  Cc: netdev, virtualization, David S. Miller, Dexuan Cui,
	linux-kernel, Michael S . Tsirkin, Stefan Hajnoczi,
	Jakub Kicinski



> 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.

Thanks,
Jorgen


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

* RE: [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
  2021-09-06  9:11 [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry Stefano Garzarella
                   ` (3 preceding siblings ...)
  2021-09-06 14:50 ` Jorgen Hansen
@ 2021-09-06 19:10 ` Dexuan Cui
  2021-09-07  7:21   ` Stefano Garzarella
  4 siblings, 1 reply; 9+ messages in thread
From: Dexuan Cui @ 2021-09-06 19:10 UTC (permalink / raw)
  To: Stefano Garzarella, netdev, virtualization
  Cc: David S. Miller, linux-kernel, Jorgen Hansen,
	Michael S . Tsirkin, Stefan Hajnoczi, Jakub Kicinski

> 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

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

* Re: [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
  2021-09-06 13:24 ` Stefan Hajnoczi
@ 2021-09-07  7:19   ` Stefano Garzarella
  0 siblings, 0 replies; 9+ messages in thread
From: Stefano Garzarella @ 2021-09-07  7:19 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: netdev, virtualization, David S. Miller, Dexuan Cui,
	linux-kernel, Jorgen Hansen, Michael S . Tsirkin, Jakub Kicinski

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


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

* Re: [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
  2021-09-06 14:50 ` Jorgen Hansen
@ 2021-09-07  7:20   ` Stefano Garzarella
  0 siblings, 0 replies; 9+ messages in thread
From: Stefano Garzarella @ 2021-09-07  7:20 UTC (permalink / raw)
  To: Jorgen Hansen
  Cc: netdev, virtualization, David S. Miller, Dexuan Cui,
	linux-kernel, Michael S . Tsirkin, Stefan Hajnoczi,
	Jakub Kicinski

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


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

* Re: [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
  2021-09-06 19:10 ` Dexuan Cui
@ 2021-09-07  7:21   ` Stefano Garzarella
  0 siblings, 0 replies; 9+ messages in thread
From: Stefano Garzarella @ 2021-09-07  7:21 UTC (permalink / raw)
  To: Dexuan Cui
  Cc: netdev, virtualization, David S. Miller, linux-kernel,
	Jorgen Hansen, Michael S . Tsirkin, Stefan Hajnoczi,
	Jakub Kicinski

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


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

end of thread, other threads:[~2021-09-07  7:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06  9:11 [PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry Stefano Garzarella
2021-09-06 12:24 ` patchwork-bot+netdevbpf
2021-09-06 13:24 ` Stefan Hajnoczi
2021-09-07  7:19   ` Stefano Garzarella
2021-09-06 13:25 ` Stefan Hajnoczi
2021-09-06 14:50 ` Jorgen Hansen
2021-09-07  7:20   ` Stefano Garzarella
2021-09-06 19:10 ` Dexuan Cui
2021-09-07  7:21   ` 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).