Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux: Kernel

[PATCH] Removing maintainer's bad e-mails

 

 

Linux kernel RSS feed   Index | Next | Previous | View Threaded


jirislaby at gmail

Aug 7, 2005, 4:50 PM

Post #1 of 6 (873 views)
Permalink
[PATCH] Removing maintainer's bad e-mails

This patch removes 2 e-mails, which aren't right and 1 web address, which returns 404.
[comtrol was posted by Rolf Eike Beer]

It is made in 2.6.13-rc5-mm1, but it should be applicable in other trees too.

Signed-off-by: Rolf Eike Beer <eike-kernel[at]sf-tec.de>
Signed-off-by: Jiri Slaby <xslaby[at]fi.muni.cz>

This patch was posted yet on:
21 Jul 2005

diff --git a/MAINTAINERS b/MAINTAINERS
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -204,8 +204,6 @@ S: Maintained

ADVANSYS SCSI DRIVER
P: Bob Frey
-M: linux[at]advansys.com
-W: http://www.advansys.com/linux.html
L: linux-scsi[at]vger.kernel.org
S: Maintained

@@ -1975,7 +1973,6 @@ S: Supported

ROCKETPORT DRIVER
P: Comtrol Corp.
-M: support[at]comtrol.com
W: http://www.comtrol.com
S: Maintained


--
Jiri Slaby www.fi.muni.cz/~xslaby
~\-/~ jirislaby[at]gmail.com ~\-/~
241B347EC88228DE51EE A49C4A73A25004CB2A10

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


davej at redhat

Aug 8, 2005, 11:33 AM

Post #2 of 6 (847 views)
Permalink
Re: [PATCH] Removing maintainer's bad e-mails [In reply to]

On Mon, Aug 08, 2005 at 01:50:43AM +0200, Jiri Slaby wrote:

> diff --git a/MAINTAINERS b/MAINTAINERS
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -204,8 +204,6 @@ S: Maintained
>
> ADVANSYS SCSI DRIVER
> P: Bob Frey
> -M: linux[at]advansys.com
> -W: http://www.advansys.com/linux.html
> L: linux-scsi[at]vger.kernel.org
> S: Maintained

You may as well change the S: to unmaintained whilst
you're there, it hasn't seen any updates in a long time,
and still uses several out-of-date SCSI APIs.

Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


bunk at stusta

Aug 8, 2005, 3:49 PM

Post #3 of 6 (843 views)
Permalink
Re: [PATCH] Removing maintainer's bad e-mails [In reply to]

On Mon, Aug 08, 2005 at 02:33:00PM -0400, Dave Jones wrote:
> On Mon, Aug 08, 2005 at 01:50:43AM +0200, Jiri Slaby wrote:
>
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -204,8 +204,6 @@ S: Maintained
> >
> > ADVANSYS SCSI DRIVER
> > P: Bob Frey
> > -M: linux[at]advansys.com
> > -W: http://www.advansys.com/linux.html
> > L: linux-scsi[at]vger.kernel.org
> > S: Maintained
>
> You may as well change the S: to unmaintained whilst
> you're there, it hasn't seen any updates in a long time,
> and still uses several out-of-date SCSI APIs.

Or he could completely remove the entry.

We don't have entries for every single unmaintained driver, and the
smaller MAINTAINERS is the higher is the possibility of not missing a
relevant entry when checking whom to send an email.

> Dave

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


jirislaby at gmail

Aug 8, 2005, 4:54 PM

Post #4 of 6 (839 views)
Permalink
[PATCH] Removing maintainer's bad e-mails [In reply to]

This patch removes 1 whole entry, which is no longer maintained and 1 e-mail,
which is not right.
[comtrol was posted by Rolf Eike Beer]

Generated in 2.6.13-rc5-mm1 kernel version.

Signed-off-by: Rolf Eike Beer <eike-kernel[at]sf-tec.de>
Signed-off-by: Jiri Slaby <xslaby[at]fi.muni.cz>

diff --git a/MAINTAINERS b/MAINTAINERS
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -202,13 +202,6 @@ P: Colin Leroy
M: colin[at]colino.net
S: Maintained

-ADVANSYS SCSI DRIVER
-P: Bob Frey
-M: linux[at]advansys.com
-W: http://www.advansys.com/linux.html
-L: linux-scsi[at]vger.kernel.org
-S: Maintained
-
AEDSP16 DRIVER
P: Riccardo Facchetti
M: fizban[at]tin.it
@@ -1975,7 +1968,6 @@ S: Supported

ROCKETPORT DRIVER
P: Comtrol Corp.
-M: support[at]comtrol.com
W: http://www.comtrol.com
S: Maintained

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


kwall at kurtwerks

Aug 8, 2005, 5:31 PM

Post #5 of 6 (839 views)
Permalink
Re: [PATCH] Removing maintainer's bad e-mails [In reply to]

On Tue, Aug 09, 2005 at 12:49:17AM +0200, Adrian Bunk took 42 lines to write:
> On Mon, Aug 08, 2005 at 02:33:00PM -0400, Dave Jones wrote:
> >
> > You may as well change the S: to unmaintained whilst
> > you're there, it hasn't seen any updates in a long time,
> > and still uses several out-of-date SCSI APIs.
>
> Or he could completely remove the entry.
>
> We don't have entries for every single unmaintained driver, and the
> smaller MAINTAINERS is the higher is the possibility of not missing a
> relevant entry when checking whom to send an email.

Hmm, so if a subsystem or driver (more drivers, I should think) lacks
an entry in MAINTAINERS, is it then reasonable to assume that it is
unmaintained? If not, perhaps creating a separate list of unmaintained
subsystems and/or drivers is prudent?

Kurt
--
Don't get even -- get odd!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


bunk at stusta

Aug 8, 2005, 5:56 PM

Post #6 of 6 (825 views)
Permalink
Re: [PATCH] Removing maintainer's bad e-mails [In reply to]

On Mon, Aug 08, 2005 at 08:31:40PM -0400, Kurt Wall wrote:
> On Tue, Aug 09, 2005 at 12:49:17AM +0200, Adrian Bunk took 42 lines to write:
> > On Mon, Aug 08, 2005 at 02:33:00PM -0400, Dave Jones wrote:
> > >
> > > You may as well change the S: to unmaintained whilst
> > > you're there, it hasn't seen any updates in a long time,
> > > and still uses several out-of-date SCSI APIs.
> >
> > Or he could completely remove the entry.
> >
> > We don't have entries for every single unmaintained driver, and the
> > smaller MAINTAINERS is the higher is the possibility of not missing a
> > relevant entry when checking whom to send an email.
>
> Hmm, so if a subsystem or driver (more drivers, I should think) lacks
> an entry in MAINTAINERS, is it then reasonable to assume that it is
> unmaintained? If not, perhaps creating a separate list of unmaintained
> subsystems and/or drivers is prudent?

For unmaintained drivers or drivers maintained by the subsystem
maintainers (which can be the reason why there's no entry for this
driver) contact the subsystem maintainer.

Unmaintained subsystems are a problem.

I've already started contacting subsystem maintainers that seem to be
inactive, and I have some restructuring of MAINTAINERS (tree structure
with drivers behind subsystems) on my TODO list.

> Kurt

cu
Adrian

BTW: Please don't remove people from the Cc when answering.

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo[at]vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Linux kernel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.