* [PATCH] MAINTAINERS: make linux-usb list remarks consistent
@ 2020-09-12 12:13 Lukas Bulwahn
2020-09-12 12:19 ` Lukas Bulwahn
0 siblings, 1 reply; 5+ messages in thread
From: Lukas Bulwahn @ 2020-09-12 12:13 UTC (permalink / raw)
To: Greg Kroah-Hartman, linux-usb
Cc: Chunfeng Yun, Ralf Ramsauer, Pia Eichinger, Joe Perches,
kernel-janitors, linux-kernel, Lukas Bulwahn
Commit f24f27b85ead ("MAINTAINERS: add entry for mediatek usb3 DRD IP
driver") claims linux-usb@vger.kernel.org is moderated for
non-subscribers, but all other 46 entries for linux-usb@vger.kernel.org
do not mention that.
Adjust this entry to be consistent with all others.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on current master and next-20200911
Greg, please pick this minor non-urgent clean-up patch for your -next tree.
This patch submission will also show me if linux-usb is moderated or not.
I have not subscribed to linux-usb and if it shows up quickly in the
archive, the list is probably not moderated, and hence, validating the
patch.
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 26af84f97353..4396a8986518 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11112,7 +11112,7 @@ F: net/dsa/tag_mtk.c
MEDIATEK USB3 DRD IP DRIVER
M: Chunfeng Yun <chunfeng.yun@mediatek.com>
-L: linux-usb@vger.kernel.org (moderated for non-subscribers)
+L: linux-usb@vger.kernel.org
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
S: Maintained
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: make linux-usb list remarks consistent
2020-09-12 12:13 [PATCH] MAINTAINERS: make linux-usb list remarks consistent Lukas Bulwahn
@ 2020-09-12 12:19 ` Lukas Bulwahn
2020-09-12 12:40 ` Greg Kroah-Hartman
0 siblings, 1 reply; 5+ messages in thread
From: Lukas Bulwahn @ 2020-09-12 12:19 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Greg Kroah-Hartman, linux-usb, Chunfeng Yun, Ralf Ramsauer,
Pia Eichinger, Joe Perches, kernel-janitors, linux-kernel
On Sat, 12 Sep 2020, Lukas Bulwahn wrote:
> This patch submission will also show me if linux-usb is moderated or not.
> I have not subscribed to linux-usb and if it shows up quickly in the
> archive, the list is probably not moderated, and hence, validating the
> patch.
>
The patch showed up in the archives within seconds:
https://lore.kernel.org/linux-usb/20200912121346.2796-1-lukas.bulwahn@gmail.com/
So, the linux-usb list is most likely not moderated. Patch validated.
Lukas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: make linux-usb list remarks consistent
2020-09-12 12:19 ` Lukas Bulwahn
@ 2020-09-12 12:40 ` Greg Kroah-Hartman
2020-09-12 15:25 ` Joe Perches
0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2020-09-12 12:40 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: linux-usb, Chunfeng Yun, Ralf Ramsauer, Pia Eichinger,
Joe Perches, kernel-janitors, linux-kernel
On Sat, Sep 12, 2020 at 02:19:02PM +0200, Lukas Bulwahn wrote:
>
>
> On Sat, 12 Sep 2020, Lukas Bulwahn wrote:
>
> > This patch submission will also show me if linux-usb is moderated or not.
> > I have not subscribed to linux-usb and if it shows up quickly in the
> > archive, the list is probably not moderated, and hence, validating the
> > patch.
> >
>
> The patch showed up in the archives within seconds:
>
> https://lore.kernel.org/linux-usb/20200912121346.2796-1-lukas.bulwahn@gmail.com/
>
> So, the linux-usb list is most likely not moderated. Patch validated.
Yes, it is not moderated, and never has been, no idea where that idea came from.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: make linux-usb list remarks consistent
2020-09-12 12:40 ` Greg Kroah-Hartman
@ 2020-09-12 15:25 ` Joe Perches
2020-09-14 7:08 ` Lukas Bulwahn
0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2020-09-12 15:25 UTC (permalink / raw)
To: Greg Kroah-Hartman, Lukas Bulwahn, linux-samsung-soc
Cc: kernel-janitors, linux-kernel
On Sat, 2020-09-12 at 14:40 +0200, Greg Kroah-Hartman wrote:
> On Sat, Sep 12, 2020 at 02:19:02PM +0200, Lukas Bulwahn wrote:
> >
> > On Sat, 12 Sep 2020, Lukas Bulwahn wrote:
> >
> > > This patch submission will also show me if linux-usb is moderated or not.
> > > I have not subscribed to linux-usb and if it shows up quickly in the
> > > archive, the list is probably not moderated, and hence, validating the
> > > patch.
> > >
> >
> > The patch showed up in the archives within seconds:
> >
> > https://lore.kernel.org/linux-usb/20200912121346.2796-1-lukas.bulwahn@gmail.com/
> >
> > So, the linux-usb list is most likely not moderated. Patch validated.
>
> Yes, it is not moderated, and never has been, no idea where that idea came from.
There's also linux-samsung-soc@vger.kernel.org
that is listed as moderated
Are any of the vger lists actually moderated?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: make linux-usb list remarks consistent
2020-09-12 15:25 ` Joe Perches
@ 2020-09-14 7:08 ` Lukas Bulwahn
0 siblings, 0 replies; 5+ messages in thread
From: Lukas Bulwahn @ 2020-09-14 7:08 UTC (permalink / raw)
To: Joe Perches
Cc: Greg Kroah-Hartman, Lukas Bulwahn, linux-samsung-soc,
kernel-janitors, linux-kernel
On Sat, 12 Sep 2020, Joe Perches wrote:
> On Sat, 2020-09-12 at 14:40 +0200, Greg Kroah-Hartman wrote:
> > On Sat, Sep 12, 2020 at 02:19:02PM +0200, Lukas Bulwahn wrote:
> > >
> > > On Sat, 12 Sep 2020, Lukas Bulwahn wrote:
> > >
> > > > This patch submission will also show me if linux-usb is moderated or not.
> > > > I have not subscribed to linux-usb and if it shows up quickly in the
> > > > archive, the list is probably not moderated, and hence, validating the
> > > > patch.
> > > >
> > >
> > > The patch showed up in the archives within seconds:
> > >
> > > https://lore.kernel.org/linux-usb/20200912121346.2796-1-lukas.bulwahn@gmail.com/
> > >
> > > So, the linux-usb list is most likely not moderated. Patch validated.
> >
> > Yes, it is not moderated, and never has been, no idea where that idea came from.
>
> There's also linux-samsung-soc@vger.kernel.org
> that is listed as moderated
>
> Are any of the vger lists actually moderated?
>
Joe, I found these five list entries with inconsistent remarks:
- linux-usb@vger.kernel.org:
- Patch: https://lore.kernel.org/lkml/20200912121346.2796-1-lukas.bulwahn@gmail.com/ (the patch here)
- linux-aspeed@lists.ozlabs.org:
- Patch: https://lore.kernel.org/lkml/20200912183334.22683-1-lukas.bulwahn@gmail.com/
- linux-mediatek@lists.infradead.org:
- Patch: https://lore.kernel.org/lkml/20200914053110.23286-1-lukas.bulwahn@gmail.com/
- initial patch here was wrong.
- waiting for somebody to confirm that it is not moderated to then
send the correct patch.
- linux-samsung-soc@vger.kernel.org:
- Patch: https://lore.kernel.org/lkml/20200914061353.17535-1-lukas.bulwahn@gmail.com/
- linux-arm-kernel@lists.infradead.org:
- by 'majority vote' (131 vs. 27), it is probably moderated.
- no patch sent yet; patch will follow once the others are accepted.
Then, more patches on adding 'exploders for non-subscribers' remarks will
follow.
Lukas
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-14 7:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-12 12:13 [PATCH] MAINTAINERS: make linux-usb list remarks consistent Lukas Bulwahn
2020-09-12 12:19 ` Lukas Bulwahn
2020-09-12 12:40 ` Greg Kroah-Hartman
2020-09-12 15:25 ` Joe Perches
2020-09-14 7:08 ` Lukas Bulwahn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox