linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew McGregor <andrew@indranet.co.nz>
To: Andre Hedrick <andre@linux-ide.org>, Richard Stallman <rms@gnu.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Gauntlet Set NOW!
Date: Sat, 04 Jan 2003 12:56:53 +1300	[thread overview]
Message-ID: <15900000.1041638213@localhost.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.10.10301031425590.421-100000@master.linux-ide.org>

Hear hear!

RMS, I've heckled you in person on this subject, so now I'm going to do it 
online too.

One aspect of freedom you carefully ignore is that of the writers of code 
to do what they will with it.  Now, in general I and my company do place 
our code under whichever free license makes sense for the particular 
project, as a matter of principle.  So we have produced code under GPL 
(linux kernel and emacs variants), BSD licenses (network protocols, BSD 
kernel, python libraries), patches to both python and perl under their own 
licenses, and even MPL code with the 'original developer' rights 
deliberately given to another company to maintain and distribute.  We are 
not hostile to free software, but neither are we to the right of original 
authors to make their own decisions.

But sometimes we can't make things free, either because it comes to close 
to core IP which we are legally bound to protect, or because it's a derived 
work of something we bought and don't ourselves have the right to 
redistribute.  Often this is hardware support code, sometimes it compiles 
into hardware (embedded FPGAs).  Even so, if we can we make it open-source, 
closed-distribution (in other words, to get the code you must have bought 
the license to the original IP).  This preserves as much freedom as we 
ourselves have been given the option to.

Linus has made it quite clear in the past that his position on binary 
modules is that they are explicitly allowed, but that the maintainers of 
such a thing 'get everything they deserve' in terms of maintenance hassle. 
Which is fair enough, the developers of the GPL kernel don't need the 
hassle of maintaining APIs to the degree that would guarantee backwards 
compatibility for pure binary modules.  To keep the kernel as good as it is 
and continue improving it, that is necessary.

To explicitly allow binary modules implies that the module loading process 
is not linking in the terms of the GPL.  The *only* grey area is the status 
of inline functions and assembler in the hearder files, and clever 
construction of a module's shim driver can deal with that one.

Andre, what I see you doing here is exactly what NVIDIA already did, which 
is (L)GPL the interface to the kernel and keep the core algorithms 
proprietary.  I don't know what your constraints are, but it doesn't 
matter, you are entitled to do that.  Even if it is simply that you want to 
make money off the code.  I take it that it's an iSCSI target for the Linux 
VFS or block device layer?  That would be very cool, and certainly worth 
basing a company on.

I understand from a former NVIDIA employee that NVIDIA are not able to GPL 
the whole driver since some of it is not their code; I suspect that some of 
the non-NVIDIA code actually belongs to Microsoft.  So they have opened it 
up to the extent possible for them.

Nowhere in any of this do I see anyone doing anything that is actually 
wrong.  By sueing either Andre or NVIDIA, Richard, you'd be the one 
committing the wrong, by taking away either Andre's freedom to decide on 
his business plans, or the communities access to NVIDIAs hardware, which 
they have provided with considerable goodwill.  And both Andre's goodwill 
and NVIDIAs are of considerable value to the community.

Neither of these are good test cases for the spirit of the GPL; the past 
events of, for instance, vendors refusing to release source for betas of a 
Linux distribution, are far more to the point.

And a test case based on kernel binary modules would be very destructive to 
the free software community.  First because it is likely to cause a mass 
exodus of vendors from Linux.  Where would they go?  BSD, of course, where 
no such issue can arise, as well as a variety of purely proprietary 
systems.  But more importantly, it would reinforce the whole concept of 
intellectual property in a manner that, in the end, will result in an even 
more hostile to freedom environment.  I think it is important for the free 
software community to remember that the freedom of all creators of ideas is 
vitally important, and for us not to contribute to the shackles being 
placed on music, literature, and science.  For ultimately, they are more 
important than software alone.

Andrew

--On Friday, January 03, 2003 15:01:51 -0800 Andre Hedrick 
<andre@linux-ide.org> wrote:

