linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robin Getz <rgetz@blackfin.uclinux.org>
To: "Alexandre Oliva" <aoliva@redhat.com>
Cc: "Daniel Hazelton" <dhazelton@enter.net>,
	"Linus Torvalds" <torvalds@linux-foundation.org>,
	"Alan Cox" <alan@lxorguk.ukuu.org.uk>, "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: Thu, 14 Jun 2007 10:14:21 -0400	[thread overview]
Message-ID: <200706141014.21574.rgetz@blackfin.uclinux.org> (raw)
In-Reply-To: <ork5u7i0oi.fsf@oliva.athome.lsd.ic.unicamp.br>

On Thu 14 Jun 2007 01:07, Alexandre Oliva pondered:
> On Jun 14, 2007, Daniel Hazelton <dhazelton@enter.net> wrote:
> 
> > User B buys the router and modifies the kernel so it drives the WiFi
> to an 
> > output power twice that which it is licensed to carry.
> > FCC finds out and prosecutes User B for violating the regulations.
> 
> Ok so far.
> 
> > FCC then pulls the small companies license until they change their
> > hardware so the driver can't push it to transmit at a higher power
> > level and levies a fine.
> 
> I'd say this is unfair, but if it can happen, 

it can (at least hypothetically in the US - I do not know of any actual 
cases - anyone?).

> then maybe the small 
> company could have been more careful about the regulations.  There are
> various ways to prevent these changes that don't involve imposing
> restrictions of modification on any software in the device, all the
> way from hardware-constrained output power to hardware-verified
> authorized configuration parameters.

As a person pretty familiar with the hardware in these types of devices - this 
just isn't practical. 

The power output goes to the air, has some to do with any external power amp, 
the antenna design/connectors, the layout of the printed circuit board (PCB), 
the materials of the PCB, and numerous other factors that are outside the 
chip where the register sits that controls the "output power". This is why 
the register is there - so many things exist in the real world that require 
it to be changed to actually get desired power output in the air.

What you are asking is possible - that people who make the standard CMOS 
radios add EEPROM or FLASH to their processes - or they could add an 
interface to a serial EEPROM where these hardware limits could sit - and 
during manufacturing could program these to add a hardware limit.

But this seems - just silly - adding extra cost/complexity to the hardware - 
because you limit things in the zero-cost space?

Or run the driver in user space, and forget about it. (Like everyone is 
starting to do on the desktop).

> When this doesn't bring freedom to people, when people can't actually
> enjoy the freedoms that the software is supposed to provide, I don't
> see why this would be a good thing.  What's the merit in being able to
> claim "vendor X chose my Free Software and locked it down such that
> users don't get the freedoms I meant for them, and I'm happy about it?"

Sometimes joy comes from knowing that your contribution was valuable.

I would ask about two other examples:

 - medical devices - which must have their software certified by the FDA (at 
least in the US) - and the manufacture can not allow non-certified software 
to be loaded on it - and would be classified "designed or sold for 
incorporation into a dwelling" (per the GPL3 dd1v3). Think devices like :

http://www.powerheart.com/products/ [1]

Are Linux developers "happy" knowing their contributions will never help save 
a life? And this joy goes to Microsoft or VxWorks? Today it can go to Linux 
developers, since the GPL2 license doesn't restrict this like the GPL3 does.


 - gambling devices - which must have their software certified by various 
government agencies - to make sure that the odds are known, and there are no 
backdoors, and consumers don't get screwed - the manufacture can not allow 
non-certified software to be loaded on it. If these are in a hotel - where 
various people live - is that considered "incorporation into a dwelling"?

Not wanting to start a debate about the morality of being involved in the 
gambling industry - (if the statically challenged are giving the government 
money to keep my taxes down, I am mostly OK with it) - but I'm not "happy" 
thinking that someone can ledgistate restrictions on embedded OS choice, just 
because it must be verified by a third party.


Hypothetically - tragedy strikes - use of a modified Nao robot [2] contributes 
to someone's death (remember - modifications of the OS removed the three 
laws). Someone (maybe Microsoft or VxWorks, or GreenHills) steps up, and 
lobbies the government - that embedded OSes need tighter control to ensure 
safety - and need to be validated by the government. (like the FCC and FDA is 
already doing in the US).

Since the GPL3 states" - 
"If you cannot convey the Program, or other covered work, so as to satisfy 
simultaneously your obligations under this License and any other pertinent 
obligations, then as a consequence you may not convey it at all."

Forget DRM - forget Tivo - anyone who develops a product which must be 
certified can not use anything that is under the GPL3.

On Sun, 10 Jun 2007 10:29:04 Linus Torvalds pondered:
> I still think GPLv2 is simply the better license.
>
> I consider dual-licensing unlikely (and technically quite hard), but at 
> least _possible_ in theory. I have yet to see any actual *reasons* for 
> licensing under the GPLv3, though.

I think there are actual reasons _not_ to.

What I have told people who have asked me (who are thinking about putting 
Linux in a medical device) is kernel version 2.6.xx (current version at the 
time), is released under GPL2.  No one can go back and change the license on 
a previously released package. 

It might be easier to say that the kernel licence will only be reviewed during 
a major bump in the kernel version number (3.x.x) and that all 2.x kernels 
will be under the same license as what exists today.

-Robin

[1] - I don't know if this device has Linux in it or not - but this just 
represents classes of devices that may never be able to use Linux.

