Stefano Garzarella
2019-Nov-22 10:20 UTC
[PATCH] MAINTAINERS: Add myself as maintainer of virtio-vsock
Since I'm actively working on vsock and virtio/vhost transports, Stefan suggested to help him to maintain it. Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 993d4e1d4974..077c4ba438cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17212,6 +17212,7 @@ F: virt/lib/ VIRTIO AND VHOST VSOCK DRIVER M: Stefan Hajnoczi <stefanha at redhat.com> +M: Stefano Garzarella <sgarzare at redhat.com> L: kvm at vger.kernel.org L: virtualization at lists.linux-foundation.org L: netdev at vger.kernel.org -- 2.21.0
David Miller
2019-Nov-22 17:39 UTC
[PATCH] MAINTAINERS: Add myself as maintainer of virtio-vsock
From: Stefano Garzarella <sgarzare at redhat.com> Date: Fri, 22 Nov 2019 11:20:10 +0100> Since I'm actively working on vsock and virtio/vhost transports, > Stefan suggested to help him to maintain it. > > Signed-off-by: Stefano Garzarella <sgarzare at redhat.com>Applied.