>
> Richard,
>
> I am going to sell and ship binary only models which is solely a protocol.
> One which is in a working group and is not an offical document but will be
> ratified soon.
>
> I will not release the source code period.  It is not a derived work.
> It can and will be capable of running it on other unixs as well has have a
> version for microsoft and maybe apple.
>
> The API and boundary will execute all kernel operations and calls outside
> of the core protocol.  There is no hardware period.  It is pure software.
> I am prepared to show the the source of the API callers; however, given
> the anal nature of the review I expect.  I need a few more days to extract
> every damn possible kernel function or caller that is even close to my
> property.  The object generated from that file will then be linked with a
> private closed source library, which may or may not be setup under LGPL.
>
> This would be the Library GPL and not the updated Lesser GPL.
> But I am not prepared to set this position yet.
>
> Are you prepared to SUE me ?
> Are you prepared to SUE others like me ?
> Are you prepared to SUE every company in Silicon Valley for embedded ?
> Are you prepared to SUE every settop box vendor ?
>
> Either, put up or walk on this issue.
>
> Fear, Threats, and Intimidation resulting from a willful grey zone so
> clearly and cleverly designed by yourself is not acceptable.
>
> Since I am in a position of loosing revenue today because of this silly
> issue of usage of headers and not any inline code inside them, I will seek
> counter damages if I am forced into litigation.
>
> Regards,
>
> Andre Hedrick
> LAD Storage Consulting Group
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
>



  reply	other threads:[~2003-01-03 23:49 UTC|newest]

Thread overview: 252+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-31  3:57 Why is Nvidia given GPL'd code to use in closed source drivers? Hell.Surfers
2002-12-31  6:55 ` David Schwartz
2002-12-31 10:51 ` Andrew Walrond
2002-12-31 12:05   ` Xavier Bestel
2002-12-31 12:19     ` John Bradford
2002-12-31 14:22       ` Jochen Friedrich
2002-12-31 14:31         ` John Bradford
2003-01-01 19:28           ` Måns Rullgård
2002-12-31 14:14     ` Andrew Walrond
2002-12-31 12:41 ` Andre Hedrick
2002-12-31 13:49   ` Mark Rutherford
2002-12-31 15:26     ` Paul Jakma
2002-12-31 15:36       ` Mark Rutherford
2002-12-31 15:44         ` Paul Jakma
2002-12-31 17:05           ` Scott Robert Ladd
2003-01-01 19:35           ` Måns Rullgård
2002-12-31 15:11   ` Krzysztof Halasa
2002-12-31 22:36   ` David Schwartz
2003-01-01 16:45 ` Rik van Riel
2003-01-02  0:31   ` Paul Jakma
2003-01-02  1:08     ` David Lang
2003-01-02  1:29       ` Paul Jakma
2003-01-02  1:21         ` David Lang
2003-01-02  1:38           ` Paul Jakma
2003-01-02  1:37     ` Bill Huey
2003-01-02  2:57       ` Paul Jakma
2003-01-02  5:58         ` Bill Huey
2003-01-02  6:14           ` Mark Mielke
2003-01-03  3:32             ` Richard Stallman
2003-01-03  4:06               ` Larry McVoy
2003-01-03  5:00                 ` Erik Andersen
2003-01-03  5:15                   ` Larry McVoy
2003-01-03  8:31                   ` David S. Miller
2003-01-03  5:04                 ` Marco Monteiro
2003-01-03  5:12                   ` Andre Hedrick
2003-01-03 12:16                     ` Marco Monteiro
2003-01-03 12:51                       ` Andrew Walrond
2003-01-03 13:42                         ` Helge Hafting
2003-01-03 14:46                           ` John Alvord
2003-01-03 14:48                           ` Andrew Walrond
2003-01-03 16:13                             ` Erik Andersen
2003-01-03 16:58                               ` David Schwartz
2003-01-05 14:04                                 ` Graham Murray
2003-01-05 22:37                                   ` Mark Mielke
2003-01-06  1:43                                     ` Ian Molton
2003-01-06  5:26                                       ` Mark Mielke
2003-01-06 10:44                                         ` Helge Hafting
2003-01-06 16:06                                           ` Mark Mielke
     [not found]                             ` <3E195A4B.B160B1D2@aitel.hist.no>
