qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file
@ 2018-03-21 15:31 Daniel P. Berrangé
  2018-03-21 15:34 ` Jeff Cody
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Daniel P. Berrangé @ 2018-03-21 15:31 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, qemu-block, Hitoshi Mitake, Liu Yuan, Jeff Cody,
	Daniel P. Berrangé

The sheepdog mailing list is setup to stop and queue messages from
non-subscribers, pending moderator approval. Unfortunately it seems
that the moderation queue is not actively dealt with. Even when messages
are approved, the sender is never added to the whitelist, so every
future mail the same sender continues to get stopped for moderation.

MAINTAINERS entries should be responsive and not uneccessarily block
mails from QEMU contributors, so drop the sheepdog mailing list.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 354a18ce49..7eea869dcd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1871,7 +1871,6 @@ M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
 M: Liu Yuan <namei.unix@gmail.com>
 M: Jeff Cody <jcody@redhat.com>
 L: qemu-block@nongnu.org
-L: sheepdog@lists.wpkg.org
 S: Supported
 F: block/sheepdog.c
 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file
  2018-03-21 15:31 [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file Daniel P. Berrangé
@ 2018-03-21 15:34 ` Jeff Cody
  2018-03-21 15:42 ` Eric Blake
  2018-10-19 11:25 ` Daniel P. Berrangé
  2 siblings, 0 replies; 6+ messages in thread
From: Jeff Cody @ 2018-03-21 15:34 UTC (permalink / raw)
  To: Daniel P. Berrangé
  Cc: qemu-devel, Paolo Bonzini, qemu-block, Hitoshi Mitake, Liu Yuan

On Wed, Mar 21, 2018 at 03:31:24PM +0000, Daniel P. Berrangé wrote:
> The sheepdog mailing list is setup to stop and queue messages from
> non-subscribers, pending moderator approval. Unfortunately it seems
> that the moderation queue is not actively dealt with. Even when messages
> are approved, the sender is never added to the whitelist, so every
> future mail the same sender continues to get stopped for moderation.
> 
> MAINTAINERS entries should be responsive and not uneccessarily block
> mails from QEMU contributors, so drop the sheepdog mailing list.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>

Reviewed-by: Jeff Cody <jcody@redhat.com>

> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 354a18ce49..7eea869dcd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1871,7 +1871,6 @@ M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
>  M: Liu Yuan <namei.unix@gmail.com>
>  M: Jeff Cody <jcody@redhat.com>
>  L: qemu-block@nongnu.org
> -L: sheepdog@lists.wpkg.org
>  S: Supported
>  F: block/sheepdog.c
>  T: git git://github.com/codyprime/qemu-kvm-jtc.git block
> -- 
> 2.14.3
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file
  2018-03-21 15:31 [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file Daniel P. Berrangé
  2018-03-21 15:34 ` Jeff Cody
@ 2018-03-21 15:42 ` Eric Blake
  2018-03-21 15:45   ` Daniel P. Berrangé
  2018-10-19 11:25 ` Daniel P. Berrangé
  2 siblings, 1 reply; 6+ messages in thread
From: Eric Blake @ 2018-03-21 15:42 UTC (permalink / raw)
  To: Daniel P. Berrangé, qemu-devel
  Cc: qemu-block, Hitoshi Mitake, Jeff Cody, Liu Yuan, Paolo Bonzini

On 03/21/2018 10:31 AM, Daniel P. Berrangé wrote:
> The sheepdog mailing list is setup to stop and queue messages from
> non-subscribers, pending moderator approval. Unfortunately it seems
> that the moderation queue is not actively dealt with. Even when messages
> are approved, the sender is never added to the whitelist, so every
> future mail the same sender continues to get stopped for moderation.
> 
> MAINTAINERS entries should be responsive and not uneccessarily block
> mails from QEMU contributors, so drop the sheepdog mailing list.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>   MAINTAINERS | 1 -
>   1 file changed, 1 deletion(-)

Perhaps the sheepdog list would like to know what we are doing, along 
with a heads up that their list policy is unfriendly.  But I can't be 
the one to tell them - if I were to add the sheepdog list in cc, I'd get 
moderated.

It's annoyed me enough times that I agree with the change.

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file
  2018-03-21 15:42 ` Eric Blake
@ 2018-03-21 15:45   ` Daniel P. Berrangé
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel P. Berrangé @ 2018-03-21 15:45 UTC (permalink / raw)
  To: Eric Blake
  Cc: qemu-devel, qemu-block, Hitoshi Mitake, Jeff Cody, Liu Yuan,
	Paolo Bonzini

On Wed, Mar 21, 2018 at 10:42:57AM -0500, Eric Blake wrote:
> On 03/21/2018 10:31 AM, Daniel P. Berrangé wrote:
> > The sheepdog mailing list is setup to stop and queue messages from
> > non-subscribers, pending moderator approval. Unfortunately it seems
> > that the moderation queue is not actively dealt with. Even when messages
> > are approved, the sender is never added to the whitelist, so every
> > future mail the same sender continues to get stopped for moderation.
> > 
> > MAINTAINERS entries should be responsive and not uneccessarily block
> > mails from QEMU contributors, so drop the sheepdog mailing list.
> > 
> > Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> > ---
> >   MAINTAINERS | 1 -
> >   1 file changed, 1 deletion(-)
> 
> Perhaps the sheepdog list would like to know what we are doing, along with a
> heads up that their list policy is unfriendly.  But I can't be the one to
> tell them - if I were to add the sheepdog list in cc, I'd get moderated.

I copied the other listed sheepdog maintainers on this patch so that they
would get the heads up & opportunity to object and / or talk to the list
admins to address it if desired.  We should give them a few days to
respond here before queue'ing this at least.

> It's annoyed me enough times that I agree with the change.
> 
> Reviewed-by: Eric Blake <eblake@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file
  2018-03-21 15:31 [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file Daniel P. Berrangé
  2018-03-21 15:34 ` Jeff Cody
  2018-03-21 15:42 ` Eric Blake
@ 2018-10-19 11:25 ` Daniel P. Berrangé
  2018-10-19 11:41   ` Philippe Mathieu-Daudé
  2 siblings, 1 reply; 6+ messages in thread
From: Daniel P. Berrangé @ 2018-10-19 11:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, qemu-block, Hitoshi Mitake, Liu Yuan, Jeff Cody

Paolo, I think this is a patch for your misc patches queue.

On Wed, Mar 21, 2018 at 03:31:24PM +0000, Daniel P. Berrangé wrote:
> The sheepdog mailing list is setup to stop and queue messages from
> non-subscribers, pending moderator approval. Unfortunately it seems
> that the moderation queue is not actively dealt with. Even when messages
> are approved, the sender is never added to the whitelist, so every
> future mail the same sender continues to get stopped for moderation.
> 
> MAINTAINERS entries should be responsive and not uneccessarily block
> mails from QEMU contributors, so drop the sheepdog mailing list.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 354a18ce49..7eea869dcd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1871,7 +1871,6 @@ M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
>  M: Liu Yuan <namei.unix@gmail.com>
>  M: Jeff Cody <jcody@redhat.com>
>  L: qemu-block@nongnu.org
> -L: sheepdog@lists.wpkg.org
>  S: Supported
>  F: block/sheepdog.c
>  T: git git://github.com/codyprime/qemu-kvm-jtc.git block
> -- 
> 2.14.3
> 

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file
  2018-10-19 11:25 ` Daniel P. Berrangé
@ 2018-10-19 11:41   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-10-19 11:41 UTC (permalink / raw)
  To: Daniel P. Berrangé, qemu-devel
  Cc: Hitoshi Mitake, Paolo Bonzini, Jeff Cody, qemu-block, Liu Yuan

On 19/10/2018 13:25, Daniel P. Berrangé wrote:
> Paolo, I think this is a patch for your misc patches queue.

It looks to me than this is more block/trivial than the busy misc queue.

> 
> On Wed, Mar 21, 2018 at 03:31:24PM +0000, Daniel P. Berrangé wrote:
>> The sheepdog mailing list is setup to stop and queue messages from
>> non-subscribers, pending moderator approval. Unfortunately it seems
>> that the moderation queue is not actively dealt with. Even when messages
>> are approved, the sender is never added to the whitelist, so every
>> future mail the same sender continues to get stopped for moderation.
>>
>> MAINTAINERS entries should be responsive and not uneccessarily block
>> mails from QEMU contributors, so drop the sheepdog mailing list.
>>
>> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
>> ---
>>  MAINTAINERS | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 354a18ce49..7eea869dcd 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1871,7 +1871,6 @@ M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
>>  M: Liu Yuan <namei.unix@gmail.com>
>>  M: Jeff Cody <jcody@redhat.com>
>>  L: qemu-block@nongnu.org
>> -L: sheepdog@lists.wpkg.org
>>  S: Supported
>>  F: block/sheepdog.c
>>  T: git git://github.com/codyprime/qemu-kvm-jtc.git block
>> -- 
>> 2.14.3
>>
> 
> Regards,
> Daniel
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-10-19 11:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-21 15:31 [Qemu-devel] [PATCH] block: drop moderated sheepdog mailing list from MAINTAINERS file Daniel P. Berrangé
2018-03-21 15:34 ` Jeff Cody
2018-03-21 15:42 ` Eric Blake
2018-03-21 15:45   ` Daniel P. Berrangé
2018-10-19 11:25 ` Daniel P. Berrangé
2018-10-19 11:41   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).