All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Documentation: exceptions to what I maintain
@ 2014-06-12 17:12 Randy Dunlap
  2014-06-12 17:26 ` josh
  2014-06-12 17:35 ` Joe Perches
  0 siblings, 2 replies; 6+ messages in thread
From: Randy Dunlap @ 2014-06-12 17:12 UTC (permalink / raw)
  To: Linus Torvalds, linux-doc; +Cc: LKML

From: Randy Dunlap <rdunlap@infradead.org>

Note that I don't maintain Documentation/ABI/,
Documentation/devicetree/, or the language translation files.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 MAINTAINERS |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-315-rc5.orig/MAINTAINERS
+++ lnx-315-rc5/MAINTAINERS
@@ -2885,7 +2885,7 @@ M:	Randy Dunlap <rdunlap@infradead.org>
 L:	linux-doc@vger.kernel.org
 T:	quilt http://www.infradead.org/~rdunlap/Doc/patches/
 S:	Maintained
-F:	Documentation/
+F:	Documentation/ (but not: ABI, devicetree, translations)
 
 DOUBLETALK DRIVER
 M:	"James R. Van Zandt" <jrv@vanzandt.mv.com>

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

* Re: [PATCH 2/2] Documentation: exceptions to what I maintain
  2014-06-12 17:12 [PATCH 2/2] Documentation: exceptions to what I maintain Randy Dunlap
@ 2014-06-12 17:26 ` josh
  2014-06-12 17:35 ` Joe Perches
  1 sibling, 0 replies; 6+ messages in thread
From: josh @ 2014-06-12 17:26 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linus Torvalds, linux-doc, LKML

On Thu, Jun 12, 2014 at 10:12:57AM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Note that I don't maintain Documentation/ABI/,
> Documentation/devicetree/, or the language translation files.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

One comment below.

>  MAINTAINERS |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- lnx-315-rc5.orig/MAINTAINERS
> +++ lnx-315-rc5/MAINTAINERS
> @@ -2885,7 +2885,7 @@ M:	Randy Dunlap <rdunlap@infradead.org>
>  L:	linux-doc@vger.kernel.org
>  T:	quilt http://www.infradead.org/~rdunlap/Doc/patches/
>  S:	Maintained
> -F:	Documentation/
> +F:	Documentation/ (but not: ABI, devicetree, translations)

Could we make this machine-readable, and teach scripts/get_maintainer.pl
to understand it?  Two possible syntaxes:

F: Documentation/
F: !Documentation/ABI/
...

or:

F: Documentation/ (not Documentation/ABI ...)

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

* Re: [PATCH 2/2] Documentation: exceptions to what I maintain
  2014-06-12 17:12 [PATCH 2/2] Documentation: exceptions to what I maintain Randy Dunlap
  2014-06-12 17:26 ` josh
@ 2014-06-12 17:35 ` Joe Perches
  2014-06-12 17:49   ` Randy Dunlap
  2014-06-12 21:26   ` Randy Dunlap
  1 sibling, 2 replies; 6+ messages in thread
From: Joe Perches @ 2014-06-12 17:35 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linus Torvalds, linux-doc, LKML

On Thu, 2014-06-12 at 10:12 -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Note that I don't maintain Documentation/ABI/,
> Documentation/devicetree/, or the language translation files.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Hey Randy.

Perhaps it's better to use exclusion "X:" values
so get_maintainer doesn't still include you.

> @@ -2885,7 +2885,7 @@ M:	Randy Dunlap <rdunlap@infradead.org>
>  L:	linux-doc@vger.kernel.org
>  T:	quilt http://www.infradead.org/~rdunlap/Doc/patches/
>  S:	Maintained
> -F:	Documentation/
> +F:	Documentation/ (but not: ABI, devicetree, translations)

Maybe:

X:	Documentation/ABI/
X:	Documentation/devicetree/
X:	Documentation/[a-z][a-z]_[A-Z][A-Z]/

The last line matches:

Documentation/ja_JP/
Documentation/ko_KR/
Documentation/zh_CN/

and it's easy to add any other directory you don't
want to cc'd on.




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

* Re: [PATCH 2/2] Documentation: exceptions to what I maintain
  2014-06-12 17:35 ` Joe Perches
@ 2014-06-12 17:49   ` Randy Dunlap
  2014-06-12 19:07     ` josh
  2014-06-12 21:26   ` Randy Dunlap
  1 sibling, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2014-06-12 17:49 UTC (permalink / raw)
  To: Joe Perches; +Cc: Linus Torvalds, linux-doc, LKML, Josh Triplett

