2013-07-07 14:31:30

by Michael S. Tsirkin

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add tools/virtio/ under virtio

This should help make sure patches go to the correct list.

Signed-off-by: Michael S. Tsirkin <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ad7e322..66172fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8800,6 +8800,7 @@ M: "Michael S. Tsirkin" <[email protected]>
L: [email protected]
S: Maintained
F: drivers/virtio/
+F: tools/virtio/
F: drivers/net/virtio_net.c
F: drivers/block/virtio_blk.c
F: include/linux/virtio_*.h
--
MST


2013-07-08 02:22:17

by Rusty Russell

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add tools/virtio/ under virtio

"Michael S. Tsirkin" <[email protected]> writes:
> This should help make sure patches go to the correct list.
>
> Signed-off-by: Michael S. Tsirkin <[email protected]>

Indeed. Thanks.

Applied,
Rusty.

> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ad7e322..66172fc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8800,6 +8800,7 @@ M: "Michael S. Tsirkin" <[email protected]>
> L: [email protected]
> S: Maintained
> F: drivers/virtio/
> +F: tools/virtio/
> F: drivers/net/virtio_net.c
> F: drivers/block/virtio_blk.c
> F: include/linux/virtio_*.h
> --
> MST