linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David Schwartz" <davids@webmaster.com>
To: <rob@landley.net>
Cc: "Linux-Kernel@Vger. Kernel. Org" <linux-kernel@vger.kernel.org>
Subject: RE: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Date: Thu, 14 Jun 2007 15:24:42 -0700	[thread overview]
Message-ID: <MDEHLPKNGKAHNMBLJOLKKEHMEJAC.davids@webmaster.com> (raw)
In-Reply-To: <200706141809.28682.rob@landley.net>



> > Since the Linux kernel as a whole does not have a single author, it is
> > impossible to license it as a whole. Nobody has the authority
> > to do that.
> > (The GPL is not a copyright assignment type license.)

> Actually, Linus Torvalds, as maintainer, probably has a
> compilation copyright.
> See "compilations and abridgements" in
> http://www.copyright.gov/circs/circ14.html

It doesn't matter. He can license you his compilation, but that doesn't
license you the underlying elements.

I can make a compilation CD of great works of Rock N' Roll. I can hold a
copilation copyright in the compilation. I can license that compilation
copryight. That doesn't mean you can make, copy, or sell a CD with my
compilation on it, because you are also copying and distributing the
original works.

> If you combine dual licensed code (such as MPL + GPL) with code
> under only one
> of those licenses (MPL only), the resulting derived work cannot be
> distributed under the dual license, only under one license.

That is a common simplification. The GPL is clear that it applies
automatically with distribution. If you distribute a GPL'd work (or elements
that are GPL'd inside a larger work), those elements are relicensed under
the GPL automatically. You *cannot* prevent this from happening.

If I take the Linux kernel, modify it, and then give you a copy, you get a
license under GPLv2 from Linus to all of those elements that he placed under
the GPL. I cannot stop or modify this. It applies even if I get separate
permission from Linus to distribute his contributions under some other
conditions.

> The giant
> derived work knows as Linux has only been distributable under exactly one
> license (GPLv2, the complete text of which is included in the
> source tarball
> and it's harder to be more explicit than that about which license
> you mean)
> since version 0.12.

No, not true. I don't have the court citations handy, but it is well-settled
law that a right to distribute a derivative work is useless without also
having the right to distribute the original work from which the derivative
was made.

> By the way, this entire "oh no, we can use it GPLv3 no matter
> what you say"
> line of argument is rude.  Linus and most of his lieutenants have
> explicitly
> said "our contributions are GPLv2 only".  Linus said this
> explicitly seven
> years ago:
> http://www.uwsg.iu.edu/hypermail/linux/kernel/0009.1/0096.html

Huh? I have never argued that any contribution made by Linus could be or had
been licensed under GPLv3. Linus has clearly indicated, along with the works
that he distributes, that the code is only offered under GPLv2. However,
Linus cannot remove rights that other people grant to their code, even if he
modifies that code.

> You don't take Linux kernel code and stick it into a BSD project,
> even though
> some of it was BSD originally, because Linux (every line of it)
> is GPLv2.  If
> you want the code under a different license, you go to a
> differently licensed
> upstream source, such as the original author or the project we adapted it
> from.  If you're not to lift code from Linux to BSD license it,
> lifting code
> from Linux to GPLv3 it is morally and legally no different.
>
> Linus made his decision, most of his lieutenants explicitly
> confirmed that
> decision.  Please admit to yourselves that you're arguing that
> they should
> all change their minds because you don't like their decision, not because
> they didn't have the right to make it or that there's some loophole that
> invalidates it.  What's your argument here, developers who are now
> saying "GPLv2" _accidentally_ gave permission to distribute their
> code under
> other licenses?  Go ahead and take that to court buddy: you will lose.
>
> If you want to create a GPLv3 fork and can trace back specific files to
> authors who are ok with GPLv3, go create your fork.  If you want
> to go work
> on Solaris, go do that.  (But if you want to transplant Linux
> code into that
> thing, talk to Sun's lawyers first.  And IBM's, and Red Hat's, and...)
>
> If you want each and every Linux developer who has ever stated a
> GPLv2 only
> position to either publicly reverse said position or to be
> ejected from the
> project and their code tracked down and removed from the kernel
> via forensic
> analysis (which is the only way the Linux kernel itself could
> ever go GPLv3),
> then do us a favor and shut up.

I don't know who you are talking to or what you are talking about. I haven't
seen anybody doing what you claim in this thread or anywhere else and I
certainly am not.

> > When you download a copy of the Linux kernel, you do not receive one
> > license because nobody could grant you one license.

> Yes you do, you receive GPLv2.  It's in the file "LICENSE" at the
> top level of
> the directory.  This is the one and only license you receive.

No, not true. Please read and understand GPLv2 section 6. If a work is
available under GPLv2+, and you receive that work (even if it's as part of
another work) you get it under GPLv2+. Nobody can take rights away.

> > You receive a logically
> > separate license from each original licensor. You receive from
> > Linus only a
> > license to his contributions.

> A) Look up "compilation copyright".

Do you seriously not understand that a compilation right in "Great Works of
Fiction 2002-2006" doesn't give you the right to actually distribute the
works in it? You also receive Linus' compilation copyright under GPLv2, but
that has no effect on any case except when you wish to distribute the
compilation. It isn't enough by itself to distribute the original works.

> B) The whole point of the GPL is that the license applies to the entire
> derived work, as a whole.

Unfortunately, copyright law makes that impossible without assignment. If I
write a work and you add on to it, the resulting work is one we both hold
copyright to. Absent any assignment, you would need a license from each of
us to distribute the resulting combination.

> You can either distribute the whole
> thing under
> the GPL, or you cannot distribute period.

Again, wishful thinking. Copyright law does not work that way and that's why
GPLv2 section 6 makes it clear that the license does *not* come from the
distributor but from the original author. It follows necessarily that if
there are multiple authors, there are multiple licenses.

> Therefore, you're
> saying you can
> take code that was distributed to you under GPLv2 (and only GPLv2), and
> redistribute it under another set of license terms.

No, that's not what I am saying. I am saying that if I distribute works
under GPLv2+ and you redistribute those works or works derived from them,
everyone you distribute those works to automatically receives a GPLv2+
license from me. That is what GPLv2 section 6 says, and you cannot modify
this process. You cannot take code I licensed under GPLv2+ and distribute it
"under GPLv2 only". You cannot interfere with or control the license's grant
of rights directly from me to the people you distribute to.

> In the name
> of GPLv3,
> you're trying to weasel around GPLv2.  Congratulations, you have achieved
> hypocrisy.

I'm not trying to weasel around anything. I'm trying to explain how GPLv2
actually operates. Complying with it and understanding it are not weaseling
around.

DS



  reply	other threads:[~2007-06-14 22:25 UTC|newest]

Thread overview: 1094+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-09  5:46 Dual-Licensing Linux Kernel with GPL V2 and GPL V3 Tarkan Erimer
2007-06-09  5:57 ` Neil Brown
2007-06-09  7:12   ` Jan-Benedict Glaw
2007-06-10  8:43     ` Tarkan Erimer
     [not found]       ` <Pine.LNX.4.64.0706100150080.6675@asgard.lang.hm>
