public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: microblaze: Use LKML as mailing list
@ 2014-03-20 15:09 Michal Simek
  2014-03-20 20:15 ` Paul Bolle
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2014-03-20 15:09 UTC (permalink / raw)
  To: linux-kernel, monstr
  Cc: microblaze-uclinux, Andrew Morton, Joe Perches, David S. Miller,
	Greg Kroah-Hartman, Mauro Carvalho Chehab, Stephen Warren

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

microblaze-uclinux mailing list is almost dead and
it is just causing troubles for non subscribers which are
getting email about waiting for moderator.
Approval never happens. Move it to LKML.

Reported-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

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

diff --git a/MAINTAINERS b/MAINTAINERS
index b3fdb0f..1a22c62 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5702,7 +5702,7 @@ F:	fs/imgdafs/

 MICROBLAZE ARCHITECTURE
 M:	Michal Simek <monstr@monstr.eu>
-L:	microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
+L:	linux-kernel@vger.kernel.org
 W:	http://www.monstr.eu/fdt/
 T:	git git://git.monstr.eu/linux-2.6-microblaze.git
 S:	Supported
--
1.8.2.3


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH] MAINTAINERS: microblaze: Use LKML as mailing list
  2014-03-20 15:09 [PATCH] MAINTAINERS: microblaze: Use LKML as mailing list Michal Simek
@ 2014-03-20 20:15 ` Paul Bolle
  2014-03-20 20:18   ` Joe Perches
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Bolle @ 2014-03-20 20:15 UTC (permalink / raw)
  To: Michal Simek
  Cc: linux-kernel, monstr, microblaze-uclinux, Andrew Morton,
	Joe Perches, David S. Miller, Greg Kroah-Hartman,
	Mauro Carvalho Chehab, Stephen Warren

On Thu, 2014-03-20 at 16:09 +0100, Michal Simek wrote:
> microblaze-uclinux mailing list is almost dead and
> it is just causing troubles for non subscribers which are
> getting email about waiting for moderator.
> Approval never happens. Move it to LKML.
> 
> Reported-by: Richard Guy Briggs <rgb@redhat.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b3fdb0f..1a22c62 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5702,7 +5702,7 @@ F:	fs/imgdafs/
> 
>  MICROBLAZE ARCHITECTURE
>  M:	Michal Simek <monstr@monstr.eu>
> -L:	microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
> +L:	linux-kernel@vger.kernel.org

Isn't lkml already the catch all address that get_maintainer.pl always
spits out?

>  W:	http://www.monstr.eu/fdt/
>  T:	git git://git.monstr.eu/linux-2.6-microblaze.git
>  S:	Supported


Paul Bolle


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

* Re: [PATCH] MAINTAINERS: microblaze: Use LKML as mailing list
  2014-03-20 20:15 ` Paul Bolle
@ 2014-03-20 20:18   ` Joe Perches
  2014-03-21  6:08     ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Perches @ 2014-03-20 20:18 UTC (permalink / raw)
  To: Paul Bolle
  Cc: Michal Simek, linux-kernel, monstr, microblaze-uclinux,
	Andrew Morton, David S. Miller, Greg Kroah-Hartman,
	Mauro Carvalho Chehab, Stephen Warren

On Thu, 2014-03-20 at 21:15 +0100, Paul Bolle wrote:
> On Thu, 2014-03-20 at 16:09 +0100, Michal Simek wrote:
> > microblaze-uclinux mailing list is almost dead and
> > it is just causing troubles for non subscribers which are
> > getting email about waiting for moderator.
> > Approval never happens. Move it to LKML.
[]
> > diff --git a/MAINTAINERS b/MAINTAINERS
[]
> > @@ -5702,7 +5702,7 @@ F:	fs/imgdafs/
> > 
> >  MICROBLAZE ARCHITECTURE
> >  M:	Michal Simek <monstr@monstr.eu>
> > -L:	microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
> > +L:	linux-kernel@vger.kernel.org
> 
> Isn't lkml already the catch all address that get_maintainer.pl always
> spits out?

'tis.

My preference is not adding L: lkml lines to
individual sections as it is the default and it is
specified as such in the beginning of MAINTAINERS
and SubmittingPatches.


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

* Re: [PATCH] MAINTAINERS: microblaze: Use LKML as mailing list
  2014-03-20 20:18   ` Joe Perches
@ 2014-03-21  6:08     ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2014-03-21  6:08 UTC (permalink / raw)
  To: Joe Perches
  Cc: Paul Bolle, Michal Simek, linux-kernel, microblaze-uclinux,
	Andrew Morton, David S. Miller, Greg Kroah-Hartman,
	Mauro Carvalho Chehab, Stephen Warren

[-- Attachment #1: Type: text/plain, Size: 1417 bytes --]

On 03/20/2014 09:18 PM, Joe Perches wrote:
> On Thu, 2014-03-20 at 21:15 +0100, Paul Bolle wrote:
>> On Thu, 2014-03-20 at 16:09 +0100, Michal Simek wrote:
>>> microblaze-uclinux mailing list is almost dead and
>>> it is just causing troubles for non subscribers which are
>>> getting email about waiting for moderator.
>>> Approval never happens. Move it to LKML.
> []
>>> diff --git a/MAINTAINERS b/MAINTAINERS
> []
>>> @@ -5702,7 +5702,7 @@ F:	fs/imgdafs/
>>>
>>>  MICROBLAZE ARCHITECTURE
>>>  M:	Michal Simek <monstr@monstr.eu>
>>> -L:	microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
>>> +L:	linux-kernel@vger.kernel.org
>>
>> Isn't lkml already the catch all address that get_maintainer.pl always
>> spits out?
> 
> 'tis.
> 
> My preference is not adding L: lkml lines to
> individual sections as it is the default and it is
> specified as such in the beginning of MAINTAINERS
> and SubmittingPatches.

Ok. No problem will send v2.

Maybe good to remove others too.
[linux]$ grep linux-kernel@vger.kernel.org MAINTAINERS  | wc -l
24

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

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

end of thread, other threads:[~2014-03-21  6:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 15:09 [PATCH] MAINTAINERS: microblaze: Use LKML as mailing list Michal Simek
2014-03-20 20:15 ` Paul Bolle
2014-03-20 20:18   ` Joe Perches
2014-03-21  6:08     ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox