kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: make linux-aspeed list remarks consistent
@ 2020-09-12 18:33 Lukas Bulwahn
  2020-09-13  9:57 ` Lukas Bulwahn
  2020-09-16  9:19 ` Daniel Vetter
  0 siblings, 2 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2020-09-12 18:33 UTC (permalink / raw)
  To: Joel Stanley, David Airlie, Daniel Vetter, linux-aspeed, dri-devel
  Cc: kernel-janitors, Ralf Ramsauer, linux-kernel, Joe Perches,
	Lukas Bulwahn, Pia Eichinger

Commit f15a3ea80391 ("MAINTAINERS: Add ASPEED BMC GFX DRM driver entry")
does not mention that linux-aspeed@lists.ozlabs.org is moderated for
non-subscribers, but the other three entries for
linux-aspeed@lists.ozlabs.org do.

By 'majority vote' among entries, let us assume it was just missed here and
adjust it to be consistent with others.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on master and next-20200911

Joel, please ack.
David, Daniel, please pick this minor non-urgent clean-up patch.

This patch submission will also show me if linux-aspeed is moderated or
not. I have not subscribed to linux-aspeed and if it shows up quickly in
the archive, the list is probably not moderated; and if it takes longer,
it is moderated, and hence, validating the patch.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 26af84f97353..f2561c3fc9db 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5448,7 +5448,7 @@ F:	drivers/gpu/drm/panel/panel-arm-versatile.c
 
 DRM DRIVER FOR ASPEED BMC GFX
 M:	Joel Stanley <joel@jms.id.au>
-L:	linux-aspeed@lists.ozlabs.org
+L:	linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
 F:	Documentation/devicetree/bindings/gpu/aspeed-gfx.txt
-- 
2.17.1

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

* Re: [PATCH] MAINTAINERS: make linux-aspeed list remarks consistent
  2020-09-12 18:33 [PATCH] MAINTAINERS: make linux-aspeed list remarks consistent Lukas Bulwahn
@ 2020-09-13  9:57 ` Lukas Bulwahn
  2020-09-14 12:25   ` Joel Stanley
  2020-09-16  9:19 ` Daniel Vetter
  1 sibling, 1 reply; 4+ messages in thread
From: Lukas Bulwahn @ 2020-09-13  9:57 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: linux-aspeed, David Airlie, kernel-janitors, Ralf Ramsauer,
	dri-devel, linux-kernel, Joel Stanley, Joe Perches,
	Pia Eichinger



On Sat, 12 Sep 2020, Lukas Bulwahn wrote:

> Commit f15a3ea80391 ("MAINTAINERS: Add ASPEED BMC GFX DRM driver entry")
> does not mention that linux-aspeed@lists.ozlabs.org is moderated for
> non-subscribers, but the other three entries for
> linux-aspeed@lists.ozlabs.org do.
> 
> By 'majority vote' among entries, let us assume it was just missed here and
> adjust it to be consistent with others.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on master and next-20200911
> 
> Joel, please ack.
> David, Daniel, please pick this minor non-urgent clean-up patch.
> 
> This patch submission will also show me if linux-aspeed is moderated or
> not. I have not subscribed to linux-aspeed and if it shows up quickly in
> the archive, the list is probably not moderated; and if it takes longer,
> it is moderated, and hence, validating the patch.
>

I did quickly get back an moderation email that my email is being held 
back. So, that response validates my patch.

Lukas

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

* Re: [PATCH] MAINTAINERS: make linux-aspeed list remarks consistent
  2020-09-13  9:57 ` Lukas Bulwahn