2007-06-10 10:00         ` Tarkan Erimer
2007-06-10 10:03           ` david
2007-06-10 10:55             ` debian developer
2007-06-10 14:21               ` Tarkan Erimer
2007-06-10 16:13                 ` Greg KH
2007-06-11  6:46                   ` Tarkan Erimer
2007-06-11  7:08                     ` Al Viro
2007-06-11  7:21                       ` Tarkan Erimer
2007-06-11  7:50                         ` Ingo Molnar
2007-06-11  7:57                           ` Tarkan Erimer
2007-06-11  8:18                             ` Ingo Molnar
2007-06-11  8:32                               ` Tarkan Erimer
2007-06-11  8:47                                 ` Ingo Molnar
2007-06-11  8:58                                   ` Tarkan Erimer
2007-06-10 17:29                 ` Linus Torvalds
2007-06-10 17:33                   ` Linus Torvalds
2007-06-11  8:38                     ` Tarkan Erimer
2007-06-11  9:03                       ` Ingo Molnar
2007-06-11 10:23                         ` Bron Gondwana
2007-06-11 11:26                         ` Tarkan Erimer
2007-06-12  6:32                         ` Alexandre Oliva
2007-06-12 15:45                           ` Linus Torvalds
2007-06-12 23:12                             ` Alexandre Oliva
2007-06-13 11:02                             ` Matthias Kaehlcke
2007-06-13 14:40                               ` Tarkan Erimer
2007-06-13 14:28                             ` Tarkan Erimer
2007-06-10 17:47                   ` Alan Cox
2007-06-10 19:32                     ` debian developer
2007-06-10 20:02                       ` Andrew Morton
2007-06-10 20:54                       ` Alan Cox
2007-06-11  3:42                         ` Greg KH
2007-06-11  9:38                           ` Alan Cox
2007-06-13 20:32                       ` Rob Landley
2007-06-10 17:55                   ` Jeff Garzik
2007-06-10 21:15                   ` James Bruce
2007-06-10 21:47                     ` Jesper Juhl
2007-06-10 22:46                       ` James Bruce
2007-06-13  9:19                   ` Florian Weimer
2007-06-10 19:22                 ` debian developer
2007-06-10 22:03                   ` Al Viro
2007-06-11  6:58                   ` Tarkan Erimer
2007-06-10 16:05               ` Greg KH
2007-06-12 18:07                 ` debian developer
2007-06-12 18:41                   ` Greg KH
2007-06-13  4:53                     ` Alexandre Oliva
2007-06-13 12:02                       ` Bernd Paysan
2007-06-13 13:11                         ` Krzysztof Halasa
2007-06-13 14:24                           ` Bernd Paysan
2007-06-13 18:09                             ` Jan Harkes
2007-06-14 19:28                               ` David Schwartz
2007-06-14 22:09                                 ` Rob Landley
2007-06-14 22:24                                   ` David Schwartz [this message]
2007-06-15  0:45                                     ` Rob Landley
2007-06-14 22:21                                 ` Jan Harkes
2007-06-13 20:14                             ` Krzysztof Halasa
2007-06-14  8:23                               ` Bernd Paysan
2007-06-14 15:39                                 ` Al Viro
2007-06-14 16:32                                   ` Bernd Paysan
2007-06-14 16:41                                     ` Al Viro
2007-06-14 17:01                                       ` Dmitry Torokhov
2007-06-14 17:09                                         ` Al Viro
2007-06-14 17:16                                           ` Dmitry Torokhov
2007-06-14 17:20                                           ` Paulo Marques
2007-06-14 18:37                                             ` Alexandre Oliva
2007-06-14 18:55                                               ` Dmitry Torokhov
2007-06-14 23:19                                                 ` Krzysztof Halasa
2007-06-15  8:48                                                 ` Bernd Paysan
2007-06-15 12:46                                                   ` Dmitry Torokhov
2007-06-15 12:57                                                     ` Alan Cox
2007-06-15 13:03                                                       ` Dmitry Torokhov
2007-06-15 13:19                                                         ` Alan Cox
2007-06-15 13:19                                                           ` Dmitry Torokhov
2007-06-15 15:09                                                           ` Daniel Forrest
2007-06-15 16:25                                                             ` Alan Cox
2007-06-15 16:30                                                               ` Dmitry Torokhov
2007-06-15  8:14                                             ` Bernd Paysan
2007-06-15 11:49                                               ` Paulo Marques
2007-06-15 12:03                                                 ` Bernd Paysan
2007-06-15 12:52                                                   ` Dmitry Torokhov
2007-06-15 18:27                                                     ` Alexandre Oliva
2007-06-15 18:46                                                       ` Dmitry Torokhov
2007-06-15 21:08                                                         ` Alexandre Oliva
2007-06-16  3:25                                                           ` Dmitry Torokhov
2007-06-16  3:51                                                             ` Alexandre Oliva
2007-06-16  5:17                                                               ` Dmitry Torokhov
2007-06-16  8:40                                                                 ` Alexandre Oliva
2007-06-15 14:29                                                   ` Paulo Marques
2007-06-15 14:45                                                     ` Alan Cox
2007-06-15 14:46                                                       ` Paulo Marques
2007-06-15 14:52                                                       ` Dmitry Torokhov
2007-06-15 14:58                                                         ` Jesper Juhl
2007-06-15 16:20                                                         ` Alan Cox
2007-06-15 18:01                                                         ` Carlo Wood
2007-06-15 14:43                                                   ` Al Viro
2007-06-15 18:18                                                     ` Alexandre Oliva
2007-06-15 18:52                                                       ` Al Viro
2007-06-15 21:04                                                         ` Alexandre Oliva
2007-06-15 21:32                                                           ` Al Viro
2007-06-15 21:42                                                             ` Alexandre Oliva
2007-06-15 14:45                                                   ` Glauber de Oliveira Costa
2007-06-15 12:41                                               ` Dmitry Torokhov
2007-06-15 13:38                                               ` Carlo Wood
2007-06-13 22:31                         ` Alexandre Oliva
2007-06-13 19:25                       ` Linus Torvalds
2007-06-13 20:11                         ` Alexandre Oliva
2007-06-13 21:14                           ` Lennart Sorensen
2007-06-13 22:38                             ` Alexandre Oliva
2007-06-13 23:02                               ` Linus Torvalds
2007-06-13 23:49                                 ` Alexandre Oliva
2007-06-14  0:15                                   ` Bongani Hlope
2007-06-14  0:50                                     ` Adrian Bunk
2007-06-14  0:55                                     ` Alexandre Oliva
2007-06-14  1:08                                       ` Daniel Hazelton
2007-06-14  1:59                                         ` Alexandre Oliva
2007-06-14  5:25                                           ` Dmitry Torokhov
2007-06-14  6:47                                             ` Alexandre Oliva
2007-06-14 15:56                                               ` Dmitry Torokhov
2007-06-14 18:06                                                 ` Alexandre Oliva
2007-06-14 19:00                                                   ` Dmitry Torokhov
2007-06-14 20:01                                                     ` Alexandre Oliva
2007-06-14 20:15                                                       ` Dmitry Torokhov
2007-06-14 21:04                                                         ` Alexandre Oliva
2007-06-14 20:18                                                       ` Linus Torvalds
2007-06-14 21:10                                                         ` Alexandre Oliva
2007-06-14  6:19                                       ` Bongani Hlope
2007-06-14  6:49                                         ` Alexandre Oliva
2007-06-14  4:44                                     ` Michael Gerdau
2007-06-14  5:08                                       ` Al Viro
2007-06-14  8:46                                         ` Michael Gerdau
2007-06-14 18:40                                       ` Valdis.Kletnieks
2007-06-14  0:42                                   ` Daniel Hazelton
2007-06-14  2:38                                     ` Alexandre Oliva
2007-06-14  2:57                                       ` david
2007-06-14  6:02                                         ` Alexandre Oliva
2007-06-14  3:47                                       ` Daniel Hazelton
2007-06-14  5:51                                         ` Alexandre Oliva
2007-06-14  6:36                                           ` Daniel Hazelton
2007-06-14  7:11                                             ` Alexandre Oliva
2007-06-14  8:29                                               ` Daniel Hazelton
2007-06-14 17:26                                                 ` Alexandre Oliva
2007-06-14 18:31                                                   ` Lennart Sorensen
2007-06-14 18:53                                                     ` Linus Torvalds
2007-06-14 22:36                                                       ` Daniel Hazelton
2007-06-14 22:56                                                         ` Alan Cox
2007-06-15  8:56                                                         ` Bernd Paysan
2007-06-14 19:48                                                     ` Alexandre Oliva
2007-06-14 20:40                                                   ` Daniel Hazelton
2007-06-14 21:19                                                     ` Alexandre Oliva
2007-06-15  0:49                                                       ` Daniel Hazelton
2007-06-15  2:13                                                         ` Michael Poole
2007-06-15  2:46                                                           ` Daniel Hazelton
2007-06-15  3:04                                                             ` Michael Poole
2007-06-15  3:22                                                               ` Linus Torvalds
2007-06-15  3:31                                                                 ` Michael Poole
2007-06-15  4:23                                                                   ` Linus Torvalds
2007-06-15 16:27                                                                     ` Dual-Licensing Linux And Medical Devices Tim Post
2007-06-15  3:48                                                                 ` Dual-Licensing Linux Kernel with GPL V2 and GPL V3 Alexandre Oliva
2007-06-15  8:02                                                                 ` Ingo Molnar
2007-06-15 19:22                                                                   ` Alexandre Oliva
2007-06-15  5:27                                                               ` Daniel Hazelton
2007-06-15 12:07                                                                 ` Michael Poole
2007-06-15 12:40                                                                   ` Ingo Molnar
2007-06-15 12:53                                                                     ` Michael Poole
2007-06-15 14:30                                                                       ` Ingo Molnar
2007-06-15 14:56                                                                         ` Michael Poole
2007-06-15 15:42                                                                           ` Ingo Molnar
2007-06-15 16:07                                                                             ` Michael Poole
2007-06-15 20:42                                                                             ` Alexandre Oliva
2007-06-17  8:46                                                                               ` Ingo Molnar
2007-06-17 13:02                                                                                 ` Michael Poole
2007-06-17 18:28                                                                                 ` Alexandre Oliva
2007-06-15 15:53                                                                           ` Florin Malita
2007-06-15 16:18                                                                             ` Michael Poole
2007-06-15 17:04                                                                               ` Florin Malita
2007-06-15 18:30                                                                                 ` Michael Poole
2007-06-15 21:17                                                                                   ` Florin Malita
2007-06-15 20:38                                                                         ` Alexandre Oliva
2007-06-15 20:36                                                                     ` Alexandre Oliva
2007-06-15  6:24                                                         ` Michael Gerdau
2007-06-15  9:20                                                           ` Daniel Hazelton
2007-06-15 10:18                                                             ` David Greaves
2007-06-15 10:44                                                               ` Daniel Hazelton
2007-06-15 17:18                                                               ` Linus Torvalds
2007-06-15 18:02                                                                 ` david
2007-06-15 18:11                                                                 ` David Greaves
2007-06-15 22:40                                                                   ` Krzysztof Halasa
2007-06-16  7:10                                                                     ` David Greaves
2007-06-16  8:01                                                                       ` Krzysztof Halasa
2007-06-16 10:18                                                                         ` David Greaves
2007-06-15 17:03                                                           ` Linus Torvalds
2007-06-15 20:32                                                             ` Alexandre Oliva
2007-06-15 22:06                                                             ` Michael Gerdau
2007-06-15 22:22                                                               ` Ingo Molnar
2007-06-15 23:39                                                                 ` Michael Gerdau
2007-06-16  0:57                                                                   ` Daniel Hazelton
2007-06-15 22:30                                                               ` Daniel Hazelton
2007-06-15 22:44                                                                 ` Ingo Molnar
2007-06-15 22:59                                                                   ` Linus Torvalds
2007-06-16  1:57                                                                     ` Rob Landley
2007-06-16  5:46                                                                       ` Michael Gerdau
2007-06-16  7:21                                                                     ` Ingo Molnar
2007-06-15 23:34                                                                   ` Alexandre Oliva
2007-06-16  0:56                                                                     ` Scott Preece
2007-06-16  1:40                                                                       ` Alexandre Oliva
2007-06-16  5:44                                                                         ` Scott Preece
2007-06-15 22:45                                                               ` Linus Torvalds
2007-06-16  1:03                                                             ` Rob Landley
2007-06-16  1:29                                                               ` Linus Torvalds
2007-06-16  5:33                                                                 ` Rob Landley
2007-06-16 15:00                                                                   ` Alan Cox
2007-06-14  7:32                                           ` Paul Mundt
2007-06-14  9:18                                             ` Bernd Paysan
2007-06-14 16:57                                             ` Alexandre Oliva
     [not found]                                               ` <200706141617.46734.dhazelton@enter.net>
