Re: [PATCH] module_author: don't advice putting in an email address

2007-05-12 Thread Adrian Bunk
On Sat, May 12, 2007 at 01:15:30PM +0100, Alan Cox wrote: > > > I'd prefer not. I get reports from people about drivers that got "lost" > > > by vendors, regularly. Nor am I pointing fingers at specific vendors here, > > > last month I sorted out a two year old "lost in Red Hat Bugzilla" kernel > >

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-12 Thread Alan Cox
> > I'd prefer not. I get reports from people about drivers that got "lost" > > by vendors, regularly. Nor am I pointing fingers at specific vendors here, > > last month I sorted out a two year old "lost in Red Hat Bugzilla" kernel > > bug for example. > > How many maintainers want to get bug repo

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-12 Thread Adrian Bunk
On Fri, May 11, 2007 at 10:35:00PM +0100, Alan Cox wrote: > > This still wouldn't solve the following problems: > > - I doubt it will be kept up to date for all > 2800 modules in the kernel > > - the 3 year old kernel of your distribution would contain 3 year old > > maintainership information >

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-11 Thread Krzysztof Halasa
Rene Herman <[EMAIL PROTECTED]> writes: > /* Author, ideally of form NAME [, NAME ]*[ and NAME ] > > After my trivial patch, it says: > > /* Author, ideally of form NAME[, NAME]*[ and NAME] */ I think I would put something like this: /* Author, of form NAME[, NAME]*[ and NAME] * If you have a p

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-11 Thread Alan Cox
> This still wouldn't solve the following problems: > - I doubt it will be kept up to date for all > 2800 modules in the kernel > - the 3 year old kernel of your distribution would contain 3 year old > maintainership information > - maintainers sometimes disappear Maintainers sometimes DON'T dis

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-11 Thread Adrian Bunk
On Fri, May 11, 2007 at 07:42:38AM -0400, John Anthony Kazos Jr. wrote: > > > The email address is the problem I was trying to fix; with multiple > > > current > > > and non-current authors and maintainers who might not even be authors the > > > address(es) available from the tag confuse the iss

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-11 Thread Rene Herman
On 05/11/2007 01:42 PM, John Anthony Kazos Jr. wrote: Can't we just subtitle it somehow? Add tags: " (current maintainer)", " (original author, inactive)", " (bug and defect reports)", or whatever you like after the names. Yes, that's close to Rusty's version of the original MODULE_MAINTAINER

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-11 Thread Rene Herman
On 05/11/2007 04:40 PM, Alan Cox wrote: But it's not a style issue. It's solving a problem. The adresses from this tag are the only addresses available from the binary and as such are mistaken for maintainer/general contact addresses which they often are not. Which is why you want MODULE_MAIN

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-11 Thread Alan Cox
> > Whether someone puts their email address into the entry is their own > > business. We do not need a style police for module author entries. > > This particular patch just deletes the _advice_ to add an address; if you'd > consider it a style issue, you shouldn't be objecting. We should merel

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-11 Thread Rene Herman
On 05/11/2007 12:46 PM, Alan Cox wrote: The email address is the problem I was trying to fix; with multiple current and non-current authors and maintainers who might not even be authors the address(es) available from the tag confuse the issue of whom to contact. It's moreover also information

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-11 Thread John Anthony Kazos Jr.
> > The email address is the problem I was trying to fix; with multiple current > > and non-current authors and maintainers who might not even be authors the > > address(es) available from the tag confuse the issue of whom to contact. > > It's moreover also information that easily outdated. > >

Re: [PATCH] module_author: don't advice putting in an email address

2007-05-11 Thread Alan Cox
> The email address is the problem I was trying to fix; with multiple current > and non-current authors and maintainers who might not even be authors the > address(es) available from the tag confuse the issue of whom to contact. > It's moreover also information that easily outdated. > > A bit m