2020-06-17 10:50:28

by David Hildenbrand

[permalink] [raw]
Subject: [PATCH v1] MAINTAINERS: add URL for virtio-mem

Let's add the status/info page, which is still under construction, however,
already contains valuable documentation/information.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 301330e02bca7..3470c5bfbdc7b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18234,6 +18234,7 @@ VIRTIO MEM DRIVER
M: David Hildenbrand <[email protected]>
L: [email protected]
S: Maintained
+W: https://virtio-mem.gitlab.io/
F: drivers/virtio/virtio_mem.c
F: include/uapi/linux/virtio_mem.h

--
2.26.2


2020-06-17 11:44:26

by Pankaj Gupta

[permalink] [raw]
Subject: Re: [PATCH v1] MAINTAINERS: add URL for virtio-mem

> Let's add the status/info page, which is still under construction, however,
> already contains valuable documentation/information.
>
> Cc: "Michael S. Tsirkin" <[email protected]>
> Cc: Pankaj Gupta <[email protected]>
> Signed-off-by: David Hildenbrand <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 301330e02bca7..3470c5bfbdc7b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18234,6 +18234,7 @@ VIRTIO MEM DRIVER
> M: David Hildenbrand <[email protected]>
> L: [email protected]
> S: Maintained
> +W: https://virtio-mem.gitlab.io/
> F: drivers/virtio/virtio_mem.c
> F: include/uapi/linux/virtio_mem.h

Acked-by: Pankaj Gupta <[email protected]>