* [PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM:
@ 2007-08-13 6:35 joe
2007-08-13 11:02 ` Alan Cox
2007-08-17 15:45 ` Sergei Shtylyov
0 siblings, 2 replies; 5+ messages in thread
From: joe @ 2007-08-13 6:35 UTC (permalink / raw)
To: torvalds, linux-kernel, linux-ide, jgarzik, akpm
Add file pattern to MAINTAINER entry
Signed-off-by: Joe Perches <joe@perches.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 04c969c..016cd0c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4077,6 +4077,7 @@ M: jgarzik@pobox.com
L: linux-ide@vger.kernel.org
T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
S: Supported
+F: drivers/ata/sata_*
SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
P: Pat Gefre
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM:
2007-08-13 6:35 [PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM: joe
@ 2007-08-13 11:02 ` Alan Cox
2007-08-13 21:43 ` Joe Perches
2007-08-17 15:45 ` Sergei Shtylyov
1 sibling, 1 reply; 5+ messages in thread
From: Alan Cox @ 2007-08-13 11:02 UTC (permalink / raw)
To: joe; +Cc: torvalds, linux-kernel, linux-ide, jgarzik, akpm
> @@ -4077,6 +4077,7 @@ M: jgarzik@pobox.com
> L: linux-ide@vger.kernel.org
> T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
> S: Supported
> +F: drivers/ata/sata_*
NAK
sata_inic is Tejun
and various others are also different
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM:
2007-08-13 11:02 ` Alan Cox
@ 2007-08-13 21:43 ` Joe Perches
0 siblings, 0 replies; 5+ messages in thread
From: Joe Perches @ 2007-08-13 21:43 UTC (permalink / raw)
To: Alan Cox; +Cc: torvalds, linux-kernel, linux-ide, jgarzik, akpm
On Mon, 2007-08-13 at 12:02 +0100, Alan Cox wrote:
> > @@ -4077,6 +4077,7 @@ M: jgarzik@pobox.com
> > L: linux-ide@vger.kernel.org
> > T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
> > S: Supported
> > +F: drivers/ata/sata_*
>
> NAK
> sata_inic is Tejun
>
> and various others are also different
How does adding
X: file patterns to exclude
and updating the script sound?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM:
2007-08-13 6:35 [PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM: joe
2007-08-13 11:02 ` Alan Cox
@ 2007-08-17 15:45 ` Sergei Shtylyov
2007-08-17 15:52 ` Joe Perches
1 sibling, 1 reply; 5+ messages in thread
From: Sergei Shtylyov @ 2007-08-17 15:45 UTC (permalink / raw)
To: joe; +Cc: torvalds, linux-kernel, linux-ide, jgarzik, akpm
Hello.
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 04c969c..016cd0c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4077,6 +4077,7 @@ M: jgarzik@pobox.com
> L: linux-ide@vger.kernel.org
> T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
> S: Supported
> +F: drivers/ata/sata_*
The libata core doesn't match this pattern, ain't a a vital part of both
SAT and PATA drivers?
MBR, Sergei
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM:
2007-08-17 15:45 ` Sergei Shtylyov
@ 2007-08-17 15:52 ` Joe Perches
0 siblings, 0 replies; 5+ messages in thread
From: Joe Perches @ 2007-08-17 15:52 UTC (permalink / raw)
To: Sergei Shtylyov; +Cc: torvalds, linux-kernel, linux-ide, jgarzik, akpm
On Fri, 2007-08-17 at 19:45 +0400, Sergei Shtylyov wrote:
> joe@perches.com wrote:
> > Add file pattern to MAINTAINER entry
> > +F: drivers/ata/sata_*
> The libata core doesn't match this pattern, ain't a a vital part of both
> SAT and PATA drivers?
> MBR, Sergei
Improvements to the pattern would be appreciated.
Would this be a better pattern?
F: drivers/ata/
There is a SATA-promise maintainer
PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
P: Mikael Pettersson
M: mikpe@it.uu.se
L: linux-ide@vger.kernel.org
S: Maintained
F: drivers/ata/sata_promise.*
maybe there should be an entry to exclude
this maintained driver too?
X: drivers/ata/sata_promise.*
cheers, Joe
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-08-17 15:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13 6:35 [PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM: joe
2007-08-13 11:02 ` Alan Cox
2007-08-13 21:43 ` Joe Perches
2007-08-17 15:45 ` Sergei Shtylyov
2007-08-17 15:52 ` 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).