2007-06-14 21:27                                                 ` Alexandre Oliva
2007-06-14 21:46                                                   ` Chris Friesen
2007-06-14 22:45                                                     ` Alexandre Oliva
2007-06-15  1:55                                                       ` Daniel Hazelton
2007-06-15  3:22                                                         ` Alexandre Oliva
2007-06-15  3:46                                                           ` Linus Torvalds
2007-06-15  4:14                                                             ` Alexandre Oliva
2007-06-15  5:08                                                               ` Al Viro
2007-06-15 20:08                                                                 ` Alexandre Oliva
2007-06-15 20:38                                                                   ` Al Viro
2007-06-15  5:44                                                               ` Daniel Hazelton
2007-06-15 19:57                                                                 ` Alexandre Oliva
2007-06-20 12:14                                                             ` Helge Hafting
2007-06-20 16:32                                                               ` Linus Torvalds
2007-06-20 16:58                                                                 ` Dave Neuer
2007-06-20 17:16                                                                   ` Alan Cox
2007-06-20 17:19                                                                     ` Dave Neuer
2007-06-20 18:03                                                                   ` Linus Torvalds
2007-06-20 19:19                                                                     ` Dave Neuer
2007-06-21  5:19                                                                     ` Alexandre Oliva
2007-06-21  3:33                                                                 ` Alexandre Oliva
2007-06-15  4:34                                                           ` Daniel Hazelton
2007-06-15  7:07                                                           ` Jesper Juhl
2007-06-15 19:39                                                             ` Alexandre Oliva
2007-06-15  1:00                                                   ` Daniel Hazelton
2007-06-15  2:42                                                     ` Alexandre Oliva
2007-06-14 23:34                                               ` Paul Mundt
2007-06-14  9:36                                           ` Krzysztof Halasa
2007-06-14  9:30                                         ` Krzysztof Halasa
2007-06-14  8:37                                       ` Bernd Petrovitsch
2007-06-14  9:05                                         ` Daniel Hazelton
2007-06-14 10:09                                           ` Bernd Petrovitsch
2007-06-14 15:13                                         ` Linus Torvalds
2007-06-14 16:06                                     ` Kevin Fox
2007-06-14 16:32                                       ` Linus Torvalds
2007-06-14 19:07                                         ` Alexandre Oliva
2007-06-14 19:37                                           ` Chris Friesen
2007-06-14 20:03                                           ` Linus Torvalds
2007-06-14 21:00                                             ` Alexandre Oliva
2007-06-14 23:46                                               ` david
2007-06-15  9:30                                                 ` Bernd Paysan
2007-06-15 10:14                                                   ` Daniel Hazelton
2007-06-15 12:47                                                     ` Michael Poole
2007-06-14 17:25                                       ` Al Viro
2007-06-14 19:55                                       ` Daniel Hazelton
2007-06-14  1:32                                   ` Chris Adams
2007-06-14  1:48                                     ` Alan Cox
2007-06-14  1:52                                     ` Alan Cox
2007-06-14  2:22                                       ` Daniel Forrest
2007-06-14  5:01                                         ` Alexandre Oliva
2007-06-14  5:16                                         ` Michael Gerdau
2007-06-14 10:10                                         ` Alan Cox
2007-06-14  4:10                                       ` Bron Gondwana
2007-06-14  4:58                                         ` Alexandre Oliva
2007-06-14  7:00                                           ` Bron Gondwana
2007-06-14 16:50                                             ` Alexandre Oliva
2007-06-14 18:16                                               ` Bill Nottingham
2007-06-14 18:25                                                 ` Alexandre Oliva
2007-06-14 22:39                                                   ` Bill Nottingham
2007-06-14  9:37                                           ` Bernd Schmidt
2007-06-14  2:46                                     ` Alexandre Oliva
2007-06-14  2:55                                   ` Linus Torvalds
2007-06-14  6:24                                     ` Alexandre Oliva
2007-06-14  7:52                                       ` Matt Keenan
2007-06-14 11:22                                         ` Michael Poole
2007-06-14 15:02                                           ` Matt Keenan
2007-06-14 15:50                                             ` Michael Poole
2007-06-14 17:00                                         ` Alexandre Oliva
2007-06-14  8:33                                   ` Bernd Paysan
2007-06-14 20:47                                     ` David Schwartz
2007-06-15  9:36                                       ` Bernd Paysan
2007-06-15 19:49                                         ` David Schwartz
2007-06-14 17:53                               ` Lennart Sorensen
2007-06-14 19:32                                 ` Alexandre Oliva
2007-06-14 22:58                                   ` Bongani Hlope
2007-06-15  1:22                                     ` Alexandre Oliva
2007-06-14 20:24                                 ` Dave Neuer
2007-06-14 21:03                                   ` David Schwartz
2007-06-14 21:24                                     ` Dave Neuer
2007-06-14 21:06                                   ` Lennart Sorensen
2007-06-14 21:25                                   ` Dmitry Torokhov
2007-06-14 21:33                                     ` Dave Neuer
2007-06-15  0:19                                     ` Bron Gondwana
2007-06-19 15:28                                 ` Manu Abraham
2007-06-19 16:19                                   ` Alan Cox
2007-06-20 11:09                                     ` Manu Abraham
2007-06-20 20:08                                       ` Alexandre Oliva
2007-06-20 19:46                                   ` Lennart Sorensen
2007-06-21  6:56                                     ` Manu Abraham
2007-06-21 15:09                                       ` Lennart Sorensen
2007-06-13 21:33                           ` Linus Torvalds
2007-06-13 21:57                             ` Alan Cox
2007-06-13 22:06                               ` Linus Torvalds
2007-06-13 23:15                                 ` Alexandre Oliva
2007-06-13 23:46                                   ` Daniel Hazelton
2007-06-14  0:44                                     ` Adrian Bunk
2007-06-14  1:01                                       ` Daniel Hazelton
2007-06-14  1:24                                         ` Adrian Bunk
2007-06-14  1:40                                           ` Daniel Hazelton
2007-06-14  2:08                                             ` Adrian Bunk
2007-06-14  2:43                                               ` Daniel Hazelton
2007-06-14  2:56                                                 ` Adrian Bunk
2007-06-14  3:49                                                   ` Daniel Hazelton
2007-06-14  5:39                                                     ` Michael Gerdau
2007-06-14  6:40                                                       ` Daniel Hazelton
2007-06-14  4:00                                                   ` Valdis.Kletnieks
2007-06-14  5:49                                                     ` Theodore Tso
2007-06-14  8:39                                                       ` jimmy bahuleyan
2007-06-14 15:20                                                     ` Adrian Bunk
2007-06-14 16:01                                                       ` Linus Torvalds
2007-06-14 17:14                                                         ` Sean
2007-06-14 17:36                                                           ` Linus Torvalds
2007-06-14 18:42                                                             ` Alexandre Oliva
2007-06-14 19:03                                                               ` Linus Torvalds
2007-06-14 19:46                                                                 ` Alexandre Oliva
2007-06-14 19:55                                                                   ` Sam Ravnborg
2007-06-14 20:42                                                                     ` Alexandre Oliva
2007-06-14 21:04                                                                       ` Sam Ravnborg
2007-06-15  0:10                                                                       ` Daniel Hazelton
2007-06-14 20:15                                                                   ` Linus Torvalds
2007-06-14 21:06                                                                     ` Alexandre Oliva
2007-06-14 21:27                                                                       ` Linus Torvalds
2007-06-14 22:35                                                                         ` Alexandre Oliva
2007-06-14 22:52                                                                           ` Linus Torvalds
2007-06-14 23:20                                                                             ` Alexandre Oliva
2007-06-15  0:02                                                                               ` Jeremy Maitin-Shepard
2007-06-15  2:31                                                                                 ` Alexandre Oliva
2007-06-15 12:42                                                                                   ` Carlo Wood
2007-06-15 15:21                                                                                     ` Linus Torvalds
2007-06-16  3:00                                                                                       ` Sanjoy Mahajan
2007-06-16  8:57                                                                                         ` Krzysztof Halasa
2007-06-16 14:01                                                                                           ` Sanjoy Mahajan
2007-06-16 19:39                                                                                             ` Krzysztof Halasa
2007-06-15  1:20                                                                               ` Rob Landley
2007-06-15  1:29                                                                                 ` Olivier Galibert
2007-06-15  2:46                                                                                 ` Alexandre Oliva
2007-06-15  5:24                                                                               ` Theodore Tso
2007-06-15  6:16                                                                                 ` Sean
2007-06-15  6:34                                                                                   ` Al Viro
2007-06-15 10:02                                                                                 ` Bernd Paysan
2007-06-15 10:33                                                                                   ` Daniel Hazelton
2007-06-15 13:02                                                                                     ` Carlo Wood
2007-06-15 15:45                                                                                       ` Linus Torvalds
2007-06-15 16:22                                                                                         ` Adrian Bunk
2007-06-15 17:59                                                                                           ` Linus Torvalds
2007-06-15 20:30                                                                                           ` Daniel Hazelton
2007-06-15 16:43                                                                                         ` Carlo Wood
2007-06-15 18:15                                                                                           ` Linus Torvalds
2007-06-16  3:22                                                                                             ` Rob Landley
2007-06-15 20:51                                                                                       ` Daniel Hazelton
2007-06-15 15:29                                                                                   ` Linus Torvalds
2007-06-15 16:17                                                                                   ` Jan Harkes
2007-06-15 20:44                                                                                 ` Alexandre Oliva
2007-06-15  1:53                                                                           ` Daniel Hazelton
2007-06-14 23:53                                                                   ` Daniel Hazelton
2007-06-15  0:30                                                           ` Rob Landley
2007-06-14 17:15                                                         ` Adrian Bunk
2007-06-14 17:44                                                           ` Linus Torvalds
2007-06-14 17:48                                                         ` Rene Herman
2007-06-14 19:29                                                           ` Lennart Sorensen
2007-06-14 20:45                                                             ` Rene Herman
2007-06-14 17:49                                                         ` Alexandre Oliva
2007-06-14 18:06                                                           ` Linus Torvalds
2007-06-14 19:23                                                             ` Alexandre Oliva
2007-06-14 20:09                                                               ` Linus Torvalds
2007-06-14 20:54                                                                 ` Alexandre Oliva
2007-06-14 21:23                                                                   ` Linus Torvalds
2007-06-14 22:31                                                                     ` Alexandre Oliva
2007-06-14 22:43                                                                       ` Lennart Sorensen
2007-06-14 22:45                                                                       ` Linus Torvalds
2007-06-14 23:09                                                                         ` Alexandre Oliva
2007-06-14 23:37                                                                         ` David Schwartz
2007-06-15 14:24                                                                           ` Tomas Neme
2007-06-16  9:41                                                                             ` Bron Gondwana
2007-06-14 23:18                                                                 ` Carlo Wood
2007-06-14 23:39                                                                   ` Alan Cox
2007-06-15  0:02                                                                     ` Carlo Wood
2007-06-15  0:22                                                                       ` Alan Cox
2007-06-15  0:34                                                                       ` Linus Torvalds
2007-06-15  0:16                                                                   ` Jeremy Maitin-Shepard
2007-06-15  1:49                                                                   ` Rob Landley
2007-06-15 11:57                                                                     ` Bernd Paysan
2007-06-15 18:00                                                                       ` Rob Landley
2007-06-15 18:04                                                                       ` Lennart Sorensen
2007-06-15 18:38                                                                         ` Al Viro
2007-06-14 18:47                                                           ` Diego Calleja
2007-06-14 19:13                                                             ` Linus Torvalds
2007-06-14 19:55                                                               ` Alexandre Oliva
2007-06-14 21:03                                                                 ` David Schwartz
2007-06-14 22:31                                                                 ` Bongani Hlope
2007-06-14 22:57                                                                   ` Alexandre Oliva
2007-06-15 19:48                                                                 ` Diego Calleja
2007-06-14 19:49                                                       ` Daniel Hazelton
2007-06-15  1:58                                                         ` Rob Landley
2007-06-14  2:53                                             ` Alexandre Oliva
2007-06-15  0:15                                             ` Krzysztof Halasa
2007-06-14  9:32                                           ` Bernd Paysan
2007-06-15  3:19                                             ` Rob Landley
2007-06-14  1:45                                         ` Alan Cox
2007-06-14  2:17                                           ` Adrian Bunk
2007-06-14  6:07                                             ` Alexandre Oliva
2007-06-14  7:50                                               ` Adrian Bunk
2007-06-14 12:10                                             ` Alan Cox
2007-06-14  3:09                                       ` Linus Torvalds
2007-06-14  6:36                                         ` Alexandre Oliva
2007-06-14  7:05                                           ` Daniel Hazelton
2007-06-14 16:52                                             ` Alexandre Oliva
2007-06-14 17:14                                               ` Linus Torvalds
2007-06-14 18:35                                                 ` Alexandre Oliva
2007-06-14 23:18                                                   ` Daniel Hazelton
2007-06-15  1:43                                                     ` Alexandre Oliva
2007-06-15  2:37                                                       ` Daniel Hazelton
2007-06-15  3:39                                                         ` Alexandre Oliva
2007-06-15  5:14                                                           ` Daniel Hazelton
2007-06-15 20:04                                                             ` Alexandre Oliva
2007-06-15 21:48                                                               ` Daniel Hazelton
2007-06-15 23:11                                                                 ` Alexandre Oliva
2007-06-14 17:35                                               ` Florin Malita
2007-06-14 18:27                                                 ` Alexandre Oliva
2007-06-14 20:29                                                   ` Florin Malita
2007-06-14 21:39                                                     ` Alexandre Oliva
2007-06-14 23:45                                                       ` Bill Nottingham
2007-06-14 23:56                                                         ` Alan Cox
2007-06-15  0:36                                                           ` David Schwartz
2007-06-15  2:25                                                         ` Alexandre Oliva
2007-06-15  2:39                                                           ` Bill Nottingham
2007-06-15  3:44                                                             ` Alexandre Oliva
2007-06-15  3:50                                                               ` david
2007-06-15  4:19                                                                 ` Michael Poole
2007-06-15  7:16                                                           ` Rob Landley
2007-06-15 19:28                                                             ` Alexandre Oliva
2007-06-16  1:12                                                               ` Rob Landley
2007-06-16  1:42                                                                 ` Alexandre Oliva
2007-06-15  1:39                                                       ` Daniel Hazelton
2007-06-15  1:53                                                       ` Florin Malita
2007-06-15  3:19                                                         ` Alexandre Oliva
2007-06-15  5:57                                                           ` Daniel Hazelton
2007-06-15  6:29                                                             ` Glauber de Oliveira Costa
2007-06-15  6:54                                                               ` Daniel Hazelton
2007-06-15 19:49                                                             ` Alexandre Oliva
2007-06-15 21:34                                                               ` Daniel Hazelton
2007-06-15 23:08                                                                 ` Alexandre Oliva
2007-06-14 20:55                                               ` Chris Adams
2007-06-14 21:47                                                 ` Alan Cox
2007-06-14 22:37                                                   ` Alexandre Oliva
2007-06-15  8:53                                                     ` Bernd Petrovitsch
2007-06-14 15:34                                           ` Linus Torvalds
2007-06-14 18:01                                             ` Alexandre Oliva
2007-06-14 18:14                                               ` Linus Torvalds
2007-06-14 19:28                                                 ` Alexandre Oliva
2007-06-14  1:04                                     ` Alexandre Oliva
2007-06-14  1:21                                       ` Daniel Hazelton
2007-06-14  2:04                                         ` Alexandre Oliva
2007-06-14  3:04                                           ` Daniel Hazelton
2007-06-14  5:07                                             ` Alexandre Oliva
2007-06-14 14:14                                               ` Robin Getz
2007-06-14 17:46                                                 ` Alexandre Oliva
2007-06-14 23:44                                                   ` Rob Landley
2007-06-14 23:55                                                     ` Alan Cox
2007-06-15  2:07                                                     ` Alexandre Oliva
2007-06-15 18:25                                                   ` Robin Getz
2007-06-15 21:21                                                     ` Alexandre Oliva
2007-06-15  0:10                                                 ` Bron Gondwana
2007-06-14 10:23                                             ` Alan Cox
2007-06-14 10:38                                               ` Ingo Molnar
2007-06-14 11:20                                                 ` Alan Cox
2007-06-14 12:25                                                   ` Ingo Molnar
2007-06-14 23:07                                                     ` Rob Landley
2007-06-15 12:09                                                       ` Ingo Molnar
2007-06-15 18:54                                                         ` Alexandre Oliva
2007-06-15 21:48                                                           ` Ingo Molnar
2007-06-16  0:22                                                             ` Alexandre Oliva
2007-06-16  1:02                                                               ` Scott Preece
2007-06-16  1:06                                                               ` Daniel Hazelton
2007-06-17  7:38                                                               ` Ingo Molnar
2007-06-17  8:17                                                                 ` Alexandre Oliva
2007-06-17 15:08                                                                   ` Jan Harkes
2007-06-17 18:53                                                                     ` Alexandre Oliva
2007-06-15 22:03                                                           ` Scott Preece
2007-06-15 23:21                                                             ` Alexandre Oliva
2007-06-16  0:52                                                               ` Scott Preece
2007-06-16  1:38                                                                 ` Alexandre Oliva
2007-06-16  5:47                                                                   ` Scott Preece
2007-06-16  8:26                                                                     ` Alexandre Oliva
2007-06-16  2:12                                                                 ` Tim Post
2007-06-16  5:51                                                                   ` Scott Preece
2007-06-17  7:57                                                               ` Ingo Molnar
2007-06-17  8:28                                                                 ` Alexandre Oliva
2007-06-14 11:27                                                 ` Bernd Paysan
2007-06-14 13:24                                                   ` Ingo Molnar
2007-06-14 14:08                                                     ` Alan Milnes
2007-06-14 15:44                                                       ` Bernd Paysan
2007-06-14 23:17                                                         ` Rob Landley
2007-06-15  1:35                                                           ` Alexandre Oliva
2007-06-15  2:19                                                             ` Linus Torvalds
2007-06-15  3:08                                                               ` Alexandre Oliva
2007-06-15  3:34                                                                 ` Linus Torvalds
2007-06-15  4:04                                                                   ` Alexandre Oliva
2007-06-15  8:07                                                               ` Bernd Paysan
2007-06-15  9:23                                                             ` Alan Cox
2007-06-15 19:10                                                               ` Alexandre Oliva
2007-06-14 17:38                                                       ` Alexandre Oliva
2007-06-14 14:33                                                     ` Michael Poole
2007-06-14 23:08                                                   ` Rob Landley
2007-06-15  7:35                                                     ` Bernd Paysan
2007-06-14 17:40                                                 ` Alexandre Oliva
2007-06-14 17:46                                                   ` Linus Torvalds
2007-06-14 18:23                                                     ` Greg KH
     [not found]                                                       ` <4f436aae0706141128y5cfc8e52nb52745dfe8820341@mail.gmail.com>
     [not found]                                                         ` <dfb262380706141129u114111b1r5ff4fa1d843c2e48@mail.gmail.com>
2007-06-14 18:42                                                           ` Neshama Parhoti
2007-06-14 19:03                                                             ` Greg KH
2007-06-14 19:50                                                               ` Alexandre Oliva
2007-06-14 19:03                                                             ` Bill Nottingham
2007-06-14 21:22                                                             ` Alan Cox
2007-06-14 17:52                                                   ` Chris Friesen
2007-06-14 19:13                                                     ` Alexandre Oliva
2007-06-14 22:48                                                       ` Daniel Hazelton
2007-06-14 23:03                                                         ` Alexandre Oliva
2007-06-14 23:18                                                           ` Jesper Juhl
2007-06-14 23:45                                                             ` Alan Cox
2007-06-15  6:59                                                               ` Jesper Juhl
2007-06-15  7:08                                                                 ` Daniel Hazelton
2007-06-15 19:37                                                                   ` Alexandre Oliva
2007-06-15 21:15                                                                     ` Daniel Hazelton
2007-06-15 21:45                                                                       ` Alexandre Oliva
2007-06-15 21:57                                                                         ` Ingo Molnar
2007-06-15 23:06                                                                           ` Alexandre Oliva
2007-06-17  8:15                                                                             ` Ingo Molnar
2007-06-17  8:42                                                                               ` Alexandre Oliva
2007-06-17 17:47                                                                                 ` Tim Post
2007-06-15 22:09                                                                         ` Daniel Hazelton
2007-06-15 21:52                                                                       ` Linus Torvalds
2007-06-15 22:05                                                                         ` Ingo Molnar
2007-06-15 23:16                                                                       ` Alan Cox
2007-06-14 23:31                                                           ` Linus Torvalds
2007-06-14 23:48                                                             ` Alan Cox
2007-06-15  1:51                                                             ` Alexandre Oliva
2007-06-14 19:55                                                   ` Ingo Molnar
2007-06-14 20:32                                                     ` Al Viro
2007-06-14 21:05                                                       ` Ingo Molnar
2007-06-14 20:48                                                     ` Alexandre Oliva
2007-06-14 23:50                                                       ` Ingo Molnar
2007-06-15  0:10                                                         ` Alan Cox
2007-06-15  1:26                                                           ` Ingo Molnar
2007-06-15  9:10                                                             ` Alan Cox
2007-06-15 19:18                                                               ` Alexandre Oliva
2007-06-16 11:33                                                                 ` Bernd Schmidt
2007-06-16 16:57                                                                   ` Alexandre Oliva
2007-06-16 18:19                                                                     ` Al Viro
2007-06-16 18:53                                                                       ` Alexandre Oliva
2007-06-16 21:25                                                                         ` Jesper Juhl
2007-06-16 22:12                                                                           ` Linus Torvalds
2007-06-16 23:06                                                                             ` Al Viro
2007-06-16 22:19                                                                           ` Alexandre Oliva
2007-06-17  3:10                                                                         ` Linus Torvalds
2007-06-17  5:09                                                                           ` Alexandre Oliva
2007-06-17  5:48                                                                             ` Daniel Hazelton
2007-06-17  6:27                                                                               ` Alexandre Oliva
2007-06-17  6:59                                                                                 ` Daniel Hazelton
2007-06-17  8:06                                                                                   ` Alexandre Oliva
2007-06-17 14:05                                                                             ` Bernd Schmidt
2007-06-17 18:44                                                                               ` Alexandre Oliva
2007-06-17 19:14                                                                             ` Linus Torvalds
2007-06-17 19:46                                                                               ` Alexandre Oliva
2007-06-17 21:36                                                                                 ` Jesper Juhl
2007-06-17 21:58                                                                                   ` Chris Adams
2007-06-17 23:22                                                                                     ` Bron Gondwana
2007-06-18  0:45                                                                                       ` Chris Adams
2007-06-18  6:33                                                                                         ` Bron Gondwana
2007-06-18  0:01                                                                                     ` Andrea Arcangeli
2007-06-17 23:51                                                                                   ` Alexandre Oliva
2007-06-20 20:44                                                                                     ` Jesper Juhl
2007-06-21  4:54                                                                                       ` Alexandre Oliva
2007-06-17 23:33                                                                                 ` Linus Torvalds
2007-06-18  0:30                                                                                   ` Alexandre Oliva
2007-06-18 18:09                                                                                     ` Linus Torvalds
2007-06-18 19:26                                                                                       ` Alexandre Oliva
2007-06-18 19:43                                                                                         ` Linus Torvalds
2007-06-18 20:39                                                                                           ` Alexandre Oliva
2007-06-18 21:09                                                                                             ` Linus Torvalds
2007-06-18 21:43                                                                                               ` Linus Torvalds
2007-06-18 22:28                                                                                               ` Al Viro
2007-06-18 23:31                                                                                               ` Alexandre Oliva
2007-06-18 23:45                                                                                                 ` Daniel Hazelton
2007-06-19  2:06                                                                                                   ` Alexandre Oliva
2007-06-19  3:15                                                                                                     ` Daniel Hazelton
2007-06-19  5:58                                                                                                       ` Alexandre Oliva
2007-06-19  3:46                                                                                                     ` Linus Torvalds
2007-06-19  4:04                                                                                                       ` Al Viro
2007-06-19  5:51                                                                                                       ` Alexandre Oliva
2007-06-19  6:21                                                                                                         ` Daniel Hazelton
2007-06-19  6:44                                                                                                           ` Alexandre Oliva
2007-06-19  6:58                                                                                                             ` Daniel Hazelton
2007-06-19  8:04                                                                                                               ` Alexandre Oliva
2007-06-19  8:23                                                                                                                 ` Daniel Hazelton
2007-06-19 17:06                                                                                                                   ` Alexandre Oliva
2007-06-19 23:28                                                                                                                     ` Daniel Hazelton
2007-06-20  0:47                                                                                                                       ` Alexandre Oliva
2007-06-19 17:22                                                                                                                   ` Alexandre Oliva
2007-06-19 21:18                                                                                                                 ` david
2007-06-19 22:45                                                                                                                   ` Alexandre Oliva
2007-06-19 22:50                                                                                                                     ` david
2007-06-19 23:37                                                                                                                       ` Alexandre Oliva
2007-06-19 23:57                                                                                                                         ` david
2007-06-20  0:38                                                                                                                           ` Alexandre Oliva
2007-06-20  3:40                                                                                                                             ` david
2007-06-20 17:17                                                                                                                 ` Lennart Sorensen
2007-06-20 21:07                                                                                                                   ` Alexandre Oliva
2007-06-19 19:42                                                                                                           ` david
2007-06-19 21:09                                                                                                             ` Alexandre Oliva
2007-06-19 21:39                                                                                                               ` david
2007-06-19 23:30                                                                                                                 ` Alexandre Oliva
2007-06-19 23:49                                                                                                                   ` david
2007-06-19 23:54                                                                                                                     ` Daniel Hazelton
2007-06-19 14:17                                                                                                         ` Pekka Enberg
2007-06-19 17:28                                                                                                           ` Alexandre Oliva
2007-06-19 20:44                                                                                                             ` Pekka Enberg
2007-06-18 23:49                                                                                                 ` Linus Torvalds
2007-06-19  1:18                                                                                                 ` Kevin Bowling
2007-06-19  5:29                                                                                                   ` Alexandre Oliva
2007-06-19  1:25                                                                                                 ` Jan Harkes
2007-06-19  2:03                                                                                                   ` David Schwartz
2007-06-19  5:40                                                                                                   ` Alexandre Oliva
2007-06-19 20:01                                                                                                     ` Jan Harkes
2007-06-19 21:20                                                                                                       ` Alexandre Oliva
2007-06-20  2:02                                                                                                         ` Jan Harkes
2007-06-20  3:34                                                                                                           ` Dave Neuer
2007-06-20  7:07                                                                                                             ` David Schwartz
2007-06-20  7:35                                                                                                               ` Alexandre Oliva
2007-06-20 17:34                                                                                                 ` Jesper Juhl
2007-06-20 18:10                                                                                                   ` Tomas Neme
2007-06-20 18:19                                                                                                     ` Michael Poole
2007-06-20 18:54                                                                                                       ` H. Peter Anvin
2007-06-20 19:06                                                                                                         ` david
2007-06-20 19:26                                                                                                           ` Michael Poole
2007-06-20 19:40                                                                                                             ` david
2007-06-20 19:50                                                                                                               ` Michael Poole
2007-06-20 19:58                                                                                                                 ` david
2007-06-20 20:07                                                                                                                   ` Michael Poole
2007-06-20 22:49                                                                                                                     ` David Schwartz
2007-06-20 23:38                                                                                                                       ` Michael Poole
2007-06-20 23:48                                                                                                                         ` David Schwartz
2007-06-21  0:15                                                                                                                           ` Michael Poole
2007-06-21  2:08                                                                                                                             ` David Schwartz
2007-06-21  2:40                                                                                                                               ` Michael Poole
2007-06-21  2:53                                                                                                                                 ` David Schwartz
2007-06-21  3:02                                                                                                                                   ` Michael Poole
2007-06-21  3:06                                                                                                                                 ` david
2007-06-21  3:15                                                                                                                                   ` Michael Poole
2007-06-21  3:41                                                                                                                                     ` david
2007-06-21  3:58                                                                                                                                       ` Michael Poole
2007-06-21 17:16                                                                                                                     ` Lennart Sorensen
2007-06-21 17:26                                                                                                                       ` david
2007-06-21 17:43                                                                                                                         ` Lennart Sorensen
2007-06-21 17:51                                                                                                                           ` david
2007-06-21 18:05                                                                                                                             ` Lennart Sorensen
2007-06-21 18:29                                                                                                                               ` david
2007-06-21 19:54                                                                                                                                 ` Alexandre Oliva
2007-06-20 19:05                                                                                                       ` Tomas Neme
2007-06-20 19:20                                                                                                         ` Michael Poole
2007-06-20 19:33                                                                                                           ` david
2007-06-20 19:38                                                                                                             ` Michael Poole
2007-06-20 19:45                                                                                                               ` david
2007-06-20 19:53                                                                                                                 ` Michael Poole
2007-06-20 20:02                                                                                                                   ` david
2007-06-20 20:05                                                                                                                 ` Dave Neuer
2007-06-21  3:46                                                                                                                 ` Alexandre Oliva
2007-06-21  4:08                                                                                                                   ` david
2007-06-21  6:05                                                                                                                     ` Alexandre Oliva
2007-06-21  6:29                                                                                                                       ` david
2007-06-21  7:12                                                                                                                         ` Alexandre Oliva
2007-06-21  7:29                                                                                                                           ` david
2007-06-20 19:55                                                                                                           ` David Schwartz
2007-06-21  4:00                                                                                                             ` Alexandre Oliva
2007-06-21 11:14                                                                                                             ` Alan Cox
2007-06-21 18:17                                                                                                               ` David Schwartz
2007-06-21 19:19                                                                                                                 ` Stephen Clark
2007-06-22  2:54                                                                                                                   ` Kyle Moffett
2007-06-21 19:38                                                                                                                 ` Alexandre Oliva
2007-06-20 20:02                                                                                                           ` Tomas Neme
2007-06-20 20:06                                                                                                             ` Tomas Neme
2007-06-20 20:25                                                                                                             ` Michael Poole
2007-06-20 20:46                                                                                                               ` Tim Post
2007-06-20 19:47                                                                                                       ` David Schwartz
2007-06-20 23:34                                                                                                         ` Dave Neuer
2007-06-20 23:48                                                                                                           ` David Schwartz
2007-06-21  0:14                                                                                                             ` Dave Neuer
2007-06-20 21:09                                                                                                   ` Alexandre Oliva
2007-06-20 21:20                                                                                                     ` david
2007-06-21  4:30                                                                                                       ` Alexandre Oliva
2007-06-20 16:27                                                                                     ` Andrew McKay
2007-06-20 16:56                                                                                       ` Alan Cox
2007-06-20 19:13                                                                                         ` Andrew McKay
2007-06-20 20:59                                                                                           ` Alexandre Oliva
2007-06-20 21:14                                                                                             ` Tomas Neme
2007-06-20 21:27                                                                                               ` Dave Neuer
     [not found]                                                                                                 ` <2e6659dd0706201629t2c293c5di614b2eb0818a9777@mail.gmail.com>
2007-06-20 23:53                                                                                                   ` Dave Neuer
2007-06-21  0:14                                                                                                     ` Tomas Neme
2007-06-21  4:23                                                                                               ` Alexandre Oliva
2007-06-21 16:34                                                                                                 ` Lennart Sorensen
2007-06-21 18:42                                                                                                   ` Alan Cox
2007-06-21  9:20                                                                                               ` Bernd Petrovitsch
2007-06-21  9:28                                                                                                 ` Manu Abraham
2007-06-20 21:16                                                                                             ` david
2007-06-20 21:42                                                                                               ` Andrew McKay
2007-06-21  4:26                                                                                               ` Alexandre Oliva
2007-06-21  5:30                                                                                                 ` david
2007-06-21  6:10                                                                                                   ` Alexandre Oliva
2007-06-21  6:39                                                                                                     ` david
2007-06-21  7:16                                                                                                       ` Alexandre Oliva
2007-06-21  7:33                                                                                                         ` david
2007-06-21  8:01                                                                                                           ` Manu Abraham
2007-06-21 19:34                                                                                                           ` Alexandre Oliva
2007-06-21 20:01                                                                                                             ` david
2007-06-21 20:28                                                                                                               ` Alexandre Oliva
2007-06-21 20:45                                                                                                                 ` david
2007-06-21 23:59                                                                                                                   ` Alexandre Oliva
2007-06-22  0:20                                                                                                                     ` david
2007-06-22  1:22                                                                                                                       ` Alexandre Oliva
2007-06-22  2:13                                                                                                                         ` David Schwartz
2007-06-21 12:53                                                                                                       ` Tomas Neme
2007-06-21 16:30                                                                                                         ` david
2007-06-21 15:18                                                                                                       ` Andrew McKay
2007-06-21 19:45                                                                                                         ` Alexandre Oliva
2007-06-21 20:04                                                                                                           ` Andrew McKay
2007-06-21 10:15                                                                                                   ` Tim Post
2007-06-20 21:41                                                                                             ` Andrew McKay
2007-06-21 11:22                                                                                           ` Alan Cox
2007-06-21 15:31                                                                                             ` Andrew McKay
2007-06-21 19:48                                                                                               ` Alexandre Oliva
2007-06-21 20:16                                                                                                 ` Andrew McKay
2007-06-21 23:56                                                                                                   ` Alexandre Oliva
2007-06-22 16:45                                                                                                     ` Tomas Neme
2007-06-22 19:47                                                                                                       ` Alexandre Oliva
2007-06-22 20:21                                                                                                         ` Tomas Neme
2007-06-20 17:08                                                                                       ` Tim Post
2007-06-17 23:40                                                                                 ` Andrea Arcangeli
2007-06-18  0:44                                                                                   ` Alexandre Oliva
2007-06-18 15:50                                                                                 ` Johannes Stezenbach
2007-06-18 18:41                                                                                   ` Alexandre Oliva
2007-06-18 23:25                                                                                     ` Johannes Stezenbach
2007-06-18 23:39                                                                                       ` david
2007-06-19  2:32                                                                                         ` Alexandre Oliva
2007-06-19  2:41                                                                                           ` Is kdb package available for 2.6 Linux on PowerPC? gshan
2007-06-19  2:27                                                                                       ` Dual-Licensing Linux Kernel with GPL V2 and GPL V3 Alexandre Oliva
2007-06-19 10:28                                                                                         ` Johannes Stezenbach
2007-06-19 11:08                                                                                           ` Manu Abraham
2007-06-19 13:10                                                                                             ` Johannes Stezenbach
2007-06-19 14:17                                                                                               ` Manu Abraham
2007-06-19 18:19                                                                                               ` Alexandre Oliva
2007-06-17 13:47                                                                           ` bert hubert
2007-06-16 18:23                                                                     ` Daniel Hazelton
2007-06-16 19:30                                                                       ` Alexandre Oliva
2007-06-17  0:16                                                                     ` Bernd Schmidt
2007-06-17  2:00                                                                       ` Alexandre Oliva
2007-06-15  2:21                                                         ` Alexandre Oliva
2007-06-15  2:52                                                           ` Daniel Hazelton
2007-06-15  3:54                                                             ` Alexandre Oliva
2007-06-15  5:36                                                               ` Daniel Hazelton
2007-06-15 11:31                                                           ` Ingo Molnar
2007-06-15 19:03                                                             ` Alexandre Oliva
2007-06-15 21:29                                                               ` Ingo Molnar
2007-06-16  3:01                                                                 ` Tim Post
2007-06-16  3:44                                                                   ` Alexandre Oliva
2007-06-16  4:07                                                                     ` Daniel Hazelton
2007-06-16  8:21                                                                       ` Alexandre Oliva
2007-06-16 18:43                                                                         ` Daniel Hazelton
2007-06-16 19:05                                                                           ` Tim Post
2007-06-16 22:01                                                                           ` Alexandre Oliva
2007-06-16 22:26                                                                             ` Daniel Hazelton
2007-06-16  4:31                                                                     ` Tim Post
2007-06-15 18:17                                                           ` Lennart Sorensen
2007-06-15 21:19                                                             ` Alexandre Oliva
2007-06-15  4:11                                                         ` Bron Gondwana
2007-06-15  5:38                                                           ` Alexandre Oliva
2007-06-15  6:02                                                             ` Daniel Hazelton
2007-06-15 19:53                                                               ` Alexandre Oliva
2007-06-15  7:23                                                             ` Bron Gondwana
2007-06-15 19:26                                                               ` Alexandre Oliva
2007-06-16  2:16                                                                 ` Bron Gondwana
2007-06-16  4:10                                                                   ` Daniel Hazelton
2007-06-16  8:22                                                                   ` Alexandre Oliva
2007-06-16 10:31                                                                     ` Bron Gondwana
2007-06-16 17:14                                                                       ` Alexandre Oliva
2007-06-16 18:31                                                                         ` Daniel Hazelton
2007-06-16 19:27                                                                           ` Alexandre Oliva
2007-06-16 20:04                                                                             ` David Schwartz
2007-06-17  1:39                                                                               ` Alexandre Oliva
2007-06-17  2:35                                                                                 ` David Schwartz
2007-06-17  3:52                                                                                   ` Alexandre Oliva
2007-06-18 20:13                                                                                     ` David Schwartz
2007-06-18 21:12                                                                                       ` Alexandre Oliva
2007-06-18 21:36                                                                                         ` david
2007-06-18 21:48                                                                                           ` Michael Poole
2007-06-18 22:59                                                                                             ` David Schwartz
2007-06-19  1:21                                                                                               ` Michael Poole
2007-06-19  2:10                                                                                                 ` David Schwartz
2007-06-19  2:48                                                                                                   ` Michael Poole
2007-06-19  1:26                                                                                               ` Alexandre Oliva
2007-06-18 22:59                                                                                           ` David Schwartz
2007-06-18 23:23                                                                                           ` Alan Cox
2007-06-18 21:39                                                                                         ` David Schwartz
2007-06-19  1:49                                                                                           ` Alexandre Oliva
2007-06-19  2:17                                                                                             ` David Schwartz
2007-06-19  5:23                                                                                               ` Alexandre Oliva
2007-06-19 17:50                                                                                                 ` David Schwartz
2007-06-19 19:56                                                                                                   ` Alexandre Oliva
2007-06-19 20:33                                                                                                     ` David Schwartz
2007-06-19 21:52                                                                                                       ` Alexandre Oliva
2007-06-19 22:40                                                                                                         ` David Schwartz
2007-06-19 23:51                                                                                                           ` Alexandre Oliva
2007-06-20 14:04                                                                                         ` Lennart Sorensen
2007-06-20 20:55                                                                                           ` Alexandre Oliva
2007-06-20 14:01                                                                                     ` Lennart Sorensen
2007-06-20 20:52                                                                                       ` Alexandre Oliva
2007-06-20 21:09                                                                                         ` david
2007-06-21  4:19                                                                                           ` Alexandre Oliva
2007-06-21 15:00                                                                                         ` Lennart Sorensen
2007-06-21 19:45                                                                                           ` Alexandre Oliva
2007-06-16 22:17                                                                             ` Daniel Hazelton
2007-06-17  1:49                                                                               ` Alexandre Oliva
2007-06-17  3:06                                                                                 ` Daniel Hazelton
2007-06-17  3:31                                                                                   ` Alexandre Oliva
2007-06-17  4:08                                                                                     ` Daniel Hazelton
2007-06-17  5:31                                                                                       ` Alexandre Oliva
2007-06-17 12:51                                                                                       ` Graham Murray
2007-06-17 13:54                                                                                       ` Michael Poole
2007-06-17 18:18                                                                                         ` Daniel Hazelton
2007-06-17 18:46                                                                                           ` Michael Poole
2007-06-17 19:41                                                                                             ` Daniel Hazelton
2007-06-17 20:47                                                                                               ` Alexandre Oliva
2007-06-17 20:54                                                                                               ` Michael Poole
2007-06-17 19:32                                                                                           ` Alexandre Oliva
2007-06-17 19:51                                                                                             ` Daniel Hazelton
2007-06-17  5:14                                                                                     ` Al Viro
2007-06-17  5:56                                                                                       ` Alexandre Oliva
2007-06-18 15:45                                                                                         ` Greg KH
2007-06-18 18:20                                                                                           ` Alexandre Oliva
2007-06-18 18:32                                                                                             ` david
2007-06-18 18:41                                                                                               ` Chris Adams
2007-06-18 19:20                                                                                               ` Alexandre Oliva
2007-06-18 19:00                                                                                             ` Dave Neuer
2007-06-18 19:42                                                                                               ` Alexandre Oliva
2007-06-18 19:48                                                                                             ` Greg KH
2007-06-18 21:56                                                                                               ` Theodore Tso
2007-06-21 10:40                                                                                           ` Bernd Schmidt
2007-06-21 19:36                                                                                             ` Alexandre Oliva
2007-06-18 22:15                                                                                         ` Al Viro
2007-06-19  6:23                                                                                           ` Alexandre Oliva
     [not found]                                                                                     ` <alpine.LFD.0.98.0706162116570.14121@woody.linux-foundation.org>
2007-06-17  5:43                                                                                       ` Alexandre Oliva
2007-06-17 19:16                                                                                         ` Linus Torvalds
2007-06-17 20:34                                                                                           ` Alexandre Oliva
2007-06-16 23:32                                                                         ` Bron Gondwana
2007-06-17  0:58                                                                           ` Linus Torvalds
2007-06-17  2:21                                                                             ` Jeffrey V. Merkey
2007-06-17  1:27                                                                               ` Carlo Wood
2007-06-17  8:06                                                                             ` Bron Gondwana
2007-06-18 20:03                                                                               ` David Schwartz
2007-06-19  0:01                                                                                 ` Bron Gondwana
2007-06-17  8:35                                                                             ` Bron Gondwana
2007-06-17  1:54                                                                           ` Alexandre Oliva
2007-06-17  3:10                                                                             ` Daniel Hazelton
2007-06-17  4:19                                                                               ` Alexandre Oliva
2007-06-17  4:23                                                                                 ` Daniel Hazelton
2007-06-17  5:38                                                                                   ` Alexandre Oliva
2007-06-17  8:08                                                                                     ` Bron Gondwana
2007-06-17 11:20                                                                             ` Alan Cox
2007-06-17 18:33                                                                               ` Alexandre Oliva
2007-06-17 20:18                                                                                 ` Alan Cox
2007-06-17 20:49                                                                                   ` Alexandre Oliva
2007-06-17 21:21                                                                                     ` Alan Cox
2007-06-17 23:11                                                                                       ` mea culpa on the meaning of Tivoization (was: Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3) Alexandre Oliva
2007-06-17 23:50                                                                                         ` Alan Cox
2007-06-18  0:56                                                                                           ` mea culpa on the meaning of Tivoization Alexandre Oliva
2007-06-18  7:22                                                                                             ` Hans-Jürgen Koch
2007-06-18 18:55                                                                                               ` Alexandre Oliva
2007-06-18 19:44                                                                                                 ` Hans-Jürgen Koch
2007-06-18 21:18                                                                                                   ` Alexandre Oliva
2007-06-18 21:31                                                                                                     ` Hans-Jürgen Koch
2007-06-19  2:46                                                                                                       ` Alexandre Oliva
2007-06-19  8:22                                                                                                         ` Hans-Jürgen Koch
2007-06-19 11:50                                                                                                           ` Michael Poole
2007-06-19 21:48                                                                                                             ` Hans-Jürgen Koch
2007-06-19 18:32                                                                                                           ` Alexandre Oliva
2007-06-19 22:08                                                                                                             ` Hans-Jürgen Koch
2007-06-20  0:30                                                                                                               ` Alexandre Oliva
2007-06-18 20:53                                                                                           ` mea culpa on the meaning of Tivoization (was: Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3) Rob Landley
2007-06-18  1:15                                                                                         ` Daniel Hazelton
2007-06-18 19:09                                                                                           ` mea culpa on the meaning of Tivoization Alexandre Oliva
2007-06-18 19:59                                                                                             ` Daniel Hazelton
2007-06-18 21:31                                                                                               ` Alexandre Oliva
2007-06-18 22:08                                                                                                 ` Daniel Hazelton
2007-06-19  2:57                                                                                                   ` Alexandre Oliva
2007-06-19  3:25                                                                                                     ` Daniel Hazelton
2007-06-19  6:10                                                                                                       ` Alexandre Oliva
2007-06-19  6:28                                                                                                         ` Daniel Hazelton
2007-06-18 20:03                                                                                 ` Dual-Licensing Linux Kernel with GPL V2 and GPL V3 David Schwartz
2007-06-18 20:50                                                                                   ` Alexandre Oliva
2007-06-19  3:21                                                                             ` Daniel Drake
2007-06-19  4:51                                                                               ` Tim Post
2007-06-19  6:03                                                                               ` Alexandre Oliva
2007-06-19 21:07                                                                                 ` david
2007-06-19 21:46                                                                                   ` Alexandre Oliva
2007-06-20 13:41                                                                 ` Lennart Sorensen
2007-06-20 20:21                                                                   ` Alexandre Oliva
2007-06-14 22:56                                       ` Rob Landley
2007-06-14  1:16                                     ` Alan Cox
2007-06-14  1:29                                       ` Daniel Hazelton
2007-06-14  2:40                                         ` Alexandre Oliva
2007-06-14  3:48                                           ` Valdis.Kletnieks
2007-06-14  6:03                                             ` Alexandre Oliva
2007-06-14 17:50                                               ` Valdis.Kletnieks
2007-06-14 19:29                                                 ` Alexandre Oliva
2007-06-15 11:42                                                   ` Ingo Molnar
2007-06-15 12:06                                                     ` Alan Cox
2007-06-14 22:24                                         ` David Woodhouse
2007-06-15  1:44                                           ` Daniel Hazelton
2007-06-15  8:25                                             ` David Woodhouse
2007-06-15  8:58                                               ` Daniel Hazelton
2007-06-15  9:17                                                 ` David Woodhouse
2007-06-15 10:03                                                   ` Daniel Hazelton
2007-06-15 10:49                                                     ` David Woodhouse
2007-06-15 20:24                                                       ` Daniel Hazelton
2007-06-15 15:58                                                   ` Linus Torvalds
2007-06-15 17:56                                                     ` David Woodhouse
2007-06-15 18:23                                                       ` Linus Torvalds
2007-06-15 19:49                                                         ` David Woodhouse
2007-06-15 20:20                                                           ` Ingo Molnar
2007-06-15 20:28                                                             ` David Woodhouse
2007-06-15 20:56                                                               ` Ingo Molnar
2007-06-15 20:34                                                           ` Linus Torvalds
2007-06-15 20:47                                                             ` David Woodhouse
2007-06-15 21:23                                                           ` Daniel Hazelton
2007-06-15 18:30                                               ` Alexandre Oliva
2007-06-15 11:49                                           ` Ingo Molnar
2007-06-15 11:57                                             ` David Woodhouse
2007-06-15 12:29                                               ` Ingo Molnar
2007-06-15 12:36                                                 ` David Woodhouse
2007-06-15 12:58                                                   ` Ingo Molnar
2007-06-15 13:12                                                     ` David Woodhouse
2007-06-15 19:49                                                       ` David Schwartz
2007-06-16  2:13                                                         ` David Schwartz
2007-06-15 20:58                                                       ` Daniel Hazelton
2007-06-14  4:39                                 ` Willy Tarreau
2007-06-13 23:11                             ` Alexandre Oliva
2007-06-14  2:28                               ` Linus Torvalds
2007-06-13 23:35                             ` Jörn Engel
2007-06-13 23:50                               ` Daniel Hazelton
2007-06-14  0:14                                 ` Neil Brown
2007-06-14  0:48                                   ` Daniel Hazelton
2007-06-14  0:58                                   ` Alexandre Oliva
2007-06-14  0:56                               ` Alexandre Oliva
2007-06-14  2:13                               ` Satyam Sharma
2007-06-11  6:11       ` H. Peter Anvin
2007-06-10  8:49   ` Tarkan Erimer
2007-06-10  9:36     ` Neil Brown
2007-06-10 12:45       ` Jiri Kosina
2007-06-10 13:04         ` Daniel Hazelton
2007-06-10 14:23         ` Michael Gerdau
2007-06-10 14:49           ` Adrian Bunk
2007-06-10 14:56             ` Michael Gerdau
2007-06-10 13:38       ` Adrian Bunk
2007-06-10 14:30         ` Michael Gerdau
2007-06-10 13:40       ` Alan Cox
2007-06-10 13:56         ` Daniel Hazelton
2007-06-10 15:38       ` Tim Post
2007-06-11  9:53     ` Tim Post
2007-06-13 13:47       ` Pavel Machek
2007-06-09  7:04 ` David Schwartz
2007-06-10  8:37   ` Tarkan Erimer
2007-06-10  9:03     ` Jan Engelhardt
2007-06-10  9:17     ` Simon Arlott
2007-06-10 11:08       ` Jan Engelhardt
2007-06-10 20:42         ` David Schwartz
2007-06-13 20:03           ` Rob Landley
  -- strict thread matches above, loose matches on Subject: below --
