Message ID | 20200914061353.17535-1-lukas.bulwahn@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8fe95f9027e7e4e22e3c786c6453152a6576240d |
Headers | show |
Series | MAINTAINERS: mark linux-samsung-soc list non-moderated | expand |
On Mon, 14 Sep 2020, Lukas Bulwahn wrote: > In fifteen entries mentioning linux-samsung-soc@vger.kernel.org in > MAINTAINERS, seven entries mention the list being moderated for > non-subscribers and eight entries do not. Clearly only one can be right, > though. > > Joe Perches suggested that all vger.kernel.org are not moderated for > non-subscribers. > > Remove all the remarks from the entries following Joe's suggestion. > > Link: https://lore.kernel.org/lkml/da6f30896a8fd78635b3ca454d77a5292a9aa76d.camel@perches.com/ > Suggested-by: Joe Perches <joe@perches.com> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> > --- > applies cleanly on v5.9-rc5 and next-20200911 > > Krzysztof, please pick this minor non-urgent cleanup patch. > > This patch submission will also show me if linux-samsung-soc is moderated > or not. I have not subscribed to linux-samsung-soc and if it shows up > quickly in the archive, the list is probably not moderated, and hence, > validating the patch. > The patch showed up within seconds in the archive: https://lore.kernel.org/linux-samsung-soc/20200914061353.17535-1-lukas.bulwahn@gmail.com/ So, linux-samsung-soc seems not be moderated. So, this validates this patch. Lukas > MAINTAINERS | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0d0862b19ce5..de8741d24cb0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2399,7 +2399,7 @@ ARM/SAMSUNG EXYNOS ARM ARCHITECTURES > M: Kukjin Kim <kgene@kernel.org> > M: Krzysztof Kozlowski <krzk@kernel.org> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > +L: linux-samsung-soc@vger.kernel.org > S: Maintained > Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ > F: Documentation/arm/samsung/ > @@ -2441,7 +2441,7 @@ F: drivers/media/platform/s5p-g2d/ > > ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT > M: Marek Szyprowski <m.szyprowski@samsung.com> > -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > +L: linux-samsung-soc@vger.kernel.org > L: linux-media@vger.kernel.org > S: Maintained > F: Documentation/devicetree/bindings/media/s5p-cec.txt > @@ -13321,7 +13321,7 @@ PCI DRIVER FOR SAMSUNG EXYNOS > M: Jingoo Han <jingoohan1@gmail.com> > L: linux-pci@vger.kernel.org > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > +L: linux-samsung-soc@vger.kernel.org > S: Maintained > F: drivers/pci/controller/dwc/pci-exynos.c > > @@ -13729,7 +13729,7 @@ M: Tomasz Figa <tomasz.figa@gmail.com> > M: Krzysztof Kozlowski <krzk@kernel.org> > M: Sylwester Nawrocki <s.nawrocki@samsung.com> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > +L: linux-samsung-soc@vger.kernel.org > S: Maintained > Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ > T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git > @@ -15275,7 +15275,7 @@ F: include/linux/mfd/samsung/ > SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER > M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com> > L: linux-media@vger.kernel.org > -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > +L: linux-samsung-soc@vger.kernel.org > S: Maintained > F: drivers/media/platform/s3c-camif/ > F: include/media/drv-intf/s3c_camif.h > @@ -15324,7 +15324,7 @@ SAMSUNG SOC CLOCK DRIVERS > M: Sylwester Nawrocki <s.nawrocki@samsung.com> > M: Tomasz Figa <tomasz.figa@gmail.com> > M: Chanwoo Choi <cw00.choi@samsung.com> > -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > +L: linux-samsung-soc@vger.kernel.org > S: Supported > T: git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git > F: Documentation/devicetree/bindings/clock/exynos*.txt > @@ -15338,7 +15338,7 @@ M: Kukjin Kim <kgene@kernel.org> > M: Krzysztof Kozlowski <krzk@kernel.org> > M: Andi Shyti <andi@etezian.org> > L: linux-spi@vger.kernel.org > -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > +L: linux-samsung-soc@vger.kernel.org > S: Maintained > F: Documentation/devicetree/bindings/spi/spi-samsung.txt > F: drivers/spi/spi-s3c* > -- > 2.17.1 > >
On Mon, Sep 14, 2020 at 08:13:53AM +0200, Lukas Bulwahn wrote: > In fifteen entries mentioning linux-samsung-soc@vger.kernel.org in > MAINTAINERS, seven entries mention the list being moderated for > non-subscribers and eight entries do not. Clearly only one can be right, > though. > > Joe Perches suggested that all vger.kernel.org are not moderated for > non-subscribers. > > Remove all the remarks from the entries following Joe's suggestion. > > Link: https://lore.kernel.org/lkml/da6f30896a8fd78635b3ca454d77a5292a9aa76d.camel@perches.com/ > Suggested-by: Joe Perches <joe@perches.com> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> > --- > applies cleanly on v5.9-rc5 and next-20200911 > > Krzysztof, please pick this minor non-urgent cleanup patch. > > This patch submission will also show me if linux-samsung-soc is moderated > or not. I have not subscribed to linux-samsung-soc and if it shows up > quickly in the archive, the list is probably not moderated, and hence, > validating the patch. Please use scripts/get_maintainers.pl (for example on files in modified maintainers section) to get the addresses of people. This mail missed all my filters and got archived immediately because you sent it to unusual address (how did you get this address, BTW? It does not appear in the sources since few years). Thanks, applied. Best regards, Krzysztof
On Wed, 16 Sep 2020, Krzysztof Kozlowski wrote: > On Mon, Sep 14, 2020 at 08:13:53AM +0200, Lukas Bulwahn wrote: > > In fifteen entries mentioning linux-samsung-soc@vger.kernel.org in > > MAINTAINERS, seven entries mention the list being moderated for > > non-subscribers and eight entries do not. Clearly only one can be right, > > though. > > > > Joe Perches suggested that all vger.kernel.org are not moderated for > > non-subscribers. > > > > Remove all the remarks from the entries following Joe's suggestion. > > > > Link: https://lore.kernel.org/lkml/da6f30896a8fd78635b3ca454d77a5292a9aa76d.camel@perches.com/ > > Suggested-by: Joe Perches <joe@perches.com> > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> > > --- > > applies cleanly on v5.9-rc5 and next-20200911 > > > > Krzysztof, please pick this minor non-urgent cleanup patch. > > > > This patch submission will also show me if linux-samsung-soc is moderated > > or not. I have not subscribed to linux-samsung-soc and if it shows up > > quickly in the archive, the list is probably not moderated, and hence, > > validating the patch. > > Please use scripts/get_maintainers.pl (for example on files in modified > maintainers section) to get the addresses of people. This mail missed > all my filters and got archived immediately because you sent it to > unusual address (how did you get this address, BTW? It does not appear > in the sources since few years). > Sorry, I usually do use ./scripts/get_maintainers.pl and you are right there is no way one could pick up that email address from the repository. It was difficult to recall where I got the address from, but then I finally remembered. I wanted to know who is responsible for the linus-samsung-soc mailing list for this patch. So I went to: https://patchwork.kernel.org/project/linux-samsung-soc/ And there in 'About this project', it still lists your gmail address. I did not crosscheck that mail address with .mailmap, get_maintainers.pl etc., but just send the patch out. > Thanks, applied. I am happy it reached you despite this mess-up on my side. Lukas
On Wed, 16 Sep 2020 at 21:46, Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote: > > > > On Wed, 16 Sep 2020, Krzysztof Kozlowski wrote: > > > On Mon, Sep 14, 2020 at 08:13:53AM +0200, Lukas Bulwahn wrote: > > > In fifteen entries mentioning linux-samsung-soc@vger.kernel.org in > > > MAINTAINERS, seven entries mention the list being moderated for > > > non-subscribers and eight entries do not. Clearly only one can be right, > > > though. > > > > > > Joe Perches suggested that all vger.kernel.org are not moderated for > > > non-subscribers. > > > > > > Remove all the remarks from the entries following Joe's suggestion. > > > > > > Link: https://lore.kernel.org/lkml/da6f30896a8fd78635b3ca454d77a5292a9aa76d.camel@perches.com/ > > > Suggested-by: Joe Perches <joe@perches.com> > > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> > > > --- > > > applies cleanly on v5.9-rc5 and next-20200911 > > > > > > Krzysztof, please pick this minor non-urgent cleanup patch. > > > > > > This patch submission will also show me if linux-samsung-soc is moderated > > > or not. I have not subscribed to linux-samsung-soc and if it shows up > > > quickly in the archive, the list is probably not moderated, and hence, > > > validating the patch. > > > > Please use scripts/get_maintainers.pl (for example on files in modified > > maintainers section) to get the addresses of people. This mail missed > > all my filters and got archived immediately because you sent it to > > unusual address (how did you get this address, BTW? It does not appear > > in the sources since few years). > > > > Sorry, I usually do use ./scripts/get_maintainers.pl and you are right > there is no way one could pick up that email address from the repository. > > It was difficult to recall where I got the address from, but then I > finally remembered. > > I wanted to know who is responsible for the linus-samsung-soc mailing > list for this patch. So I went to: > > https://patchwork.kernel.org/project/linux-samsung-soc/ > > And there in 'About this project', it still lists your gmail address. I > did not crosscheck that mail address with .mailmap, get_maintainers.pl > etc., but just send the patch out. Oh, thanks, I will try to update it. Best regards, Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index 0d0862b19ce5..de8741d24cb0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2399,7 +2399,7 @@ ARM/SAMSUNG EXYNOS ARM ARCHITECTURES M: Kukjin Kim <kgene@kernel.org> M: Krzysztof Kozlowski <krzk@kernel.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org S: Maintained Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ F: Documentation/arm/samsung/ @@ -2441,7 +2441,7 @@ F: drivers/media/platform/s5p-g2d/ ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT M: Marek Szyprowski <m.szyprowski@samsung.com> -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org L: linux-media@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/media/s5p-cec.txt @@ -13321,7 +13321,7 @@ PCI DRIVER FOR SAMSUNG EXYNOS M: Jingoo Han <jingoohan1@gmail.com> L: linux-pci@vger.kernel.org L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org S: Maintained F: drivers/pci/controller/dwc/pci-exynos.c @@ -13729,7 +13729,7 @@ M: Tomasz Figa <tomasz.figa@gmail.com> M: Krzysztof Kozlowski <krzk@kernel.org> M: Sylwester Nawrocki <s.nawrocki@samsung.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org S: Maintained Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git @@ -15275,7 +15275,7 @@ F: include/linux/mfd/samsung/ SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com> L: linux-media@vger.kernel.org -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org S: Maintained F: drivers/media/platform/s3c-camif/ F: include/media/drv-intf/s3c_camif.h @@ -15324,7 +15324,7 @@ SAMSUNG SOC CLOCK DRIVERS M: Sylwester Nawrocki <s.nawrocki@samsung.com> M: Tomasz Figa <tomasz.figa@gmail.com> M: Chanwoo Choi <cw00.choi@samsung.com> -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git F: Documentation/devicetree/bindings/clock/exynos*.txt @@ -15338,7 +15338,7 @@ M: Kukjin Kim <kgene@kernel.org> M: Krzysztof Kozlowski <krzk@kernel.org> M: Andi Shyti <andi@etezian.org> L: linux-spi@vger.kernel.org -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/spi/spi-samsung.txt F: drivers/spi/spi-s3c*
In fifteen entries mentioning linux-samsung-soc@vger.kernel.org in MAINTAINERS, seven entries mention the list being moderated for non-subscribers and eight entries do not. Clearly only one can be right, though. Joe Perches suggested that all vger.kernel.org are not moderated for non-subscribers. Remove all the remarks from the entries following Joe's suggestion. Link: https://lore.kernel.org/lkml/da6f30896a8fd78635b3ca454d77a5292a9aa76d.camel@perches.com/ Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- applies cleanly on v5.9-rc5 and next-20200911 Krzysztof, please pick this minor non-urgent cleanup patch. This patch submission will also show me if linux-samsung-soc is moderated or not. I have not subscribed to linux-samsung-soc and if it shows up quickly in the archive, the list is probably not moderated, and hence, validating the patch. MAINTAINERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)