diff options
author | Stefano Garzarella <[email protected]> | 2024-08-29 16:37:57 +0200 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2024-09-25 07:07:43 -0400 |
commit | db0a314f845abf9572d5826f4cfdecb93b838952 (patch) | |
tree | b77470da8998c7dc68c9f27c4b8943657a01fd28 | |
parent | 87cbdc396a31ce29b0849705e565c81564d5ed4b (diff) |
MAINTAINERS: add virtio-vsock driver in the VIRTIO CORE section
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" <[email protected]>
Cc: Jason Wang <[email protected]>
Signed-off-by: Stefano Garzarella <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Acked-by: Jason Wang <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fe83ba7194ea..e06bb4cc62bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24221,6 +24221,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/ |