2007-06-17 20:19 Al Boldi
2007-06-26  4:17 ` Al Boldi
2007-06-26  6:18   ` Alexandre Oliva
2007-06-26 10:44     ` Al Boldi
2007-06-26 17:11       ` Alexandre Oliva
2007-06-26 17:17         ` david
2007-06-26 19:44           ` Alexandre Oliva
2007-06-26 20:08             ` david
2007-06-26 22:45               ` David Schwartz
2007-06-26 23:30               ` Alexandre Oliva
2007-06-26 19:10         ` David Schwartz
2007-06-26 19:16           ` Tomas Neme
2007-06-26 22:12             ` David Schwartz
2007-06-26 21:02           ` Alexandre Oliva
2007-06-26 22:12             ` David Schwartz
2007-06-27  3:32         ` Al Boldi
     [not found] <fa.toMqQ3LqoQn6Xh51bVordO8WMVc@ifi.uio.no>
     [not found] ` <fa.EmnDne9QndTLcw7NAzc83tWplMI@ifi.uio.no>
     [not found]   ` <fa.G+0vGcF8U8pcd6ozkdhKGsQ/dDs@ifi.uio.no>
     [not found]     ` <fa.8bXRW7nY7z5eXVZxCxUgra+gbb8@ifi.uio.no>
     [not found] ` <fa.S7TtURxpneesx5OvHH3PsGMA/6I@ifi.uio.no>
     [not found]   ` <fa.FCPGQxJuO8s/Srp6aUwojWeKBWQ@ifi.uio.no>
     [not found]     ` <fa.CT3b+p3Ki2+O+ri7hJPZXsp4NLI@ifi.uio.no>
     [not found] <fa.V8u0BBHrkymrjcYrFArgehF4jRA@ifi.uio.no>
     [not found] ` <fa.98cYXp0MWFizp+AzMAkKWAo+bpE@ifi.uio.no>
     [not found]   ` <fa.21pY11gonruis9l1QAvUgcD/c7g@ifi.uio.no>
     [not found] <fa.khBgzvPDXYj45cntZBDPf6OM0jQ@ifi.uio.no>
     [not found] ` <fa.yLrgAnyZNUTaQtIdBjBq6aFGXU8@ifi.uio.no>
     [not found]   ` <fa.OeLmE9apDSUc1Jj/3NNi3Oh5dxg@ifi.uio.no>
     [not found]     ` <fa.81ogjXw6CW1aVETJQcz/2q97Mlw@ifi.uio.no>

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MDEHLPKNGKAHNMBLJOLKKEHMEJAC.davids@webmaster.com \
    --to=davids@webmaster.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rob@landley.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).