@ 2020-09-14 12:25   ` Joel Stanley
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Stanley @ 2020-09-14 12:25 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: linux-aspeed, David Airlie, kernel-janitors, Ralf Ramsauer,
	dri-devel, Linux Kernel Mailing List, Joe Perches, Pia Eichinger

On Sun, 13 Sep 2020 at 09:57, Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
>
>
> On Sat, 12 Sep 2020, Lukas Bulwahn wrote:
>
> > Commit f15a3ea80391 ("MAINTAINERS: Add ASPEED BMC GFX DRM driver entry")
> > does not mention that linux-aspeed@lists.ozlabs.org is moderated for
> > non-subscribers, but the other three entries for
> > linux-aspeed@lists.ozlabs.org do.
> >
> > By 'majority vote' among entries, let us assume it was just missed here and
> > adjust it to be consistent with others.
> >
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> > ---
> > applies cleanly on master and next-20200911
> >
> > Joel, please ack.
> > David, Daniel, please pick this minor non-urgent clean-up patch.
> >
> > This patch submission will also show me if linux-aspeed is moderated or
> > not. I have not subscribed to linux-aspeed and if it shows up quickly in
> > the archive, the list is probably not moderated; and if it takes longer,
> > it is moderated, and hence, validating the patch.
> >
>
> I did quickly get back an moderation email that my email is being held
> back. So, that response validates my patch.

The bmc related lists (openbmc@, linux-aspeed@, linux-fsi@) on
ozlabs.org that I own have a soft-moderation policy. The first time
you post a patch I add you to a whitelist. Given the low volume on
these lists this works for me.

I don't know if this necessitates marking the lists as moderated in
MAINTINERS, but if you find that helpful then that's fine with me.

Acked-by: Joel Stanley <joel@jms.id.au>

Cheers,

Joel

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

* Re: [PATCH] MAINTAINERS: make linux-aspeed list remarks consistent
  2020-09-12 18:33 [PATCH] MAINTAINERS: make linux-aspeed list remarks consistent Lukas Bulwahn
  2020-09-13  9:57 ` Lukas Bulwahn
@ 2020-09-16  9:19 ` Daniel Vetter
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2020-09-16  9:19 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: linux-aspeed, David Airlie, kernel-janitors, Ralf Ramsauer,
	dri-devel, linux-kernel, Joel Stanley, Joe Perches,
	Pia Eichinger

On Sat, Sep 12, 2020 at 08:33:34PM +0200, Lukas Bulwahn wrote:
> Commit f15a3ea80391 ("MAINTAINERS: Add ASPEED BMC GFX DRM driver entry")
> does not mention that linux-aspeed@lists.ozlabs.org is moderated for
> non-subscribers, but the other three entries for
> linux-aspeed@lists.ozlabs.org do.
> 
> By 'majority vote' among entries, let us assume it was just missed here and
> adjust it to be consistent with others.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on master and next-20200911
> 
> Joel, please ack.
> David, Daniel, please pick this minor non-urgent clean-up patch.

Pushed to drm-misc-next, thanks.
-Daniel

> This patch submission will also show me if linux-aspeed is moderated or
> not. I have not subscribed to linux-aspeed and if it shows up quickly in
> the archive, the list is probably not moderated; and if it takes longer,
> it is moderated, and hence, validating the patch.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 26af84f97353..f2561c3fc9db 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5448,7 +5448,7 @@ F:	drivers/gpu/drm/panel/panel-arm-versatile.c
>  
>  DRM DRIVER FOR ASPEED BMC GFX
>  M:	Joel Stanley <joel@jms.id.au>
> -L:	linux-aspeed@lists.ozlabs.org
> +L:	linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
>  S:	Supported
>  T:	git git://anongit.freedesktop.org/drm/drm-misc
>  F:	Documentation/devicetree/bindings/gpu/aspeed-gfx.txt
> -- 
> 2.17.1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

end of thread, other threads:[~2020-09-16  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12 18:33 [PATCH] MAINTAINERS: make linux-aspeed list remarks consistent Lukas Bulwahn
2020-09-13  9:57 ` Lukas Bulwahn
2020-09-14 12:25   ` Joel Stanley
2020-09-16  9:19 ` Daniel Vetter

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).