linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Updated TTY MAINTAINERS info
@ 2012-01-09 19:39 Lucas Kannebley Tavares
  2012-01-09 20:07 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Lucas Kannebley Tavares @ 2012-01-09 19:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-serial, linux-kernel, Thadeu Lima de Souza Cascardo

Greg Kroah-Hartman is the current TTY maintainer, however he wouldn't appear
listed as such upon running get_maintainers.pl for drivers under
drivers/tty/serial.

Signed-off-by: Lucas Kannebley Tavares <lucaskt@linux.vnet.ibm.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index cc6a466..6a856df 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6641,7 +6641,7 @@ TTY LAYER
 M:	Greg Kroah-Hartman <gregkh@suse.de>
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
-F:	drivers/tty/*
+F:	drivers/tty/
 F:	drivers/tty/serial/serial_core.c
 F:	include/linux/serial_core.h
 F:	include/linux/serial.h
-- 
1.7.4.4


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

* Re: [PATCH] Updated TTY MAINTAINERS info
  2012-01-09 19:39 [PATCH] Updated TTY MAINTAINERS info Lucas Kannebley Tavares
@ 2012-01-09 20:07 ` Greg KH
  2012-01-09 20:34   ` Lucas Kannebley Tavares
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2012-01-09 20:07 UTC (permalink / raw)
  To: Lucas Kannebley Tavares
  Cc: linux-serial, linux-kernel, Thadeu Lima de Souza Cascardo

On Mon, Jan 09, 2012 at 05:39:24PM -0200, Lucas Kannebley Tavares wrote:
> Greg Kroah-Hartman is the current TTY maintainer, however he wouldn't appear
> listed as such upon running get_maintainers.pl for drivers under
> drivers/tty/serial.
> 
> Signed-off-by: Lucas Kannebley Tavares <lucaskt@linux.vnet.ibm.com>
> ---
>  MAINTAINERS |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cc6a466..6a856df 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6641,7 +6641,7 @@ TTY LAYER
>  M:	Greg Kroah-Hartman <gregkh@suse.de>
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
> -F:	drivers/tty/*
> +F:	drivers/tty/

Isn't this just a bug in the get_maintainers.pl script?  Why does this
patch fix the problem?

greg k-h

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

* Re: [PATCH] Updated TTY MAINTAINERS info
  2012-01-09 20:07 ` Greg KH
@ 2012-01-09 20:34   ` Lucas Kannebley Tavares
  2012-01-09 22:52     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Lucas Kannebley Tavares @ 2012-01-09 20:34 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-serial, linux-kernel, Thadeu Lima de Souza Cascardo

On 01/09/2012 06:07 PM, Greg KH wrote:
> On Mon, Jan 09, 2012 at 05:39:24PM -0200, Lucas Kannebley Tavares wrote:
>> Greg Kroah-Hartman is the current TTY maintainer, however he wouldn't appear
>> listed as such upon running get_maintainers.pl for drivers under
>> drivers/tty/serial.
>>
>> Signed-off-by: Lucas Kannebley Tavares<lucaskt@linux.vnet.ibm.com>
>> ---
>>   MAINTAINERS |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index cc6a466..6a856df 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -6641,7 +6641,7 @@ TTY LAYER
>>   M:	Greg Kroah-Hartman<gregkh@suse.de>
>>   S:	Maintained
>>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
>> -F:	drivers/tty/*
>> +F:	drivers/tty/
>
> Isn't this just a bug in the get_maintainers.pl script?  Why does this
> patch fix the problem?
>
> greg k-h
>

To quote from MAINTAINERS

 >	F: Files and directories with wildcard patterns.
 >	   A trailing slash includes all files and subdirectory files.
 >	   F:	drivers/net/	all files in and below drivers/net
 >	   F:	drivers/net/*	all files in drivers/net, but not below

In this case I believe you are the maintainer for the entire tree, or am 
I mistaken? If so, the documentation states that it shouldn't have an 
asterisk.

Lucas


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

* Re: [PATCH] Updated TTY MAINTAINERS info
  2012-01-09 20:34   ` Lucas Kannebley Tavares
@ 2012-01-09 22:52     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2012-01-09 22:52 UTC (permalink / raw)
  To: Lucas Kannebley Tavares
  Cc: linux-serial, linux-kernel, Thadeu Lima de Souza Cascardo

On Mon, Jan 09, 2012 at 06:34:46PM -0200, Lucas Kannebley Tavares wrote:
> On 01/09/2012 06:07 PM, Greg KH wrote:
> >On Mon, Jan 09, 2012 at 05:39:24PM -0200, Lucas Kannebley Tavares wrote:
> >>Greg Kroah-Hartman is the current TTY maintainer, however he wouldn't appear
> >>listed as such upon running get_maintainers.pl for drivers under
> >>drivers/tty/serial.
> >>
> >>Signed-off-by: Lucas Kannebley Tavares<lucaskt@linux.vnet.ibm.com>
> >>---
> >>  MAINTAINERS |    2 +-
> >>  1 files changed, 1 insertions(+), 1 deletions(-)
> >>
> >>diff --git a/MAINTAINERS b/MAINTAINERS
> >>index cc6a466..6a856df 100644
> >>--- a/MAINTAINERS
> >>+++ b/MAINTAINERS
> >>@@ -6641,7 +6641,7 @@ TTY LAYER
> >>  M:	Greg Kroah-Hartman<gregkh@suse.de>
> >>  S:	Maintained
> >>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
> >>-F:	drivers/tty/*
> >>+F:	drivers/tty/
> >
> >Isn't this just a bug in the get_maintainers.pl script?  Why does this
> >patch fix the problem?
> >
> >greg k-h
> >
> 
> To quote from MAINTAINERS
> 
> >	F: Files and directories with wildcard patterns.
> >	   A trailing slash includes all files and subdirectory files.
> >	   F:	drivers/net/	all files in and below drivers/net
> >	   F:	drivers/net/*	all files in drivers/net, but not below
> 
> In this case I believe you are the maintainer for the entire tree,
> or am I mistaken? If so, the documentation states that it shouldn't
> have an asterisk.

Ah, I missed that, you are correct.  I'll queue this up for the next
round of tty patches to go to Linus (after 3.3-rc1 is out.)

thanks,

greg k-h

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

end of thread, other threads:[~2012-01-09 23:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 19:39 [PATCH] Updated TTY MAINTAINERS info Lucas Kannebley Tavares
2012-01-09 20:07 ` Greg KH
2012-01-09 20:34   ` Lucas Kannebley Tavares
2012-01-09 22:52     ` Greg KH

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