[2]  http://linuxdevices.com/news/NS6263763539.html

  reply	other threads:[~2007-06-14 14:11 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 [this message]
2007-06-14 17:46                                                 ` Alexandre Oliva
2007-06-14 23:44                                                   ` Rob Landley
2007-06-14 23:55                                                     ` Alan Cox
2007-06-15  2:07                                                     ` Alexandre Oliva
2007-06-15 18:25                                                   ` Robin Getz
2007-06-15 21:21                                                     ` Alexandre Oliva
2007-06-15  0:10                                                 ` Bron Gondwana
2007-06-14 10:23                                             ` Alan Cox
2007-06-14 10:38                                               ` Ingo Molnar
2007-06-14 11:20                                                 ` Alan Cox
2007-06-14 12:25                                                   ` Ingo Molnar
2007-06-14 23:07                                                     ` Rob Landley
2007-06-15 12:09                                                       ` Ingo Molnar
2007-06-15 18:54                                                         ` Alexandre Oliva
2007-06-15 21:48                                                           ` Ingo Molnar
2007-06-16  0:22                                                             ` Alexandre Oliva
2007-06-16  1:02                                                               ` Scott Preece
2007-06-16  1:06                                                               ` Daniel Hazelton
2007-06-17  7:38                                                               ` Ingo Molnar
2007-06-17  8:17                                                                 ` Alexandre Oliva
2007-06-17 15:08                                                                   ` Jan Harkes
2007-06-17 18:53                                                                     ` Alexandre Oliva
2007-06-15 22:03                                                           ` Scott Preece
2007-06-15 23:21                                                             ` Alexandre Oliva
2007-06-16  0:52                                                               ` Scott Preece
2007-06-16  1:38                                                                 ` Alexandre Oliva
2007-06-16  5:47                                                                   ` Scott Preece
2007-06-16  8:26                                                                     ` Alexandre Oliva
2007-06-16  2:12                                                                 ` Tim Post
2007-06-16  5:51                                                                   ` Scott Preece
2007-06-17  7:57                                                               ` Ingo Molnar
2007-06-17  8:28                                                                 ` Alexandre Oliva
2007-06-14 11:27                                                 ` Bernd Paysan
2007-06-14 13:24                                                   ` Ingo Molnar
2007-06-14 14:08                                                     ` Alan Milnes
2007-06-14 15:44                                                       ` Bernd Paysan
2007-06-14 23:17                                                         ` Rob Landley
2007-06-15  1:35                                                           ` Alexandre Oliva
2007-06-15  2:19                                                             ` Linus Torvalds
2007-06-15  3:08                                                               ` Alexandre Oliva
2007-06-15  3:34                                                                 ` Linus Torvalds
2007-06-15  4:04                                                                   ` Alexandre Oliva
2007-06-15  8:07                                                               ` Bernd Paysan
2007-06-15  9:23                                                             ` Alan Cox
2007-06-15 19:10                                                               ` Alexandre Oliva
2007-06-14 17:38                                                       ` Alexandre Oliva
2007-06-14 14:33                                                     ` Michael Poole
2007-06-14 23:08                                                   ` Rob Landley
2007-06-15  7:35                                                     ` Bernd Paysan
2007-06-14 17:40                                                 ` Alexandre Oliva
2007-06-14 17:46                                                   ` Linus Torvalds
2007-06-14 18:23                                                     ` Greg KH
     [not found]                                                       ` <4f436aae0706141128y5cfc8e52nb52745dfe8820341@mail.gmail.com>
     [not found]                                                         ` <dfb262380706141129u114111b1r5ff4fa1d843c2e48@mail.gmail.com>
2007-06-14 18:42                                                           ` Neshama Parhoti
2007-06-14 19:03                                                             ` Greg KH
2007-06-14 19:50                                                               ` Alexandre Oliva
2007-06-14 19:03                                                             ` Bill Nottingham
2007-06-14 21:22                                                             ` Alan Cox
2007-06-14 17:52                                                   ` Chris Friesen
2007-06-14 19:13                                                     ` Alexandre Oliva
2007-06-14 22:48                                                       ` Daniel Hazelton
2007-06-14 23:03                                                         ` Alexandre Oliva
2007-06-14 23:18                                                           ` Jesper Juhl
2007-06-14 23:45                                                             ` Alan Cox
2007-06-15  6:59                                                               ` Jesper Juhl
2007-06-15  7:08                                                                 ` Daniel Hazelton
2007-06-15 19:37                                                                   ` Alexandre Oliva
2007-06-15 21:15                                                                     ` Daniel Hazelton
2007-06-15 21:45                                                                       ` Alexandre Oliva
2007-06-15 21:57                                                                         ` Ingo Molnar
2007-06-15 23:06                                                                           ` Alexandre Oliva
2007-06-17  8:15                                                                             ` Ingo Molnar
2007-06-17  8:42                                                                               ` Alexandre Oliva
2007-06-17 17:47                                                                                 ` Tim Post
2007-06-15 22:09                                                                         ` Daniel Hazelton
2007-06-15 21:52                                                                       ` Linus Torvalds
2007-06-15 22:05                                                                         ` Ingo Molnar
2007-06-15 23:16                                                                       ` Alan Cox
2007-06-14 23:31                                                           ` Linus Torvalds
2007-06-14 23:48                                                             ` Alan Cox
2007-06-15  1:51                                                             ` Alexandre Oliva
2007-06-14 19:55                                                   ` Ingo Molnar
2007-06-14 20:32                                                     ` Al Viro
2007-06-14 21:05                                                       ` Ingo Molnar
2007-06-14 20:48                                                     ` Alexandre Oliva
2007-06-14 23:50                                                       ` Ingo Molnar
2007-06-15  0:10                                                         ` Alan Cox
2007-06-15  1:26                                                           ` Ingo Molnar
2007-06-15  9:10                                                             ` Alan Cox
2007-06-15 19:18                                                               ` Alexandre Oliva
2007-06-16 11:33                                                                 ` Bernd Schmidt
2007-06-16 16:57                                                                   ` Alexandre Oliva
2007-06-16 18:19                                                                     ` Al Viro
2007-06-16 18:53                                                                       ` Alexandre Oliva
2007-06-16 21:25                                                                         ` Jesper Juhl
2007-06-16 22:12                                                                           ` Linus Torvalds
2007-06-16 23:06                                                                             ` Al Viro
2007-06-16 22:19                                                                           ` Alexandre Oliva
2007-06-17  3:10                                                                         ` Linus Torvalds
2007-06-17  5:09                                                                           ` Alexandre Oliva
2007-06-17  5:48                                                                             ` Daniel Hazelton
2007-06-17  6:27                                                                               ` Alexandre Oliva
2007-06-17  6:59                                                                                 ` Daniel Hazelton
2007-06-17  8:06                                                                                   ` Alexandre Oliva
2007-06-17 14:05                                                                             ` Bernd Schmidt
2007-06-17 18:44                                                                               ` Alexandre Oliva
2007-06-17 19:14                                                                             ` Linus Torvalds
2007-06-17 19:46                                                                               ` Alexandre Oliva
2007-06-17 21:36                                                                                 ` Jesper Juhl
2007-06-17 21:58                                                                                   ` Chris Adams
2007-06-17 23:22                                                                                     ` Bron Gondwana
2007-06-18  0:45                                                                                       ` Chris Adams
2007-06-18  6:33                                                                                         ` Bron Gondwana
2007-06-18  0:01                                                                                     ` Andrea Arcangeli
2007-06-17 23:51                                                                                   ` Alexandre Oliva
2007-06-20 20:44                                                                                     ` Jesper Juhl
2007-06-21  4:54                                                                                       ` Alexandre Oliva
2007-06-17 23:33                                                                                 ` Linus Torvalds
2007-06-18  0:30                                                                                   ` Alexandre Oliva
2007-06-18 18:09                                                                                     ` Linus Torvalds
2007-06-18 19:26                                                                                       ` Alexandre Oliva
2007-06-18 19:43                                                                                         ` Linus Torvalds
2007-06-18 20:39                                                                                           ` Alexandre Oliva
2007-06-18 21:09                                                                                             ` Linus Torvalds
2007-06-18 21:43                                                                                               ` Linus Torvalds
2007-06-18 22:28                                                                                               ` Al Viro
2007-06-18 23:31                                                                                               ` Alexandre Oliva
2007-06-18 23:45                                                                                                 ` Daniel Hazelton
2007-06-19  2:06                                                                                                   ` Alexandre Oliva
2007-06-19  3:15                                                                                                     ` Daniel Hazelton
2007-06-19  5:58                                                                                                       ` Alexandre Oliva
2007-06-19  3:46                                                                                                     ` Linus Torvalds
2007-06-19  4:04                                                                                                       ` Al Viro
2007-06-19  5:51                                                                                                       ` Alexandre Oliva
2007-06-19  6:21                                                                                                         ` Daniel Hazelton
2007-06-19  6:44                                                                                                           ` Alexandre Oliva
2007-06-19  6:58                                                                                                             ` Daniel Hazelton
2007-06-19  8:04                                                                                                               ` Alexandre Oliva
2007-06-19  8:23                                                                                                                 ` Daniel Hazelton
2007-06-19 17:06                                                                                                                   ` Alexandre Oliva
2007-06-19 23:28                                                                                                                     ` Daniel Hazelton
2007-06-20  0:47                                                                                                                       ` Alexandre Oliva
2007-06-19 17:22                                                                                                                   ` Alexandre Oliva
2007-06-19 21:18                                                                                                                 ` david
2007-06-19 22:45                                                                                                                   ` Alexandre Oliva
2007-06-19 22:50                                                                                                                     ` david
2007-06-19 23:37                                                                                                                       ` Alexandre Oliva
2007-06-19 23:57                                                                                                                         ` david
2007-06-20  0:38                                                                                                                           ` Alexandre Oliva
2007-06-20  3:40                                                                                                                             ` david
2007-06-20 17:17                                                                                                                 ` Lennart Sorensen
2007-06-20 21:07                                                                                                                   ` Alexandre Oliva
2007-06-19 19:42                                                                                                           ` david
2007-06-19 21:09                                                                                                             ` Alexandre Oliva
2007-06-19 21:39                                                                                                               ` david
2007-06-19 23:30                                                                                                                 ` Alexandre Oliva
2007-06-19 23:49                                                                                                                   ` david
2007-06-19 23:54                                                                                                                     ` Daniel Hazelton
2007-06-19 14:17                                                                                                         ` Pekka Enberg
2007-06-19 17:28                                                                                                           ` Alexandre Oliva
2007-06-19 20:44                                                                                                             ` Pekka Enberg
2007-06-18 23:49                                                                                                 ` Linus Torvalds
2007-06-19  1:18                                                                                                 ` Kevin Bowling
2007-06-19  5:29                                                                                                   ` Alexandre Oliva
2007-06-19  1:25                                                                                                 ` Jan Harkes
2007-06-19  2:03                                                                                                   ` David Schwartz
2007-06-19  5:40                                                                                                   ` Alexandre Oliva
2007-06-19 20:01                                                                                                     ` Jan Harkes
2007-06-19 21:20                                                                                                       ` Alexandre Oliva
2007-06-20  2:02                                                                                                         ` Jan Harkes
2007-06-20  3:34                                                                                                           ` Dave Neuer
2007-06-20  7:07                                                                                                             ` David Schwartz
2007-06-20  7:35                                                                                                               ` Alexandre Oliva
2007-06-20 17:34                                                                                                 ` Jesper Juhl
2007-06-20 18:10                                                                                                   ` Tomas Neme
2007-06-20 18:19                                                                                                     ` Michael Poole
2007-06-20 18:54                                                                                                       ` H. Peter Anvin
2007-06-20 19:06                                                                                                         ` david
2007-06-20 19:26                                                                                                           ` Michael Poole
2007-06-20 19:40                                                                                                             ` david
2007-06-20 19:50                                                                                                               ` Michael Poole
2007-06-20 19:58                                                                                                                 ` david
2007-06-20 20:07                                                                                                                   ` Michael Poole
2007-06-20 22:49                                                                                                                     ` David Schwartz
2007-06-20 23:38                                                                                                                       ` Michael Poole
2007-06-20 23:48                                                                                                                         ` David Schwartz
2007-06-21  0:15                                                                                                                           ` Michael Poole
2007-06-21  2:08                                                                                                                             ` David Schwartz
2007-06-21  2:40                                                                                                                               ` Michael Poole
2007-06-21  2:53                                                                                                                                 ` David Schwartz
2007-06-21  3:02                                                                                                                                   ` Michael Poole
2007-06-21  3:06                                                                                                                                 ` david
2007-06-21  3:15                                                                                                                                   ` Michael Poole
2007-06-21  3:41                                                                                                                                     ` david
2007-06-21  3:58                                                                                                                                       ` Michael Poole
2007-06-21 17:16                                                                                                                     ` Lennart Sorensen
2007-06-21 17:26                                                                                                                       ` david
2007-06-21 17:43                                                                                                                         ` Lennart Sorensen
2007-06-21 17:51                                                                                                                           ` david
2007-06-21 18:05                                                                                                                             ` Lennart Sorensen
2007-06-21 18:29                                                                                                                               ` david
2007-06-21 19:54                                                                                                                                 ` Alexandre Oliva
2007-06-20 19:05                                                                                                       ` Tomas Neme
2007-06-20 19:20                                                                                                         ` Michael Poole
2007-06-20 19:33                                                                                                           ` david
2007-06-20 19:38                                                                                                             ` Michael Poole
2007-06-20 19:45                                                                                                               ` david
2007-06-20 19:53                                                                                                                 ` Michael Poole
2007-06-20 20:02                                                                                                                   ` david
2007-06-20 20:05                                                                                                                 ` Dave Neuer
2007-06-21  3:46                                                                                                                 ` Alexandre Oliva
2007-06-21  4:08                                                                                                                   ` david
2007-06-21  6:05                                                                                                                     ` Alexandre Oliva
2007-06-21  6:29                                                                                                                       ` david
2007-06-21  7:12                                                                                                                         ` Alexandre Oliva
2007-06-21  7:29                                                                                                                           ` david
2007-06-20 19:55                                                                                                           ` David Schwartz
2007-06-21  4:00                                                                                                             ` Alexandre Oliva
2007-06-21 11:14                                                                                                             ` Alan Cox
2007-06-21 18:17                                                                                                               ` David Schwartz
2007-06-21 19:19                                                                                                                 ` Stephen Clark
2007-06-22  2:54                                                                                                                   ` Kyle Moffett
2007-06-21 19:38                                                                                                                 ` Alexandre Oliva
2007-06-20 20:02                                                                                                           ` Tomas Neme
2007-06-20 20:06                                                                                                             ` Tomas Neme
2007-06-20 20:25                                                                                                             ` Michael Poole
2007-06-20 20:46                                                                                                               ` Tim Post
2007-06-20 19:47                                                                                                       ` David Schwartz
2007-06-20 23:34                                                                                                         ` Dave Neuer
2007-06-20 23:48                                                                                                           ` David Schwartz
2007-06-21  0:14                                                                                                             ` Dave Neuer
2007-06-20 21:09                                                                                                   ` Alexandre Oliva
2007-06-20 21:20                                                                                                     ` david
2007-06-21  4:30                                                                                                       ` Alexandre Oliva
2007-06-20 16:27                                                                                     ` Andrew McKay
2007-06-20 16:56                                                                                       ` Alan Cox
2007-06-20 19:13                                                                                         ` Andrew McKay
2007-06-20 20:59                                                                                           ` Alexandre Oliva
2007-06-20 21:14                                                                                             ` Tomas Neme
2007-06-20 21:27                                                                                               ` Dave Neuer
     [not found]                                                                                                 ` <2e6659dd0706201629t2c293c5di614b2eb0818a9777@mail.gmail.com>
2007-06-20 23:53                                                                                                   ` Dave Neuer
2007-06-21  0:14                                                                                                     ` Tomas Neme
2007-06-21  4:23                                                                                               ` Alexandre Oliva
2007-06-21 16:34                                                                                                 ` Lennart Sorensen
2007-06-21 18:42                                                                                                   ` Alan Cox
2007-06-21  9:20                                                                                               ` Bernd Petrovitsch
2007-06-21  9:28                                                                                                 ` Manu Abraham
2007-06-20 21:16                                                                                             ` david
2007-06-20 21:42                                                                                               ` Andrew McKay
2007-06-21  4:26                                                                                               ` Alexandre Oliva
2007-06-21  5:30                                                                                                 ` david
2007-06-21  6:10                                                                                                   ` Alexandre Oliva
2007-06-21  6:39                                                                                                     ` david
2007-06-21  7:16                                                                                                       ` Alexandre Oliva
2007-06-21  7:33                                                                                                         ` david
2007-06-21  8:01                                                                                                           ` Manu Abraham
2007-06-21 19:34                                                                                                           ` Alexandre Oliva
2007-06-21 20:01                                                                                                             ` david
2007-06-21 20:28                                                                                                               ` Alexandre Oliva
2007-06-21 20:45                                                                                                                 ` david
2007-06-21 23:59                                                                                                                   ` Alexandre Oliva
2007-06-22  0:20                                                                                                                     ` david
2007-06-22  1:22                                                                                                                       ` Alexandre Oliva
2007-06-22  2:13                                                                                                                         ` David Schwartz
2007-06-21 12:53                                                                                                       ` Tomas Neme
2007-06-21 16:30                                                                                                         ` david
2007-06-21 15:18                                                                                                       ` Andrew McKay
2007-06-21 19:45                                                                                                         ` Alexandre Oliva
2007-06-21 20:04                                                                                                           ` Andrew McKay
2007-06-21 10:15                                                                                                   ` Tim Post
2007-06-20 21:41                                                                                             ` Andrew McKay
2007-06-21 11:22                                                                                           ` Alan Cox
2007-06-21 15:31                                                                                             ` Andrew McKay
2007-06-21 19:48                                                                                               ` Alexandre Oliva
2007-06-21 20:16                                                                                                 ` Andrew McKay
2007-06-21 23:56                                                                                                   ` Alexandre Oliva
2007-06-22 16:45                                                                                                     ` Tomas Neme
2007-06-22 19:47                                                                                                       ` Alexandre Oliva
2007-06-22 20:21                                                                                                         ` Tomas Neme
2007-06-20 17:08                                                                                       ` Tim Post
2007-06-17 23:40                                                                                 ` Andrea Arcangeli
2007-06-18  0:44                                                                                   ` Alexandre Oliva
2007-06-18 15:50                                                                                 ` Johannes Stezenbach
2007-06-18 18:41                                                                                   ` Alexandre Oliva
2007-06-18 23:25                                                                                     ` Johannes Stezenbach
2007-06-18 23:39                                                                                       ` david
2007-06-19  2:32                                                                                         ` Alexandre Oliva
2007-06-19  2:41                                                                                           ` Is kdb package available for 2.6 Linux on PowerPC? gshan
2007-06-19  2:27                                                                                       ` Dual-Licensing Linux Kernel with GPL V2 and GPL V3 Alexandre Oliva
2007-06-19 10:28                                                                                         ` Johannes Stezenbach
2007-06-19 11:08                                                                                           ` Manu Abraham
2007-06-19 13:10                                                                                             ` Johannes Stezenbach
2007-06-19 14:17                                                                                               ` Manu Abraham
2007-06-19 18:19                                                                                               ` Alexandre Oliva
2007-06-17 13:47                                                                           ` bert hubert
2007-06-16 18:23                                                                     ` Daniel Hazelton
2007-06-16 19:30                                                                       ` Alexandre Oliva
2007-06-17  0:16                                                                     ` Bernd Schmidt
2007-06-17  2:00                                                                       ` Alexandre Oliva
2007-06-15  2:21                                                         ` Alexandre Oliva
2007-06-15  2:52                                                           ` Daniel Hazelton
2007-06-15  3:54                                                             ` Alexandre Oliva
2007-06-15  5:36                                                               ` Daniel Hazelton
2007-06-15 11:31                                                           ` Ingo Molnar
2007-06-15 19:03                                                             ` Alexandre Oliva
2007-06-15 21:29                                                               ` Ingo Molnar
2007-06-16  3:01                                                                 ` Tim Post
2007-06-16  3:44                                                                   ` Alexandre Oliva
2007-06-16  4:07                                                                     ` Daniel Hazelton
2007-06-16  8:21                                                                       ` Alexandre Oliva
2007-06-16 18:43                                                                         ` Daniel Hazelton
2007-06-16 19:05                                                                           ` Tim Post
2007-06-16 22:01                                                                           ` Alexandre Oliva
2007-06-16 22:26                                                                             ` Daniel Hazelton
2007-06-16  4:31                                                                     ` Tim Post
2007-06-15 18:17                                                           ` Lennart Sorensen
2007-06-15 21:19                                                             ` Alexandre Oliva
2007-06-15  4:11                                                         ` Bron Gondwana
2007-06-15  5:38                                                           ` Alexandre Oliva
2007-06-15  6:02                                                             ` Daniel Hazelton
2007-06-15 19:53                                                               ` Alexandre Oliva
2007-06-15  7:23                                                             ` Bron Gondwana
2007-06-15 19:26                                                               ` Alexandre Oliva
2007-06-16  2:16                                                                 ` Bron Gondwana
2007-06-16  4:10                                                                   ` Daniel Hazelton
2007-06-16  8:22                                                                   ` Alexandre Oliva
2007-06-16 10:31                                                                     ` Bron Gondwana
2007-06-16 17:14                                                                       ` Alexandre Oliva
2007-06-16 18:31                                                                         ` Daniel Hazelton
2007-06-16 19:27                                                                           ` Alexandre Oliva
2007-06-16 20:04                                                                             ` David Schwartz
2007-06-17  1:39                                                                               ` Alexandre Oliva
2007-06-17  2:35                                                                                 ` David Schwartz
2007-06-17  3:52                                                                                   ` Alexandre Oliva
2007-06-18 20:13                                                                                     ` David Schwartz
2007-06-18 21:12                                                                                       ` Alexandre Oliva
2007-06-18 21:36                                                                                         ` david
2007-06-18 21:48                                                                                           ` Michael Poole
2007-06-18 22:59                                                                                             ` David Schwartz
2007-06-19  1:21                                                                                               ` Michael Poole
2007-06-19  2:10                                                                                                 ` David Schwartz
2007-06-19  2:48                                                                                                   ` Michael Poole
2007-06-19  1:26                                                                                               ` Alexandre Oliva
2007-06-18 22:59                                                                                           ` David Schwartz
2007-06-18 23:23                                                                                           ` Alan Cox
2007-06-18 21:39                                                                                         ` David Schwartz
2007-06-19  1:49                                                                                           ` Alexandre Oliva
2007-06-19  2:17                                                                                             ` David Schwartz
2007-06-19  5:23                                                                                               ` Alexandre Oliva
2007-06-19 17:50                                                                                                 ` David Schwartz
2007-06-19 19:56                                                                                                   ` Alexandre Oliva
2007-06-19 20:33                                                                                                     ` David Schwartz
2007-06-19 21:52                                                                                                       ` Alexandre Oliva
2007-06-19 22:40                                                                                                         ` David Schwartz
2007-06-19 23:51                                                                                                           ` Alexandre Oliva
2007-06-20 14:04                                                                                         ` Lennart Sorensen
2007-06-20 20:55                                                                                           ` Alexandre Oliva
2007-06-20 14:01                                                                                     ` Lennart Sorensen
2007-06-20 20:52                                                                                       ` Alexandre Oliva
2007-06-20 21:09                                                                                         ` david
2007-06-21  4:19                                                                                           ` Alexandre Oliva
2007-06-21 15:00                                                                                         ` Lennart Sorensen
2007-06-21 19:45                                                                                           ` Alexandre Oliva
2007-06-16 22:17                                                                             ` Daniel Hazelton
2007-06-17  1:49                                                                               ` Alexandre Oliva
2007-06-17  3:06                                                                                 ` Daniel Hazelton
2007-06-17  3:31                                                                                   ` Alexandre Oliva
2007-06-17  4:08                                                                                     ` Daniel Hazelton
2007-06-17  5:31                                                                                       ` Alexandre Oliva
2007-06-17 12:51                                                                                       ` Graham Murray
2007-06-17 13:54                                                                                       ` Michael Poole
2007-06-17 18:18                                                                                         ` Daniel Hazelton
2007-06-17 18:46                                                                                           ` Michael Poole
2007-06-17 19:41                                                                                             ` Daniel Hazelton
2007-06-17 20:47                                                                                               ` Alexandre Oliva
2007-06-17 20:54                                                                                               ` Michael Poole
2007-06-17 19:32                                                                                           ` Alexandre Oliva
2007-06-17 19:51                                                                                             ` Daniel Hazelton
2007-06-17  5:14                                                                                     ` Al Viro
2007-06-17  5:56                                                                                       ` Alexandre Oliva
2007-06-18 15:45                                                                                         ` Greg KH
2007-06-18 18:20                                                                                           ` Alexandre Oliva
2007-06-18 18:32                                                                                             ` david
2007-06-18 18:41                                                                                               ` Chris Adams
2007-06-18 19:20                                                                                               ` Alexandre Oliva
2007-06-18 19:00                                                                                             ` Dave Neuer
2007-06-18 19:42                                                                                               ` Alexandre Oliva
2007-06-18 19:48                                                                                             ` Greg KH
2007-06-18 21:56                                                                                               ` Theodore Tso
2007-06-21 10:40                                                                                           ` Bernd Schmidt
2007-06-21 19:36                                                                                             ` Alexandre Oliva
2007-06-18 22:15                                                                                         ` Al Viro
2007-06-19  6:23                                                                                           ` Alexandre Oliva
     [not found]                                                                                     ` <alpine.LFD.0.98.0706162116570.14121@woody.linux-foundation.org>
2007-06-17  5:43                                                                                       ` Alexandre Oliva
2007-06-17 19:16                                                                                         ` Linus Torvalds
2007-06-17 20:34                                                                                           ` Alexandre Oliva
2007-06-16 23:32                                                                         ` Bron Gondwana
2007-06-17  0:58                                                                           ` Linus Torvalds
2007-06-17  2:21                                                                             ` Jeffrey V. Merkey
2007-06-17  1:27                                                                               ` Carlo Wood
2007-06-17  8:06                                                                             ` Bron Gondwana
2007-06-18 20:03                                                                               ` David Schwartz
2007-06-19  0:01                                                                                 ` Bron Gondwana
2007-06-17  8:35                                                                             ` Bron Gondwana
2007-06-17  1:54                                                                           ` Alexandre Oliva
2007-06-17  3:10                                                                             ` Daniel Hazelton
2007-06-17  4:19                                                                               ` Alexandre Oliva
2007-06-17  4:23                                                                                 ` Daniel Hazelton
2007-06-17  5:38                                                                                   ` Alexandre Oliva
2007-06-17  8:08                                                                                     ` Bron Gondwana
2007-06-17 11:20                                                                             ` Alan Cox
2007-06-17 18:33                                                                               ` Alexandre Oliva
2007-06-17 20:18                                                                                 ` Alan Cox
2007-06-17 20:49                                                                                   ` Alexandre Oliva
2007-06-17 21:21                                                                                     ` Alan Cox
2007-06-17 23:11                                                                                       ` mea culpa on the meaning of Tivoization (was: Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3) Alexandre Oliva
2007-06-17 23:50                                                                                         ` Alan Cox
2007-06-18  0:56                                                                                           ` mea culpa on the meaning of Tivoization Alexandre Oliva
2007-06-18  7:22                                                                                             ` Hans-Jürgen Koch
2007-06-18 18:55                                                                                               ` Alexandre Oliva
2007-06-18 19:44                                                                                                 ` Hans-Jürgen Koch
2007-06-18 21:18                                                                                                   ` Alexandre Oliva
2007-06-18 21:31                                                                                                     ` Hans-Jürgen Koch
2007-06-19  2:46                                                                                                       ` Alexandre Oliva
2007-06-19  8:22                                                                                                         ` Hans-Jürgen Koch
2007-06-19 11:50                                                                                                           ` Michael Poole
2007-06-19 21:48                                                                                                             ` Hans-Jürgen Koch
2007-06-19 18:32                                                                                                           ` Alexandre Oliva
2007-06-19 22:08                                                                                                             ` Hans-Jürgen Koch
2007-06-20  0:30                                                                                                               ` Alexandre Oliva
2007-06-18 20:53                                                                                           ` mea culpa on the meaning of Tivoization (was: Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3) Rob Landley
2007-06-18  1:15                                                                                         ` Daniel Hazelton
2007-06-18 19:09                                                                                           ` mea culpa on the meaning of Tivoization Alexandre Oliva
2007-06-18 19:59                                                                                             ` Daniel Hazelton
2007-06-18 21:31                                                                                               ` Alexandre Oliva
2007-06-18 22:08                                                                                                 ` Daniel Hazelton
2007-06-19  2:57                                                                                                   ` Alexandre Oliva
2007-06-19  3:25                                                                                                     ` Daniel Hazelton
2007-06-19  6:10                                                                                                       ` Alexandre Oliva
2007-06-19  6:28                                                                                                         ` Daniel Hazelton
2007-06-18 20:03                                                                                 ` Dual-Licensing Linux Kernel with GPL V2 and GPL V3 David Schwartz
2007-06-18 20:50                                                                                   ` Alexandre Oliva
2007-06-19  3:21                                                                             ` Daniel Drake
2007-06-19  4:51                                                                               ` Tim Post
2007-06-19  6:03                                                                               ` Alexandre Oliva
2007-06-19 21:07                                                                                 ` david
2007-06-19 21:46                                                                                   ` Alexandre Oliva
2007-06-20 13:41                                                                 ` Lennart Sorensen
2007-06-20 20:21                                                                   ` Alexandre Oliva
2007-06-14 22:56                                       ` Rob Landley
2007-06-14  1:16                                     ` Alan Cox
2007-06-14  1:29                                       ` Daniel Hazelton
2007-06-14  2:40                                         ` Alexandre Oliva
2007-06-14  3:48                                           ` Valdis.Kletnieks
2007-06-14  6:03                                             ` Alexandre Oliva
2007-06-14 17:50                                               ` Valdis.Kletnieks
2007-06-14 19:29                                                 ` Alexandre Oliva
2007-06-15 11:42                                                   ` Ingo Molnar
2007-06-15 12:06                                                     ` Alan Cox
2007-06-14 22:24                                         ` David Woodhouse
2007-06-15  1:44                                           ` Daniel Hazelton
2007-06-15  8:25                                             ` David Woodhouse
2007-06-15  8:58                                               ` Daniel Hazelton
2007-06-15  9:17                                                 ` David Woodhouse
2007-06-15 10:03                                                   ` Daniel Hazelton
2007-06-15 10:49                                                     ` David Woodhouse
2007-06-15 20:24                                                       ` Daniel Hazelton
2007-06-15 15:58                                                   ` Linus Torvalds
2007-06-15 17:56                                                     ` David Woodhouse
2007-06-15 18:23                                                       ` Linus Torvalds
2007-06-15 19:49                                                         ` David Woodhouse
2007-06-15 20:20                                                           ` Ingo Molnar
2007-06-15 20:28                                                             ` David Woodhouse
2007-06-15 20:56                                                               ` Ingo Molnar
2007-06-15 20:34                                                           ` Linus Torvalds
2007-06-15 20:47                                                             ` David Woodhouse
2007-06-15 21:23                                                           ` Daniel Hazelton
2007-06-15 18:30                                               ` Alexandre Oliva
2007-06-15 11:49                                           ` Ingo Molnar
2007-06-15 11:57                                             ` David Woodhouse
2007-06-15 12:29                                               ` Ingo Molnar
2007-06-15 12:36                                                 ` David Woodhouse
2007-06-15 12:58                                                   ` Ingo Molnar
2007-06-15 13:12                                                     ` David Woodhouse
2007-06-15 19:49                                                       ` David Schwartz
2007-06-16  2:13                                                         ` David Schwartz
2007-06-15 20:58                                                       ` Daniel Hazelton
2007-06-14  4:39                                 ` Willy Tarreau
2007-06-13 23:11                             ` Alexandre Oliva
2007-06-14  2:28                               ` Linus Torvalds
2007-06-13 23:35                             ` Jörn Engel
2007-06-13 23:50                               ` Daniel Hazelton
2007-06-14  0:14                                 ` Neil Brown
2007-06-14  0:48                                   ` Daniel Hazelton
2007-06-14  0:58                                   ` Alexandre Oliva
2007-06-14  0:56                               ` Alexandre Oliva
2007-06-14  2:13                               ` Satyam Sharma
2007-06-11  6:11       ` H. Peter Anvin
2007-06-10  8:49   ` Tarkan Erimer
2007-06-10  9:36     ` Neil Brown
2007-06-10 12:45       ` Jiri Kosina
2007-06-10 13:04         ` Daniel Hazelton
2007-06-10 14:23         ` Michael Gerdau
2007-06-10 14:49           ` Adrian Bunk
2007-06-10 14:56             ` Michael Gerdau
2007-06-10 13:38       ` Adrian Bunk
2007-06-10 14:30         ` Michael Gerdau
2007-06-10 13:40       ` Alan Cox
2007-06-10 13:56         ` Daniel Hazelton
2007-06-10 15:38       ` Tim Post
2007-06-11  9:53     ` Tim Post
2007-06-13 13:47       ` Pavel Machek
2007-06-09  7:04 ` David Schwartz
2007-06-10  8:37   ` Tarkan Erimer
2007-06-10  9:03     ` Jan Engelhardt
2007-06-10  9:17     ` Simon Arlott
2007-06-10 11:08       ` Jan Engelhardt
2007-06-10 20:42         ` David Schwartz
2007-06-13 20:03           ` Rob Landley
  -- strict thread matches above, loose matches on Subject: below --
2007-06-17 20:19 Al Boldi
2007-06-26  4:17 ` Al Boldi
2007-06-26  6:18   ` Alexandre Oliva
2007-06-26 10:44     ` Al Boldi
2007-06-26 17:11       ` Alexandre Oliva
2007-06-26 17:17         ` david
2007-06-26 19:44           ` Alexandre Oliva
2007-06-26 20:08             ` david
2007-06-26 22:45               ` David Schwartz
2007-06-26 23:30               ` Alexandre Oliva
2007-06-26 19:10         ` David Schwartz
2007-06-26 19:16           ` Tomas Neme
2007-06-26 22:12             ` David Schwartz
2007-06-26 21:02           ` Alexandre Oliva
2007-06-26 22:12             ` David Schwartz
2007-06-27  3:32         ` Al Boldi
     [not found] <fa.toMqQ3LqoQn6Xh51bVordO8WMVc@ifi.uio.no>
     [not found] ` <fa.EmnDne9QndTLcw7NAzc83tWplMI@ifi.uio.no>
     [not found]   ` <fa.G+0vGcF8U8pcd6ozkdhKGsQ/dDs@ifi.uio.no>
     [not found]     ` <fa.8bXRW7nY7z5eXVZxCxUgra+gbb8@ifi.uio.no>
     [not found] ` <fa.S7TtURxpneesx5OvHH3PsGMA/6I@ifi.uio.no>
     [not found]   ` <fa.FCPGQxJuO8s/Srp6aUwojWeKBWQ@ifi.uio.no>
     [not found]     ` <fa.CT3b+p3Ki2+O+ri7hJPZXsp4NLI@ifi.uio.no>
     [not found] <fa.V8u0BBHrkymrjcYrFArgehF4jRA@ifi.uio.no>
     [not found] ` <fa.98cYXp0MWFizp+AzMAkKWAo+bpE@ifi.uio.no>
     [not found]   ` <fa.21pY11gonruis9l1QAvUgcD/c7g@ifi.uio.no>
     [not found] <fa.khBgzvPDXYj45cntZBDPf6OM0jQ@ifi.uio.no>
     [not found] ` <fa.yLrgAnyZNUTaQtIdBjBq6aFGXU8@ifi.uio.no>
     [not found]   ` <fa.OeLmE9apDSUc1Jj/3NNi3Oh5dxg@ifi.uio.no>
     [not found]     ` <fa.81ogjXw6CW1aVETJQcz/2q97Mlw@ifi.uio.no>

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=200706141014.21574.rgetz@blackfin.uclinux.org \
    --to=rgetz@blackfin.uclinux.org \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=aoliva@redhat.com \
    --cc=david@lang.hm \
    --cc=debiandev@gmail.com \
    --cc=dhazelton@enter.net \
    --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).