decoration decoration
Stories

GROKLAW
When you want to know more
but don't know where to look.
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ArchiveExplorer
Autozone
Bilski
BK Timeline
Cast: Lawyers
Comes v. MS
Contracts
Courts
DRM
GPL
Grokdoc
HTML How To
IBM Timeline
Legal Docs
MS Litigation
Novell Appeal
Novell Timeline
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat
Salus Book
SCO
SCO Financials
SCO:Soup2Nuts
SCOBankruptcy
Sean Daly
Switch to Linux
Transcripts
Unix Books
Your contributions keep Groklaw going.

Groklaw Gear

Click here to send an email to the editor of this weblog.


User Functions

Username:

Password:

Don't have an account yet? Sign up as a New User

No Legal Advice

The information on Groklaw is not intended to constitute legal advice. PJ is a paralegal, not a lawyer. Even when lawyers write or contribute to articles, it is still not legal advice, because the lawyers authoring the articles are not your lawyers.

What's New

STORIES
1 story in last 48 hours

COMMENTS last 48 hrs

Notice of Agenda for Friday... [+22]

Microsoft Files Cross Motio... [+112]

Apple Wins Like a Champ - P... [+5]

Why the GPL Sinks SCO's Cop... [+16]

An Explanation of Computati... [+6]



Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
How The Kernel Development Process Works, by Greg Kroah-Hartman | 225 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
OT Here
Authored by: Anonymous on Sunday, May 29 2005 @ 03:06 PM EDT
How can we speedup the legal process?

