public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [RFC] Kernel origins and maintainers
  2004-05-25 17:39 [RFC] Kernel origins and maintainers pvant67
@ 2004-05-25 17:33 ` Linus Torvalds
  2004-05-25 18:32   ` pvant67
  2004-05-25 18:11 ` Valdis.Kletnieks
  1 sibling, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2004-05-25 17:33 UTC (permalink / raw)
  To: pvant67@wnyip.net; +Cc: linux-kernel



On Tue, 25 May 2004, pvant67@wnyip.net wrote:
>
> I'm busy putting together a list of all the contributors and maintainers 
> that I can find, using the CREDITS and MAINTAINERS files. I have not 
> seen this done in one place before; is it redundant effort?

I don't think I've seen it before.

For the last two years, you can find a lot of email addresses in BK, and 
you can clean them up with the name translations found in the "shortlog" 
script (part of "BK-tools" at http://bktools.bkbits.net/bktools).

> How does this overlap with the new Developer's Certificate of Origin? I 
> have the distinct impression that these projects should be working 
> closer together.

Well, right now you won't get any real information from the sign-off
lines, since only a few people have started using it (7 people at the time
of this writing ;), so you're better off just doing statistics on the 
output of "bk changes -a" or something.

		Linus

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

* [RFC] Kernel origins and maintainers
@ 2004-05-25 17:39 pvant67
  2004-05-25 17:33 ` Linus Torvalds
  2004-05-25 18:11 ` Valdis.Kletnieks
  0 siblings, 2 replies; 5+ messages in thread
From: pvant67 @ 2004-05-25 17:39 UTC (permalink / raw)
  To: linux-kernel, torvalds

I'm busy putting together a list of all the contributors and maintainers 
  that I can find, using the CREDITS and MAINTAINERS files. I have not 
seen this done in one place before; is it redundant effort? The people 
at Grokline (affiliated with Groklaw) are interested in this project, in 
an effort to trace and verify the origin of everything that ever happened.

Please see here: http://www.grokline.net

and here: http://www.groklaw.net

How does this overlap with the new Developer's Certificate of Origin? I 
have the distinct impression that these projects should be working 
closer together.

Please cc me off the list in addition to on-the-list, just in case; my 
spam filter occasionally screws up. Thanks to all in advance for any 
input or advice.

Peter

-- 
"Truly, if Te is strong in one, all one needs to do is sit on one's ass, 
and the corpse of one's enemy shall be carried past shortly."
	-- spotted somewhere on Usenet

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

* Re: [RFC] Kernel origins and maintainers
  2004-05-25 17:39 [RFC] Kernel origins and maintainers pvant67
  2004-05-25 17:33 ` Linus Torvalds
@ 2004-05-25 18:11 ` Valdis.Kletnieks
  2004-05-25 18:35   ` pvant67
  1 sibling, 1 reply; 5+ messages in thread
From: Valdis.Kletnieks @ 2004-05-25 18:11 UTC (permalink / raw)
  To: pvant67; +Cc: linux-kernel, torvalds

[-- Attachment #1: Type: text/plain, Size: 607 bytes --]

On Tue, 25 May 2004 13:39:42 EDT, "pvant67@wnyip.net" <pvant67@wnyip.net>  said:
> I'm busy putting together a list of all the contributors and maintainers 
>   that I can find, using the CREDITS and MAINTAINERS files.

That might get you all the major maintainers.  You'll probably want to also
look at the release Changelogs, and possibly the BitKeeper logs as well - I
think the Changelogs show part of the #if/#ifdef cleanup I did as coming from
me, and part as coming from somebody else (Dave Jones?), since he forwarded
part to Linus. I never did bother checking what the BitKeeper notations were...


[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]

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

* Re: [RFC] Kernel origins and maintainers
  2004-05-25 17:33 ` Linus Torvalds
@ 2004-05-25 18:32   ` pvant67
  0 siblings, 0 replies; 5+ messages in thread
From: pvant67 @ 2004-05-25 18:32 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Linus Torvalds wrote:

> I don't think I've seen it before.
> 
> For the last two years, you can find a lot of email addresses in BK, and 
> you can clean them up with the name translations found in the "shortlog" 
> script (part of "BK-tools" at http://bktools.bkbits.net/bktools).

> Well, right now you won't get any real information from the sign-off
> lines, since only a few people have started using it (7 people at the time
> of this writing ;), so you're better off just doing statistics on the 
> output of "bk changes -a" or something.
> 
> 		Linus
> 

Thanks for the tip! I'm not familiar with BK at all, so I'll have to try 
it. So far, I've been collecting all the diffs to the CREDITS file back 
to version 1.0. Of course, I've some time on my hands, and I enjoy every 
  minute of insanity ;)

The fun part will come when it is time to cross-reference and index it 
all. I'm not sure I'm up to that yet, but we'll see what happens. Thanks 
again!

Peter



-- 
"Truly, if Te is strong in one, all one needs to do is sit on one's ass, 
and the corpse of one's enemy shall be carried past shortly."
	-- spotted somewhere on Usenet

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

* Re: [RFC] Kernel origins and maintainers
  2004-05-25 18:11 ` Valdis.Kletnieks
@ 2004-05-25 18:35   ` pvant67
  0 siblings, 0 replies; 5+ messages in thread
From: pvant67 @ 2004-05-25 18:35 UTC (permalink / raw)
  To: Valdis.Kletnieks; +Cc: linux-kernel, torvalds

Valdis.Kletnieks@vt.edu wrote:

> 
> That might get you all the major maintainers.  You'll probably want to also
> look at the release Changelogs, and possibly the BitKeeper logs as well - I
> think the Changelogs show part of the #if/#ifdef cleanup I did as coming from
> me, and part as coming from somebody else (Dave Jones?), since he forwarded
> part to Linus. I never did bother checking what the BitKeeper notations were...
> 

Thanks for the idea - I had overlooked that. ASAP I will try it.

-- 
"Truly, if Te is strong in one, all one needs to do is sit on one's ass, 
and the corpse of one's enemy shall be carried past shortly."
	-- spotted somewhere on Usenet

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

end of thread, other threads:[~2004-05-25 18:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-25 17:39 [RFC] Kernel origins and maintainers pvant67
2004-05-25 17:33 ` Linus Torvalds
2004-05-25 18:32   ` pvant67
2004-05-25 18:11 ` Valdis.Kletnieks
2004-05-25 18:35   ` pvant67

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox