* [PATCH] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer
@ 2015-12-05 0:03 Sergei Shtylyov
2015-12-05 0:41 ` Joe Perches
0 siblings, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2015-12-05 0:03 UTC (permalink / raw)
To: netdev; +Cc: linux-sh, linux-kernel
liAdd myself as a reviewer for the Renesas Ethernet drivers -- hopefully I
won't miss the buggy patches anymore. :-)
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
The patch is against DaveM's 'net.git' repo.
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
Index: net/MAINTAINERS
===================================================================
--- net.orig/MAINTAINERS
+++ net/MAINTAINERS
@@ -8929,6 +8929,14 @@ F: drivers/rpmsg/
F: Documentation/rpmsg.txt
F: include/linux/rpmsg.h
+RENESAS ETHERNET DRIVERS
+R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
+L: netdev@vger.kernel.org
+L: linux-sh@vger.kernel.org
+S: Maintained
+F: drivers/net/ethernet/renesas/
+F: include/linux/sh_eth.h
+
RESET CONTROLLER FRAMEWORK
M: Philipp Zabel <p.zabel@pengutronix.de>
S: Maintained
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer
2015-12-05 0:03 [PATCH] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer Sergei Shtylyov
@ 2015-12-05 0:41 ` Joe Perches
2015-12-05 0:57 ` Sergei Shtylyov
0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2015-12-05 0:41 UTC (permalink / raw)
To: Sergei Shtylyov, netdev; +Cc: linux-sh, linux-kernel
On Sat, 2015-12-05 at 03:03 +0300, Sergei Shtylyov wrote:
> liAdd myself as a reviewer for the Renesas Ethernet drivers --
> hopefully I
> won't miss the buggy patches anymore. :-)
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> ---
> The patch is against DaveM's 'net.git' repo.
>
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> Index: net/MAINTAINERS
> ===================================================================
> --- net.orig/MAINTAINERS
> +++ net/MAINTAINERS
> @@ -8929,6 +8929,14 @@ F: drivers/rpmsg/
> F: Documentation/rpmsg.txt
> F: include/linux/rpmsg.h
>
> +RENESAS ETHERNET DRIVERS
> +R: Sergei Shtylyov <serge.shtylyov@cogentembedded.com>
> +L: netdev@vger.kernel.orgc
> +L: linux-sh@vger.kernel.org
> +S: Maintained
> +F: drivers/net/ethernet/renesas/
> +F: include/linux/sh_eth.h
Hello Sergei
Typically a reviewer isn't a maintainer.
Does anyone actually maintain this?
I suggest you mark this "S: Odd fixes" or
remove the "S:" line altogether unless you
really want to become the maintainer.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer
2015-12-05 0:41 ` Joe Perches
@ 2015-12-05 0:57 ` Sergei Shtylyov
2015-12-05 1:02 ` Joe Perches
0 siblings, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2015-12-05 0:57 UTC (permalink / raw)
To: Joe Perches, netdev; +Cc: linux-sh, linux-kernel
Hello.
On 12/05/2015 03:41 AM, Joe Perches wrote:
>> liAdd myself as a reviewer for the Renesas Ethernet drivers --
>> hopefully I
>> won't miss the buggy patches anymore. :-)
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>
>> ---
>> The patch is against DaveM's 'net.git' repo.
>>
>> MAINTAINERS | 8 ++++++++
>> 1 file changed, 8 insertions(+)
>>
>> Index: net/MAINTAINERS
>> ===================================================================
>> --- net.orig/MAINTAINERS
>> +++ net/MAINTAINERS
>> @@ -8929,6 +8929,14 @@ F: drivers/rpmsg/
>> F: Documentation/rpmsg.txt
>> F: include/linux/rpmsg.h
>>
>> +RENESAS ETHERNET DRIVERS
>> +R: Sergei Shtylyov <serge.shtylyov@cogentembedded.com>
>> +L: netdev@vger.kernel.orgc
>> +L: linux-sh@vger.kernel.org
>> +S: Maintained
>> +F: drivers/net/ethernet/renesas/
>> +F: include/linux/sh_eth.h
> Hello Sergei
>
> Typically a reviewer isn't a maintainer.
Yeah, I didn't take courage to become a real maintainer, being always
short of time... But I was annoyed by dubious quality patches being merged
recently.
> Does anyone actually maintain this?
Only DaveM.
> I suggest you mark this "S: Odd fixes" or
> remove the "S:" line altogether unless you
> really want to become the maintainer.
OK, will remove, if that's OK.
PS: Since you seem to be get_maintainers.pl maintainer, I (and not only I)
would like to propose a switch to suppress the committers/authors/etc. It's
generally annoying and unhelpful to have the bunch of people listed, none of
which usually are a good addressees for the patches...
MBR, Sergei
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer
2015-12-05 0:57 ` Sergei Shtylyov
@ 2015-12-05 1:02 ` Joe Perches
2015-12-05 1:13 ` Sergei Shtylyov
0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2015-12-05 1:02 UTC (permalink / raw)
To: Sergei Shtylyov, netdev; +Cc: linux-sh, linux-kernel
On Sat, 2015-12-05 at 03:57 +0300, Sergei Shtylyov wrote:
> Since you seem to be get_maintainers.pl maintainer, I (and not only I)
> would like to propose a switch to suppress the committers/authors/etc. It's
> generally annoying and unhelpful to have the bunch of people listed, none of
> which usually are a good addressees for the patches...
Done!
Add "--nogit" and "--nogit-fallback"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer
2015-12-05 1:02 ` Joe Perches
@ 2015-12-05 1:13 ` Sergei Shtylyov
2015-12-05 1:18 ` Joe Perches
0 siblings, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2015-12-05 1:13 UTC (permalink / raw)
To: Joe Perches, netdev; +Cc: linux-sh, linux-kernel
On 12/05/2015 04:02 AM, Joe Perches wrote:
>> Since you seem to be get_maintainers.pl maintainer, I (and not only I)
>> would like to propose a switch to suppress the committers/authors/etc. It's
>> generally annoying and unhelpful to have the bunch of people listed, none of
>> which usually are a good addressees for the patches...
>
> Done!
> Add "--nogit" and "--nogit-fallback"
Em, --nogit is the dafault, according to --help. --nogit-fallback is
enough but it's undocumented. :-/
Thanks anyway!
MBR, Sergei
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer
2015-12-05 1:13 ` Sergei Shtylyov
@ 2015-12-05 1:18 ` Joe Perches
0 siblings, 0 replies; 6+ messages in thread
From: Joe Perches @ 2015-12-05 1:18 UTC (permalink / raw)
To: Sergei Shtylyov, netdev; +Cc: linux-sh, linux-kernel
On Sat, 2015-12-05 at 04:13 +0300, Sergei Shtylyov wrote:
> On 12/05/2015 04:02 AM, Joe Perches wrote:
> > > Since you seem to be get_maintainers.pl maintainer, I (and not only I)
> > > would like to propose a switch to suppress the committers/authors/etc. It's
> > > generally annoying and unhelpful to have the bunch of people listed, none of
> > > which usually are a good addressees for the patches...
> >
> > Done!
>
> > Add "--nogit" and "--nogit-fallback"
>
> Em, --nogit is the dafault, according to --help. --nogit-fallback is
> enough but it's undocumented. :-/
umm
$ ./scripts/get_maintainer.pl --help
[...]
--git-fallback => use git when no exact MAINTAINERS pattern (default: 1)
[...]
Most options have both positive and negative forms.
The negative forms for --<foo> are --no<foo> and --no-<foo>.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-12-05 1:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-05 0:03 [PATCH] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer Sergei Shtylyov
2015-12-05 0:41 ` Joe Perches
2015-12-05 0:57 ` Sergei Shtylyov
2015-12-05 1:02 ` Joe Perches
2015-12-05 1:13 ` Sergei Shtylyov
2015-12-05 1:18 ` Joe Perches
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).