[ Reply to This | # ]

OT
Authored by: meshuggeneh on Sunday, May 29 2005 @ 03:17 PM EDT
I only wish I'd read Greg's pages before getting this cheesy Belkin
"PDA" usb-RS232 adapter: Then I'd have known it is NOT compliant with
RS232.

[ Reply to This | # ]

Could someone compare how this works in commercial companies.
Authored by: Anonymous on Sunday, May 29 2005 @ 03:39 PM EDT
In particular, in large proprietary companies, are there third-party auditors
that check every checkin for security and any obvious IP violations?

It seems these practices Greg KH described are very important for creating
software relatively free of bugs, espeically security bugs. It'd be nice to
see if government purchcasing mandated that third parties audited every checkin
of any software they buy. Perhaps the large auditing companies (Accenture, etc)
could provide such a software for the big proprietary companies if they're not
doing this already.

[ Reply to This | # ]

The article does not stress how difficult it is.
Authored by: Chris Lingard on Sunday, May 29 2005 @ 03:45 PM EDT

I think the article gives the idea that patches are accepted easily. The level of knowledge to post a sensible patch is high. Most patches come from known and trusted developers.

To learn enough to join that team, is a steep learning curve.

I have posted patches that are perfectly sensible; but have been rejected because of the "many eyes" that review everything, spot that it would break something else. And that is the true advantage of open source, and why it is superior.

[ Reply to This | # ]

SCO's Non-Public Patches
Authored by: brian on Sunday, May 29 2005 @ 03:47 PM EDT
"The SCO Group, in its discovery requests in SCO v. IBM,
asked for all non-public IBM contributions to Linux. Linux
is developed in public, so when I read their request for
nonpublic patches, I realized there is a need to explain
the process."

I can see a way that a patch wouldn't be public. It doesn't
help SCO any but it is possible...

As everyone knows, the GPL doesn't require release of code
that is not distributed. It is possible SCO is referring to
the "in-house" patches that never got released. Remember,
if IBM put code into Linux (even in-house) it was doing so
in violation of their "revoked" license to do so.

Hey, it isn't my theory so don't gang up on me!

B.

---
#ifndef IANAL
#define IANAL
#endif

[ Reply to This | # ]

Non-public changes are possible
Authored by: Anonymous on Sunday, May 29 2005 @ 03:59 PM EDT
The problem may be one of semantics. You can't make a non-public
"contributions" to the Linux kernel. But you can make non-public
"changes" to the kernel.

The GPL does allow anyone to make non-public changes to any GPL-licensed
software, as long as the software is not distributed. Of course: if IBM wants
their contributions to be useful for their customers, then they need to publish
them. Out there in the open.

But nobody can prevent me from changing the Linux kernel for my own uses. It's
my right as a licensee and I don't have to tell anyone about it. If I later
distribute my work, then I have to make it public.

This is very different from the BSD license, where you can make changes to
software and then redistribute it and say it's your own, like Microsoft
alledgedly did with the BSD's TCP/IP stack.

However, it is possible for a company like IBM, for instance, to do internal
development in the Linux kernel and later on decide not to release such
software. For instance, IBM may decide, as an internal project, to port their
legendary WorkPlace Shell (the wonderful GUI for OS/2) to Linux and create some
hooks for it in the kernel.

If they later decide to kill the project, they do not have to make anything
public, and they don't have to publish the code, not even the modified Linux
kernel files that they may have developed for it. And yes, they are still
allowed to use the WorkPlace Shell for Linux in their own computers. As long as
it doesn't leave the licensee's internal offices, the GPL has no problem with
non-published contributions, because they aren't really
"contributions".

Now suppose IBM did make some internal kernel changes that would interest SCO,
even if IBM later decided not to release them. I think SCO has a point in asking
for such deceased projects' code. It may help them establish that IBM had
intentionally worked on something that they shouldn't have or that they've been
saying they haven't.

In short: non-public changes are possible, as long as the code is not later
released in binary or source formats.

[ Reply to This | # ]

Could Microsoft setup proprietary trap?
Authored by: Anonymous on Sunday, May 29 2005 @ 04:04 PM EDT
Suppose Microsoft, or other companies opposed to any form of a successful Linux
kernel development in general, setup some proprietary code which could fit
within the Linux kernel, but before submitting it, embed it within their own
application, and in a future claim that the code was misused?

What part of the development process could avoid such issue?

[ Reply to This | # ]

The 'Pyramid'
Authored by: Nick_UK on Sunday, May 29 2005 @ 05:06 PM EDT
Also under the 'pyramid' like structure are the minions (millions?) wandering the desert (like me) that report problems to the list - these then get looked at.

A really good example is my post to the LKML when I had NIC problems after a kernel upgrade:

NIC problems - a mail to LKML

If you read the thread all the way through, it eventually turns out a BIOS setting on my machine caused it - but a Kernel dev (OGAWA Hirofumi) spent all that time with me trying to sort it. I doubt you will get better service anywhere else.

Nick

[ Reply to This | # ]

How old is "signed-off by" practice?
Authored by: Khym Chanur on Sunday, May 29 2005 @ 05:12 PM EDT
How old is the "signed-off by" practice? I remember some new practice
being instituted because of the SCO fiasco, to make it easier to track down who
was involved with a particular piece of code. Was this it?

---
Give a man a match, and he'll be warm for a minute, but set him on fire, and
he'll be warm for the rest of his life. (Paraphrased from Terry Pratchett)

[ Reply to This | # ]

We all owe a big "Thank you" to Greg and Andrew
Authored by: dscho on Sunday, May 29 2005 @ 06:05 PM EDT
while I was well aware of the process, as I studied it in order to become
a better developer (I write programs since 23 years), I have to shout out loud
"Thank you" to the time and the understanding of Greg and Andrew to
explain
the process so clearly to laymen.

People often do not realize how difficult their field of expertise is to
understand for other people, who did not happen to study that particular
field. That is the case for American Law, which at times seems very strange,
difficult and injust to me. That is why I also thank PJ for explaining it
so well.

Long live Open Source (not only the computer kind, but in every space of life,
like PJ has shown us!)
Dscho


[ Reply to This | # ]

How The Kernel Development Process Works, by Greg Kroah-Hartman
Authored by: Tufty on Sunday, May 29 2005 @ 06:59 PM EDT
Fascinating. May I suggest that a representative from each of Microsoft, IBM and
SCO submit a similar account of how they process things. It would be very
interesting to see how a comercial company handles these things. No trade
secrets just the overall process. How do things get tested and controlled in
Longhorn for example?


---
There has to be a rabbit down this rabbit hole somewhere!
Now I want it's hide.

[ Reply to This | # ]

How The Kernel Development Process Works, by Greg Kroah-Hartman
Authored by: Anonymous on Sunday, May 29 2005 @ 07:18 PM EDT
Interesting article. But it describes the _current_ patch submission procedure,
which was only introduced _after_ this whole SCO mess started. Patch submission
before March 2003 was much more chaotic.

[ Reply to This | # ]

How The Kernel Development Process Works, by Greg Kroah-Hartman
Authored by: Anonymous on Monday, May 30 2005 @ 12:42 AM EDT
I think that generally when people complain about this is because there is not a
single source of easy feature digests for the mass consumers. There are a miriad
of websites and forums where the current and upcomming kernel features and
improvements are discussed but there is just not a match with the PR and
marketing campaigns of companies like Microsoft.

Maybe it would be helpful if in parallel with the linux-kernel list there would
be a similar information channel where the top layers of the pyramid announce
what they are working on (in very leyman terms of course). This channel should
be kept as the reference for PR much in the same way that linux-kernel is the
reference for development.

[ Reply to This | # ]

Little problem for Greg Kroah-Hartman
Authored by: Anonymous on Monday, May 30 2005 @ 01:04 AM EDT
" Comments are very good to have, but they have to be good comments.
Bad comments explain how the code works, who wrote a specific function on a
specific date, or other such useless things.
Good comments explain what the file or function does, and why it does it."

That was in 2002.
Are bad comments also a useless thing for the purpose of the DCO?

[ Reply to This | # ]

Greg Kroah-Hartman
Authored by: tredman on Monday, May 30 2005 @ 01:26 AM EDT
I had a chance to browse through his personal web page, and he really does have
some very interesting things to say, from a programmer's point of view, anyway.
I wasn't aware he had as much of a full plate as he does. I only really knew
him as the USB subsystem maintainer. He certainly knows his way around the
kernel, and that tends to explain why his name pops up as much as Linus
Torvalds, Alan Cox, Andrew Morton, and many others.

One thing that did catch my eye was a comment he made about Bitkeeper, and how
there was so much going on behind the scenes that people just didn't know about.
I'd love to sit and pick his brain about that one day. I'm sure it makes for
some enlightening telling.

---
Tim
"I drank what?" - Socrates, 399 BCE

[ Reply to This | # ]

New EU Constitution Concidered as a Linux Kernel Patch
Authored by: geoff lane on Monday, May 30 2005 @ 03:01 AM EDT
Sometimes a huge linux kernel patch is submitted that touches on many components and subsystems. These are always rejected because it is impossible (or impractical) to determine the full concequences of applying the patch.

The EU is attempting to apply a huge patch (200 pages) to the existing EU constitution and while it has been approved by the maintainers, it has been rejected by the users.

For the Linux kernel the solution is to break the huge patch into many smaller patches and get each applied seperately. This produces a controlled change where at each stage there is still a stable kernel.

If the EU wants to change, they have to take the same approach; many small changes made seperately. It may take longer but the end result is much more likely to work.

---
I'm not a Windows user, consequently I'm not
afraid of receiving email from total strangers.

[ Reply to This | # ]

This is now, but what about then?
Authored by: Anonymous on Monday, May 30 2005 @ 06:21 AM EDT

Signed-off-by: was only mooted in May 2004. SCO's issues (if any) are from well before that. So it's slightly disingenuous to just enumerate the current process without even mentioning that it's changed since, and partly in response to, SCO's lawsuits.

http://kerneltrap.org/node/3929

[ Reply to This | # ]

Additional concerns
Authored by: gumnos on Monday, May 30 2005 @ 09:09 AM EDT

While there (now*) seem to be a considerably rigorous gauntlet each patch must run to make it into an official kernel, one might still find objections that once the kernel source makes it to a distributor (RH, Suse, Debian, Joe's Linux Distro, etc) the process can break down. Any distributor can modify a pristine codebase and introduce unvetted patches that they then distribute.

However, this then becomes an issue of "how much do you trust your distributor to maintain the chain of trust?".

With big-names such as RH, Suse, Debian, ConnectMandrakeiva, TurboLinux, etc, it's one thing. For some, like Linux From Scratch and Gentoo [insert a little cheering from the LFS/Gentoo crowds], you get the source yourself and can compare/rsync with the original. However, when you start getting into the smaller players, there's not so much riding on their reputation, or there's little way to confirm that the source they used didn't introduce some small bug. I suppose one could download the source they make available, attempt to compile it with the same version of the compilier with the same versions of all the library files, and then do a binary diff on the resulting binary with the original distributed binary. However, that's a whole lot of work for small-name distros.

To be a step ahead, one would have to download the vetted source from each crew (kernel, GNU, KDE, etc) and build it yourself. At least with Linux/*BSD, you can do that.

Ah, well...just my early morning ramblings...beware of |-|4x0r3d Linux distros  :-P

-gumnos

*as others have mentioned, this signed-off-by process has not been around for the whole history of the kernel. Additionally, such sign-off is likely not implemented in every other project either. Gimp? OO.o? KDE? Gnome? Ethereal? XMMS? Mozilla? Apache? MySQL? xbill? etc... Some do, some may not. It only takes one weak link in the chain to allow remote folks to run code on your machine.



[ Reply to This | # ]

Caldera is not "confused" about Linux development.
Authored by: Anonymous on Monday, May 30 2005 @ 09:09 AM EDT
1) Changing their name to "The SCO Group".
2) "Forgetting" how Linux is developed.
3) Wanting blakmail money for use of Linux.

I would not call them "confused" at all.
Lying is more like it.


[ Reply to This | # ]

"IBM, of course, knows the procedure"
Authored by: Anonymous on Tuesday, May 31 2005 @ 01:23 PM EDT
and being IBM probably has a 200 page process document and
multiple levels of review and approval before anything
gets sent to a kernel mailing list. IBM knows exactly what
it did and did not put in the Linux kernel, and IBM's
lawyers certainly check everything at least twice. This
means the anything IBM submitted to Linux was legitimate,
except in the SCOverse.

[ Reply to This | # ]

Groklaw © Copyright 2003-2009 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )