netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [70/2many] MAINTAINERS - ARPD SUPPORT
@ 2007-08-13  6:23 joe
  2007-08-13 10:49 ` Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: joe @ 2007-08-13  6:23 UTC (permalink / raw)
  To: torvalds, netdev, linux-kernel, akpm

Add file pattern to MAINTAINER entry

Signed-off-by: Joe Perches <joe@perches.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index 90c1b81..ac2226b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -697,6 +697,7 @@ ARPD SUPPORT
 P:	Jonathan Layes
 L:	netdev@vger.kernel.org
 S:	Maintained
+F:	net/ipv4/arp.c
 
 ASUS ACPI EXTRAS DRIVER
 P:	Corentin Chary

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

* Re: [PATCH] [70/2many] MAINTAINERS - ARPD SUPPORT
  2007-08-13  6:23 [PATCH] [70/2many] MAINTAINERS - ARPD SUPPORT joe
@ 2007-08-13 10:49 ` Alan Cox
  2007-08-13 15:46   ` Joe Perches
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2007-08-13 10:49 UTC (permalink / raw)
  To: joe; +Cc: torvalds, netdev, linux-kernel, akpm

On Sun, 12 Aug 2007 23:23:36 -0700
joe@perches.com wrote:

> Add file pattern to MAINTAINER entry
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 90c1b81..ac2226b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -697,6 +697,7 @@ ARPD SUPPORT
>  P:	Jonathan Layes
>  L:	netdev@vger.kernel.org
>  S:	Maintained
> +F:	net/ipv4/arp.c

NAK

arp.c is the netdev people, ARPD is a corner case bit of code within it,
something your patterns don't actually cope with

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

* Re: [PATCH] [70/2many] MAINTAINERS - ARPD SUPPORT
  2007-08-13 10:49 ` Alan Cox
@ 2007-08-13 15:46   ` Joe Perches
  2007-08-13 16:35     ` Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: Joe Perches @ 2007-08-13 15:46 UTC (permalink / raw)
  To: Alan Cox; +Cc: torvalds, netdev, linux-kernel, akpm

On Mon, 2007-08-13 at 11:49 +0100, Alan Cox wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 90c1b81..ac2226b 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -697,6 +697,7 @@ ARPD SUPPORT
> >  P:	Jonathan Layes
> >  L:	netdev@vger.kernel.org
> >  S:	Maintained
> > +F:	net/ipv4/arp.c
> 
> NAK
> 
> arp.c is the netdev people, ARPD is a corner case bit of code within it,
> something your patterns don't actually cope with

Suggestions?


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

* Re: [PATCH] [70/2many] MAINTAINERS - ARPD SUPPORT
  2007-08-13 15:46   ` Joe Perches
@ 2007-08-13 16:35     ` Alan Cox
  2007-08-13 17:04       ` Joe Perches
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2007-08-13 16:35 UTC (permalink / raw)
  To: Joe Perches; +Cc: torvalds, netdev, linux-kernel, akpm

On Mon, 13 Aug 2007 08:46:06 -0700
Joe Perches <joe@perches.com> wrote:

> On Mon, 2007-08-13 at 11:49 +0100, Alan Cox wrote:
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 90c1b81..ac2226b 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -697,6 +697,7 @@ ARPD SUPPORT
> > >  P:	Jonathan Layes
> > >  L:	netdev@vger.kernel.org
> > >  S:	Maintained
> > > +F:	net/ipv4/arp.c
> > 
> > NAK
> > 
> > arp.c is the netdev people, ARPD is a corner case bit of code within it,
> > something your patterns don't actually cope with
> 
> Suggestions?

I wouldn't add a pattern for this. Actually I think the entire thing is a
bad idea but thats another matter.

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

* Re: [PATCH] [70/2many] MAINTAINERS - ARPD SUPPORT
  2007-08-13 16:35     ` Alan Cox
@ 2007-08-13 17:04       ` Joe Perches
  2007-08-13 17:51         ` Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: Joe Perches @ 2007-08-13 17:04 UTC (permalink / raw)
  To: Alan Cox; +Cc: torvalds, netdev, linux-kernel, akpm

