linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Hazelton <dhazelton@enter.net>
To: David Woodhouse <dwmw2@infradead.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
	Alexandre Oliva <aoliva@redhat.com>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Greg KH <greg@kroah.com>, debian developer <debiandev@gmail.com>,
	david@lang.hm, Tarkan Erimer <tarkan@netone.net.tr>,
	linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	mingo@elte.hu
Subject: Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Date: Fri, 15 Jun 2007 06:03:59 -0400	[thread overview]
Message-ID: <200706150604.00086.dhazelton@enter.net> (raw)
In-Reply-To: <1181899064.25228.342.camel@pmac.infradead.org>

On Friday 15 June 2007 05:17:44 David Woodhouse wrote:
> On Fri, 2007-06-15 at 04:58 -0400, Daniel Hazelton wrote:
> > > If the module is distributed 'as a separate work', _then_ what you say
> > > is true: the only reason you'd have a right to the source is if the
> > > module is considered a 'derivative work'.
> > >
> > > But when you distribute the same module as part of a whole which is a
> > > work based on the kernel, the distribution of the whole must be on the
> > > terms of GPL, whose permissions for other licensees extend to the
> > > entire whole, and thus to each and every part regardless of who wrote
> > > it.
> >
> > -ELOGIC
>
> What's logic got to do with it? It was fairly much a direct quote from
> the licence. You have _read_ the licence, haven't you?

Hrm... Perhaps I misread your post originally. Let me read it again and see if 
I didn't encounter a parsing error somewhere... Nope. Error of omission. The 
text you cut changes the meaning of the passage in its entirety.

Here, I'll quote it, in it's entirety:

These requirements apply to the modified work as a whole.  If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works.  But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.

In other words, it applies to *SECTIONS* of the code, not to individual object 
code files. This is why kernel modules can have their own, separate license 
from the kernel. It isn't until the code is shipped as a *standard* part of 
the kernel that it has to be GPLv2. (Dynamic Linking, being a totally 
mechanical process, cannot create a derivative work under US copyright law, 
so please, don't try that old saw)

What this means is that it doesn't matter that a non-GPL module is shipped, 
in "object code" form with the "object code" form of the linux kernel it is 
designed to interface with - it *still* doesn't become automatically covered 
by the GPL.

> > > The words you used were 'with the kernel', which could actually mean
> > > either of the above. In the case of embedded Linux-based firmware
> > > though, it's definitely the latter. It's a coherent whole, and it
> > > contains both the kernel and the module. Thus the GPL extends to each
> > > and every part, regardless of who wrote it. Including the module.
> >
> > Just because two things are bundled together doesn't put them under the
> > same license or copyright. Take a look at the GPL, which specifically
> > mentions that "mere aggregation" does not cause something to fall under
> > the GPL. Not that the GPL can even change the law - in the US copyright
> > law specifically states that "mechanical translation" and "mechanical
> > processes" *CANNOT* create a "new" work. Since the process of compiling
> > source into a binary is, by definition, a *mechanical* process then the
> > binary can't suddenly become covered by a different copyright license
> > than the source code merely because of the medium on which its
> > distributed or the manner in which it is distributed.
>
> You're confused.

Nope. Not confused at all.

> If I grant you a licence on the condition that you give me money, would
> you object on the basis that the money is not a 'derived work' of my
> code? No. It's just a condition of the licence, and you're not allowed
> to use my code unless you give me money.

But you obviously are. After all, what does this have to do with whether the 
GPLv2 can "magically" change the law? 

> If I grant you a licence on the condition that you sacrifice your
> first-born son to Satan, would you object on the basis that your son is
> not a 'derived work' of my code? No. It's just a condition of the
> licence. If you don't do it, you don't have the right to use my code.
> (You may be able to get me locked up, but you still don't get to use my
> code without a licence).
>
> If I grant you a licence on the condition that you release _everything_
> you write this year under the GPLv2, would you object on the basis that
> your code is not a 'derived work' of my own? No. It's just a condition
> of the licence, which you choose to accept or not.

Again, what does this have to do with your apparent belief that me putting a 
binary of a kernel module that isn't GPL'd on a disc with the Linux kernel 
causes that module to become covered by the GPL?

> If I grant you a licence on the condition that anything you release in
> _combination_ with my code must also be released under the GPL, would
> you object on the basis that you code is not a 'derived work' of my own?
> No. Again, it's just a condition of the licence. If you don't want to
> obey the licence, you don't get to use the kernel in the first place.
>
> Talking about how your code can't possibly be a derived work is just a
> red herring. The GPL explicitly talks about works which are 'independent
> and separate works in themselves', to which the GPL does not apply 'when
> you distribute them as separate works'.

And it also says:
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.

In other words, even though I've built a program that isn't GPL'd, I can still 
put it on the same "volume of storage or distribution medium" as a GPL'd work 
and not have to put it under the GPL. Imagine that.

And again, I have to point out that, no matter what RMS and the rest of the 
people that wrote the GPLv2 may believe, it can't change the law on which it 
is based. If the law says "mechanical translation or processes cannot produce 
a new work", then no matter what the GPLv2 says, I can write a parser 
skeleton in the "YACC" language, run it through Bison and *NOT* need 
the "exception" that the FSF "thoughtfully" provides. Why? Because the 
*skeleton* I wrote carries the copyright - not the output of Bison, despite 
what the GPL *might* say on this in Section 0. A license *cannot* change the 
law, because it gets all its power from the law.

> But when you distribute the same sections as part of a whole which is a
> work based on the Program, the distribution of the whole must be on the
> terms of this License, whose permissions for other licensees extend to
> the entire whole, and thus to each and every part regardless of who
> wrote it.

Hrm... I see, you've included the section unmolested here - but you still seem 
unable to read it correctly. Perhaps I'm wrong though.

> It's your choice -- you're not _forced_ to use the kernel, and you're
> not _forced_ to distribute a product which combines it with other code
> of your own. But if you do, you're bound by the licence. And whether
> your code is a 'derived work' has nothing to do with it.

And is this what the process of making a module does? Because that *IS* what I 
had mentioned. If the mail I'm responding to was a response to that mail then 
you are sadly confused as to what I was talking about. 

> Yes, there are exceptions for mere aggregation onto a storage medium --
> if the kernel and your own work are next to each other on a backup tape
> or your laptop's hard drive, or even both burned to a 'Gratis Software'
> CD as _separate_ works, then that doesn't count. But we're talking about
> a product which has a Linux kernel, a module built specifically for that
> kernel, and cannot function unless both of them are present. That ain't
> "mere aggregation on a storage medium".

Yet it still doesn't make them a "combined work". If it did then the simple 
act of me installing a copy of the ATI or NVidia modules makes them GPL'd. 
But it doesn't - if it did I'm sure that somebody would have filed a lawsuit 
over this already.

DRH


-- 
Dialup is like pissing through a pipette. Slow and excruciatingly painful.

  reply	other threads:[~2007-06-15 10:04 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
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 [this message]
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=200706150604.00086.dhazelton@enter.net \
    --to=dhazelton@enter.net \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=aoliva@redhat.com \
    --cc=david@lang.hm \
    --cc=debiandev@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tarkan@netone.net.tr \
    --cc=torvalds@linux-foundation.org \
    /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).