* [PATCH] MAINTAINERS: virtio-dev is subscribers only
@ 2014-03-11 17:17 Randy Dunlap
2014-03-13 0:36 ` Rusty Russell
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2014-03-11 17:17 UTC (permalink / raw)
To: Rusty Russell, Michael S. Tsirkin; +Cc: LKML, Andrew Morton
From: Randy Dunlap <rdunlap@infradead.org>
virtio-dev mailing list is for subscribers only according to the
returned message after trying to send to it.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- mmotm-2014-0310-1535.orig/MAINTAINERS
+++ mmotm-2014-0310-1535/MAINTAINERS
@@ -9438,7 +9438,7 @@ F: include/media/videobuf2-*
VIRTIO CONSOLE DRIVER
M: Amit Shah <amit.shah@redhat.com>
-L: virtio-dev@lists.oasis-open.org
+L: virtio-dev@lists.oasis-open.org (subscribers-only)
L: virtualization@lists.linux-foundation.org
S: Maintained
F: drivers/char/virtio_console.c
@@ -9448,7 +9448,7 @@ F: include/uapi/linux/virtio_console.h
VIRTIO CORE, NET AND BLOCK DRIVERS
M: Rusty Russell <rusty@rustcorp.com.au>
M: "Michael S. Tsirkin" <mst@redhat.com>
-L: virtio-dev@lists.oasis-open.org
+L: virtio-dev@lists.oasis-open.org (subscribers-only)
L: virtualization@lists.linux-foundation.org
S: Maintained
F: drivers/virtio/
@@ -9461,7 +9461,7 @@ F: include/uapi/linux/virtio_*.h
VIRTIO HOST (VHOST)
M: "Michael S. Tsirkin" <mst@redhat.com>
L: kvm@vger.kernel.org
-L: virtio-dev@lists.oasis-open.org
+L: virtio-dev@lists.oasis-open.org (subscribers-only)
L: virtualization@lists.linux-foundation.org
L: netdev@vger.kernel.org
S: Maintained
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: virtio-dev is subscribers only
2014-03-11 17:17 [PATCH] MAINTAINERS: virtio-dev is subscribers only Randy Dunlap
@ 2014-03-13 0:36 ` Rusty Russell
2014-03-15 14:00 ` Christoph Hellwig
0 siblings, 1 reply; 4+ messages in thread
From: Rusty Russell @ 2014-03-13 0:36 UTC (permalink / raw)
To: Randy Dunlap, Michael S. Tsirkin; +Cc: LKML, Andrew Morton
Randy Dunlap <rdunlap@infradead.org> writes:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> virtio-dev mailing list is for subscribers only according to the
> returned message after trying to send to it.
Thanks, applied.
Cheers,
Rusty.
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> --- mmotm-2014-0310-1535.orig/MAINTAINERS
> +++ mmotm-2014-0310-1535/MAINTAINERS
> @@ -9438,7 +9438,7 @@ F: include/media/videobuf2-*
>
> VIRTIO CONSOLE DRIVER
> M: Amit Shah <amit.shah@redhat.com>
> -L: virtio-dev@lists.oasis-open.org
> +L: virtio-dev@lists.oasis-open.org (subscribers-only)
> L: virtualization@lists.linux-foundation.org
> S: Maintained
> F: drivers/char/virtio_console.c
> @@ -9448,7 +9448,7 @@ F: include/uapi/linux/virtio_console.h
> VIRTIO CORE, NET AND BLOCK DRIVERS
> M: Rusty Russell <rusty@rustcorp.com.au>
> M: "Michael S. Tsirkin" <mst@redhat.com>
> -L: virtio-dev@lists.oasis-open.org
> +L: virtio-dev@lists.oasis-open.org (subscribers-only)
> L: virtualization@lists.linux-foundation.org
> S: Maintained
> F: drivers/virtio/
> @@ -9461,7 +9461,7 @@ F: include/uapi/linux/virtio_*.h
> VIRTIO HOST (VHOST)
> M: "Michael S. Tsirkin" <mst@redhat.com>
> L: kvm@vger.kernel.org
> -L: virtio-dev@lists.oasis-open.org
> +L: virtio-dev@lists.oasis-open.org (subscribers-only)
> L: virtualization@lists.linux-foundation.org
> L: netdev@vger.kernel.org
> S: Maintained
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: virtio-dev is subscribers only
2014-03-13 0:36 ` Rusty Russell
@ 2014-03-15 14:00 ` Christoph Hellwig
[not found] ` <87ob15tzg3.fsf@rustcorp.com.au>
0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2014-03-15 14:00 UTC (permalink / raw)
To: Rusty Russell; +Cc: Randy Dunlap, Michael S. Tsirkin, LKML, Andrew Morton
On Thu, Mar 13, 2014 at 11:06:50AM +1030, Rusty Russell wrote:
> Randy Dunlap <rdunlap@infradead.org> writes:
> > From: Randy Dunlap <rdunlap@infradead.org>
> >
> > virtio-dev mailing list is for subscribers only according to the
> > returned message after trying to send to it.
>
> Thanks, applied.
It's a strict bounce and not even moderator approval for
non-subscribers. This means it might as well be non-existant for
linux development and we should remove it from MAINTAINERS entirely.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-03-17 1:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 17:17 [PATCH] MAINTAINERS: virtio-dev is subscribers only Randy Dunlap
2014-03-13 0:36 ` Rusty Russell
2014-03-15 14:00 ` Christoph Hellwig
[not found] ` <87ob15tzg3.fsf@rustcorp.com.au>
2014-03-17 1:39 ` Revert a02bbb1ccfe8: MAINTAINERS: add virtio-dev ML for virtio Rusty Russell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.