On Mon, 2007-08-13 at 17:35 +0100, Alan Cox wrote:
> I wouldn't add a pattern for this.

Back to:ARPD SUPPORT
P:	Jonathan Layes
L:	netdev@vger.kernel.org
S:	Maintained

> Actually I think the entire thing is a
> bad idea but thats another matter.

Of course it's not an end-all solution,
but what might work better?




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

* Re: [PATCH] [70/2many] MAINTAINERS - ARPD SUPPORT
  2007-08-13 17:04       ` Joe Perches
@ 2007-08-13 17:51         ` Alan Cox
  2007-08-15  8:10           ` Stefan Richter
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2007-08-13 17:51 UTC (permalink / raw)
  To: Joe Perches; +Cc: torvalds, netdev, linux-kernel, akpm

On Mon, 13 Aug 2007 10:04:19 -0700
Joe Perches <joe@perches.com> wrote:

> On Mon, 2007-08-13 at 17:35 +0100, Alan Cox wrote:
> > I wouldn't add a pattern for this.
> 
> Back to:ARPD SUPPORT
> P:	Jonathan Layes
> L:	netdev@vger.kernel.org
> S:	Maintained
> 
> > Actually I think the entire thing is a
> > bad idea but thats another matter.
> 
> Of course it's not an end-all solution,
> but what might work better?

Working off the git tree as it shows who actually is making
changes/updating stuff recently and why which is a major clue when
tracing bugs

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

* Re: [PATCH] [70/2many] MAINTAINERS - ARPD SUPPORT
  2007-08-13 17:51         ` Alan Cox
@ 2007-08-15  8:10           ` Stefan Richter
  2007-08-15  8:33             ` Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Richter @ 2007-08-15  8:10 UTC (permalink / raw)
  To: Alan Cox; +Cc: Joe Perches, torvalds, netdev, linux-kernel, akpm

Alan Cox wrote:
>> > Actually I think the entire thing is a
>> > bad idea but thats another matter.

> Working off the git tree as it shows who actually is making
> changes/updating stuff recently and why which is a major clue when
> tracing bugs

Adrian Bunk wrote in http://lkml.org/lkml/2007/6/30/107 :
| I don't see how git could tell you to Cc net patches to
| netdev@vger.kernel.org.

Ditto with problem reports.

For example, Cc'ing linux1394-devel on FireWire topics is a lot more
important than Cc'ing me.
-- 
Stefan Richter
-=====-=-=== =--- -====
http://arcgraph.de/sr/

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

* Re: [PATCH] [70/2many] MAINTAINERS - ARPD SUPPORT
  2007-08-15  8:10           ` Stefan Richter
@ 2007-08-15  8:33             ` Alan Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2007-08-15  8:33 UTC (permalink / raw)
  To: Stefan Richter; +Cc: Joe Perches, torvalds, netdev, linux-kernel, akpm

On Wed, 15 Aug 2007 10:10:38 +0200
Stefan Richter <stefanr@s5r6.in-berlin.de> wrote:

> Alan Cox wrote:
> >> > Actually I think the entire thing is a
> >> > bad idea but thats another matter.
> 
> > Working off the git tree as it shows who actually is making
> > changes/updating stuff recently and why which is a major clue when
> > tracing bugs
> 
> Adrian Bunk wrote in http://lkml.org/lkml/2007/6/30/107 :
> | I don't see how git could tell you to Cc net patches to
> | netdev@vger.kernel.org.
> 
> Ditto with problem reports.
> 
> For example, Cc'ing linux1394-devel on FireWire topics is a lot more
> important than Cc'ing me.

Tools question. And even if you need to keep a simple set of mappings by
hand for mailing list/files thats a fairly small set of patterns

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

end of thread, other threads:[~2007-08-15  8:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13  6:23 [PATCH] [70/2many] MAINTAINERS - ARPD SUPPORT joe
2007-08-13 10:49 ` Alan Cox
2007-08-13 15:46   ` Joe Perches
2007-08-13 16:35     ` Alan Cox
2007-08-13 17:04       ` Joe Perches
2007-08-13 17:51         ` Alan Cox
2007-08-15  8:10           ` Stefan Richter
2007-08-15  8:33             ` Alan Cox

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