[PATCH] MAINTAINERS: add virtio-vsock driver in the VIRTIO CORE section

Stefano Garzarella posted 1 patch 1 year, 5 months ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add virtio-vsock driver in the VIRTIO CORE section
Posted by Stefano Garzarella 1 year, 5 months ago
The virtio-vsock driver is already under VM SOCKETS (AF_VSOCK),
managed pricipally with the net tree, and VIRTIO AND VHOST
VSOCK DRIVER. However, changes that only affect the virtio part
usually go with Michael's tree, so let's also put the driver in
the VIRTIO CORE section to have its maintainers in CC for changes
to the virtio-vsock driver.

Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Jason Wang <jasowang@redhat.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 878dcd23b331..6dcea63f396e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24218,6 +24218,7 @@ F:	include/linux/vdpa.h
 F:	include/linux/virtio*.h
 F:	include/linux/vringh.h
 F:	include/uapi/linux/virtio_*.h
+F:	net/vmw_vsock/virtio*
 F:	tools/virtio/
 F:	tools/testing/selftests/drivers/net/virtio_net/
 
-- 
2.46.0
Re: [PATCH] MAINTAINERS: add virtio-vsock driver in the VIRTIO CORE section
Posted by Stefan Hajnoczi 1 year, 5 months ago
On Thu, 29 Aug 2024 at 11:01, Stefano Garzarella <sgarzare@redhat.com> wrote:
>
> The virtio-vsock driver is already under VM SOCKETS (AF_VSOCK),
> managed pricipally with the net tree, and VIRTIO AND VHOST
> VSOCK DRIVER. However, changes that only affect the virtio part
> usually go with Michael's tree, so let's also put the driver in
> the VIRTIO CORE section to have its maintainers in CC for changes
> to the virtio-vsock driver.
>
> Cc: "Michael S. Tsirkin" <mst@redhat.com>
> Cc: Jason Wang <jasowang@redhat.com>
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 878dcd23b331..6dcea63f396e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24218,6 +24218,7 @@ F:      include/linux/vdpa.h
>  F:     include/linux/virtio*.h
>  F:     include/linux/vringh.h
>  F:     include/uapi/linux/virtio_*.h
> +F:     net/vmw_vsock/virtio*
>  F:     tools/virtio/
>  F:     tools/testing/selftests/drivers/net/virtio_net/
>
> --
> 2.46.0
>
>
Re: [PATCH] MAINTAINERS: add virtio-vsock driver in the VIRTIO CORE section
Posted by Jason Wang 1 year, 5 months ago
On Thu, Aug 29, 2024 at 11:15 PM Stefan Hajnoczi <stefanha@gmail.com> wrote:
>
> On Thu, 29 Aug 2024 at 11:01, Stefano Garzarella <sgarzare@redhat.com> wrote:
> >
> > The virtio-vsock driver is already under VM SOCKETS (AF_VSOCK),
> > managed pricipally with the net tree, and VIRTIO AND VHOST
> > VSOCK DRIVER. However, changes that only affect the virtio part
> > usually go with Michael's tree, so let's also put the driver in
> > the VIRTIO CORE section to have its maintainers in CC for changes
> > to the virtio-vsock driver.
> >
> > Cc: "Michael S. Tsirkin" <mst@redhat.com>
> > Cc: Jason Wang <jasowang@redhat.com>
> > Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
>
> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

Acked-by: Jason Wang <jasowang@redhat.com>

Thanks