2003-01-06 11:23                               ` Andrew Walrond
2003-01-07  9:08                                 ` Helge Hafting
2003-01-07 15:15                                   ` Valdis.Kletnieks
2003-01-08 10:06                                     ` Helge Hafting
2003-01-08 12:28                                       ` Mark Hounschell
2003-01-08 15:33                                         ` Jesse Pollard
2003-01-08 15:46                                           ` Mark Hounschell
2003-01-08 15:46                                             ` Jesse Pollard
2003-01-08 16:00                                               ` Mark Hounschell
2003-01-03 19:33                           ` Mark Mielke
2003-01-06 10:31                             ` Helge Hafting
2003-01-03 14:49                         ` Paul Jakma
2003-01-03 16:16                         ` Marco Monteiro
2003-01-03 17:45                           ` Andre Hedrick
2003-01-03 17:53                             ` Larry McVoy
2003-01-03 18:03                               ` Andre Hedrick
2003-01-03 18:29                                 ` Andre Hedrick
2003-01-04  1:33                                 ` David Schwartz
2003-01-03 21:19                             ` Marco Monteiro
2003-01-03 21:37                               ` Disconnect
2003-01-03 23:44                                 ` Marco Monteiro
2003-01-03 21:52                               ` jw schultz
2003-01-04 15:41                               ` Rik van Riel
2003-01-04 13:53                             ` Daniel Egger
2003-01-03 16:16                         ` David Schwartz
2003-01-03 16:37                           ` Marco Monteiro
2003-01-03 18:38                         ` Jon Portnoy
2003-01-03 19:02                           ` Andre Hedrick
2003-01-03 19:10                           ` Ben Greear
2003-01-03 20:21                           ` Andrew Walrond
2003-01-04  1:51                           ` Alan Cox
2003-01-04  1:24                             ` Jeff Garzik
2003-01-04  5:28                             ` Scott Robert Ladd
2003-01-04  8:06                               ` Jon Portnoy
2003-01-04  8:21                                 ` Andre Hedrick
2003-01-03  6:04                 ` Mike Galbraith
2003-01-03  6:29                   ` Brad Hards
2003-01-03  7:04                     ` Andre Hedrick
2003-01-03 18:31                     ` Bob Taylor
2003-01-04  1:34                       ` Larry McVoy
2003-01-04 18:16                     ` Rik van Riel
2003-01-03 15:57                   ` Randy.Dunlap
2003-01-03 19:44                     ` Mark Mielke
2003-01-03 20:30                 ` Richard Stallman
2003-01-03 20:39                   ` Larry McVoy
2003-01-04 23:44                     ` Richard Stallman
2003-01-03 22:17                   ` Rik van Riel
2003-01-04 23:44                     ` Richard Stallman
2003-01-04  6:55                   ` Bob Taylor
2003-01-04  9:06                     ` Vincent Bernat
2003-01-04 21:04                     ` Alan Cox
2003-01-05 18:39                   ` Henning P. Schmiedehausen
2003-01-04 22:06                 ` Matthias Andree
2003-01-04 22:23                   ` Larry McVoy
2003-01-04 23:10                     ` Steven Barnhart
2003-01-05  0:00                     ` Chief Gadgeteer
2003-01-05  0:26                       ` David Schwartz
2003-01-05  1:48                         ` Chief Gadgeteer
2003-01-05 10:14                     ` Tomas Szepe
2003-01-05 20:40                       ` Henning P. Schmiedehausen
2003-01-05 21:35                         ` Alan Cox
2003-01-05 22:18                           ` Henning P. Schmiedehausen
2003-01-05 22:58                             ` Tomas Szepe
2003-01-05 21:53                         ` Bruce Harada
2003-01-06 21:05                         ` Ranjeet Shetye
2003-01-06 22:06                           ` Valdis.Kletnieks
2003-01-05 18:34                     ` Richard Stallman
2003-01-05 19:28                       ` Vlad@Vlad.geekizoid.com
2003-01-05 22:13                       ` Mark Mielke
2003-01-06 17:13                         ` Richard Stallman
2003-01-06 17:29                           ` RIZEN
2003-01-07 13:39                             ` Richard Stallman
2003-01-06 17:31                           ` Paulo Andre'
2003-01-06 17:39                           ` Bill Huey
2003-01-07 13:40                             ` Richard Stallman
2003-01-07 14:17                               ` Bill Huey
2003-01-08  8:00                                 ` Richard Stallman
2003-01-08 15:26                                   ` yodaiken
2003-01-09 23:13                                     ` Richard Stallman
2003-01-09 23:40                                       ` David D. Hagood
2003-01-10  0:02                                       ` yodaiken
2003-01-11  0:21                                         ` Richard Stallman
2003-01-08 18:10                                   ` Ranjeet Shetye
2003-01-08  8:00                                 ` Richard Stallman
2003-01-08  9:04                                   ` OT Naming. was: " Nils Petter Vaskinn
2003-01-08 11:23                                     ` Hacksaw
2003-01-08 12:09                                       ` Måns Rullgård
2003-01-09  9:08                                         ` Hacksaw
2003-01-12 11:56                                     ` Richard Stallman
2003-01-12 18:27                                       ` OT Naming. was: Re: Why is Nvidia given GPL'd code to use in closedsource drivers? Michael D. Shannon
2003-01-08 11:53                                   ` Why is Nvidia given GPL'd code to use in closed source drivers? Bill Huey
2003-01-09 23:13                                     ` Richard Stallman
2003-01-09 23:19                                       ` Larry McVoy
2003-01-11  0:21                                         ` Richard Stallman
2003-01-10  0:12                                       ` Vlad@Vlad.geekizoid.com
2003-01-10 10:51                                       ` Henning P. Schmiedehausen
2003-01-10 15:36                                       ` Linux KERNEL mailinglist! Jan Harkes
2003-01-10 16:10                                       ` Why is Nvidia given GPL'd code to use in closed source drivers? Jeff Randall
2003-01-12 11:54                                         ` Richard Stallman
2003-01-12 18:58                                           ` Jeff Randall
2003-01-14  5:47                                             ` Richard Stallman
2003-01-14  5:47                                             ` Richard Stallman
2003-01-14 19:37                                               ` Mark Mielke
2003-01-14 11:23                                                 ` Ranjeet Shetye
2003-01-07 15:10                               ` Henning P. Schmiedehausen
2003-01-03  4:38               ` Andre Hedrick
2003-01-03 20:31                 ` Richard Stallman
2003-01-03 21:35                   ` Scott Robert Ladd
2003-01-04 23:45                     ` Richard Stallman
2003-01-04 23:58                       ` Mark Rutherford
2003-01-06  3:25                         ` Richard Stallman
2003-01-06  4:55                           ` Philip Wyett
2003-01-03 23:01                   ` Gauntlet Set NOW! Andre Hedrick
2003-01-03 23:56                     ` Andrew McGregor [this message]
2003-01-04  7:12                       ` Ryan Anderson
2003-01-04  9:14                         ` Andrew McGregor
2003-01-04  9:45                           ` Andre Hedrick
2003-01-04 10:01                             ` Andrew McGregor
2003-01-04 19:31                               ` Matan Ziv-Av
2003-01-04 19:43                                 ` Andrew McGregor
2003-01-06 10:56                               ` Helge Hafting
2003-01-04 23:44                       ` Richard Stallman
2003-01-05  1:22                         ` Rik van Riel
2003-01-05  5:33                           ` Milosz Tanski
2003-01-05  5:12                         ` Andrew McGregor
2003-01-05  5:31                           ` Andre Hedrick
2003-01-05 10:47                             ` Andrew McGregor
2003-01-05 15:29                               ` Andre Hedrick
2003-01-09  7:28                     ` Richard Stallman
2003-01-09  7:41                       ` Andre Hedrick
2003-01-09  7:50                       ` Jeff Garzik
2003-01-09  8:08                       ` Andrew Morton
2003-01-09  8:57                         ` Jeremy Fitzhardinge
2003-01-09 23:06                         ` Oliver Xymoron
2003-01-03  7:51               ` Why is Nvidia given GPL'd code to use in closed source drivers? Mark Mielke
2003-01-03 20:30                 ` Why is Nvidia given GPL'd code to use in non-free drivers? Richard Stallman
2003-01-03 21:26                   ` Larry McVoy
2003-01-03 21:27                     ` Dimitrie O. Paun
2003-01-05 21:24                       ` Henning P. Schmiedehausen
2003-01-05 22:08                         ` Eric Ortega
2003-01-05 22:34                         ` Ian Molton
2003-01-05 23:09                           ` Henning P. Schmiedehausen
2003-01-04  0:55                     ` Shane R. Stixrud
2003-01-04  2:22                       ` Larry McVoy
2003-01-04  3:18                         ` Shane R. Stixrud
2003-01-04  3:18                           ` Matthew D. Pitts
2003-01-04  6:00                       ` Werner Almesberger
2003-01-04  7:34                         ` Mark Mielke
2003-01-04  7:45                           ` Andre Hedrick
2003-01-04  8:36                           ` Werner Almesberger
2003-01-04  8:52                           ` Shane R. Stixrud
2003-01-04  9:16                             ` Mark Mielke
2003-01-04 21:47                     ` Roman Zippel
2003-01-05 11:15                     ` Eric W. Biederman
2003-01-04  1:19                   ` Mark Mielke
2003-01-04 23:44                     ` Richard Stallman
2003-01-05  1:32                       ` Mark Mielke
2003-01-06  3:25                         ` Richard Stallman
2003-01-06  3:25                         ` Richard Stallman
2003-01-05  2:22                       ` venom
2003-01-05  9:38                       ` Geert Uytterhoeven
2003-01-05 21:33                     ` Henning P. Schmiedehausen
2003-01-05 22:10                       ` Andre Hedrick
2003-01-05 22:22                       ` Mark Mielke
2003-01-04  3:10                   ` David Schwartz
2003-01-04 23:44                     ` Richard Stallman
2003-01-05  0:17                       ` David Schwartz
2003-01-05  4:39                         ` Wolfgang Walter
2003-01-05  5:35                           ` David Schwartz
2003-01-06 16:24                             ` Wolfgang Walter
2003-01-06 22:04                               ` David Schwartz
2003-01-07  0:08                                 ` Steven Barnhart
2003-01-07 15:53                                 ` Georg Nikodym
2003-01-07 18:05                                   ` Mike Galbraith
2003-01-05 21:46                           ` Henning P. Schmiedehausen
2003-01-05 22:06                             ` David Schwartz
2003-01-05 21:17                   ` Henning P. Schmiedehausen
2003-01-05 22:44                     ` Alan Cox
2003-01-05 22:45                       ` Henning P. Schmiedehausen
2003-01-05 23:03                         ` Xavier Bestel
2003-01-05 23:40                         ` Alan Cox
2003-01-03 10:39               ` Why is Nvidia given GPL'd code to use in closed source drivers? Rik van Riel
2003-01-03 11:29                 ` Christoph Hellwig
2003-01-03 11:33                   ` ZHAO Wei
2003-01-03 14:52                 ` Paul Jakma
2003-01-03 15:03                   ` Arjan van de Ven
2003-01-03 20:30                 ` Richard Stallman
2003-01-03 22:27                   ` Rik van Riel
2003-01-02  6:12       ` Erik Andersen
2003-01-02  6:26         ` Bill Huey
2003-01-02  8:51         ` Henning P. Schmiedehausen
2003-01-02  1:57     ` Alan Cox
2003-01-02  1:32       ` Paul Jakma
2003-01-02 20:39     ` David Schwartz
2003-01-04  9:55 Gauntlet Set NOW! Hell.Surfers
2003-01-04 10:07 ` Andre Hedrick
2003-01-04 10:28   ` Andrew McGregor
2003-01-04 10:12 Hell.Surfers
2003-01-04 10:42 ` Andrew McGregor
2003-01-04 10:38 Hell.Surfers
2003-01-05 23:40 ` Florian Schmitt
2003-01-04 10:57 Hell.Surfers
2003-01-04 16:35 ` Mark Rutherford
2003-01-05  6:28 Hell.Surfers

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=15900000.1041638213@localhost.localdomain \
    --to=andrew@indranet.co.nz \
    --cc=andre@linux-ide.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rms@gnu.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).