On 06/12/14 10:35, Joe Perches wrote:
> On Thu, 2014-06-12 at 10:12 -0700, Randy Dunlap wrote:
>> From: Randy Dunlap <rdunlap@infradead.org>
>>
>> Note that I don't maintain Documentation/ABI/,
>> Documentation/devicetree/, or the language translation files.
>>
>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> 
> Hey Randy.
> 
> Perhaps it's better to use exclusion "X:" values
> so get_maintainer doesn't still include you.
> 
>> @@ -2885,7 +2885,7 @@ M:	Randy Dunlap <rdunlap@infradead.org>
>>  L:	linux-doc@vger.kernel.org
>>  T:	quilt http://www.infradead.org/~rdunlap/Doc/patches/
>>  S:	Maintained
>> -F:	Documentation/
>> +F:	Documentation/ (but not: ABI, devicetree, translations)
> 
> Maybe:
> 
> X:	Documentation/ABI/
> X:	Documentation/devicetree/
> X:	Documentation/[a-z][a-z]_[A-Z][A-Z]/
> 
> The last line matches:
> 
> Documentation/ja_JP/
> Documentation/ko_KR/
> Documentation/zh_CN/
> 
> and it's easy to add any other directory you don't
> want to cc'd on.

Thanks, I'll modify it to that syntax.
That should satisfy Josh's comment also.


-- 
~Randy

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

* Re: [PATCH 2/2] Documentation: exceptions to what I maintain
  2014-06-12 17:49   ` Randy Dunlap
@ 2014-06-12 19:07     ` josh
  0 siblings, 0 replies; 6+ messages in thread
From: josh @ 2014-06-12 19:07 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Joe Perches, Linus Torvalds, linux-doc, LKML

On Thu, Jun 12, 2014 at 10:49:20AM -0700, Randy Dunlap wrote:
> On 06/12/14 10:35, Joe Perches wrote:
> > On Thu, 2014-06-12 at 10:12 -0700, Randy Dunlap wrote:
> >> From: Randy Dunlap <rdunlap@infradead.org>
> >>
> >> Note that I don't maintain Documentation/ABI/,
> >> Documentation/devicetree/, or the language translation files.
> >>
> >> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > 
> > Hey Randy.
> > 
> > Perhaps it's better to use exclusion "X:" values
> > so get_maintainer doesn't still include you.
> > 
> >> @@ -2885,7 +2885,7 @@ M:	Randy Dunlap <rdunlap@infradead.org>
> >>  L:	linux-doc@vger.kernel.org
> >>  T:	quilt http://www.infradead.org/~rdunlap/Doc/patches/
> >>  S:	Maintained
> >> -F:	Documentation/
> >> +F:	Documentation/ (but not: ABI, devicetree, translations)
> > 
> > Maybe:
> > 
> > X:	Documentation/ABI/
> > X:	Documentation/devicetree/
> > X:	Documentation/[a-z][a-z]_[A-Z][A-Z]/
> > 
> > The last line matches:
> > 
> > Documentation/ja_JP/
> > Documentation/ko_KR/
> > Documentation/zh_CN/
> > 
> > and it's easy to add any other directory you don't
> > want to cc'd on.
> 
> Thanks, I'll modify it to that syntax.
> That should satisfy Josh's comment also.

I'd forgotten about the existing X support.  Yes, that looks perfect,
thank you.

- Josh Triplett

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

* Re: [PATCH 2/2] Documentation: exceptions to what I maintain
  2014-06-12 17:35 ` Joe Perches
  2014-06-12 17:49   ` Randy Dunlap
@ 2014-06-12 21:26   ` Randy Dunlap
  1 sibling, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2014-06-12 21:26 UTC (permalink / raw)
  To: Joe Perches; +Cc: Linus Torvalds, linux-doc, LKML

On 06/12/14 10:35, Joe Perches wrote:
> On Thu, 2014-06-12 at 10:12 -0700, Randy Dunlap wrote:
>> From: Randy Dunlap <rdunlap@infradead.org>
>>
>> Note that I don't maintain Documentation/ABI/,
>> Documentation/devicetree/, or the language translation files.
>>
>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> 
> Hey Randy.
> 
> Perhaps it's better to use exclusion "X:" values
> so get_maintainer doesn't still include you.
> 
>> @@ -2885,7 +2885,7 @@ M:	Randy Dunlap <rdunlap@infradead.org>
>>  L:	linux-doc@vger.kernel.org
>>  T:	quilt http://www.infradead.org/~rdunlap/Doc/patches/
>>  S:	Maintained
>> -F:	Documentation/
>> +F:	Documentation/ (but not: ABI, devicetree, translations)
> 
> Maybe:
> 
> X:	Documentation/ABI/
> X:	Documentation/devicetree/
> X:	Documentation/[a-z][a-z]_[A-Z][A-Z]/
> 
> The last line matches:
> 
> Documentation/ja_JP/
> Documentation/ko_KR/
> Documentation/zh_CN/
> 
> and it's easy to add any other directory you don't
> want to cc'd on.

Hi Joe,

New patch on the way.  Thanks for your help.


-- 
~Randy

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

end of thread, other threads:[~2014-06-12 21:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-12 17:12 [PATCH 2/2] Documentation: exceptions to what I maintain Randy Dunlap
2014-06-12 17:26 ` josh
2014-06-12 17:35 ` Joe Perches
2014-06-12 17:49   ` Randy Dunlap
2014-06-12 19:07     ` josh
2014-06-12 21:26   ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.