From: Steven Rostedt <rostedt@goodmis.org>
To: linux-os@analogic.com
Cc: Horst von Brand <vonbrand@inf.utfsm.cl>,
Kyle Moffett <mrmacman_g4@mac.com>, Aaron Gyes <floam@sh.nu>,
"Dr. David Alan Gilbert" <gilbertd@treblig.org>,
Arjan van de Ven <arjan@infradead.org>,
LKML <linux-kernel@vger.kernel.org>, Adrian Bunk <bunk@stusta.de>
Subject: Re: Can't use SYSFS for "Proprietry" driver modules !!!.
Date: Mon, 28 Mar 2005 08:46:02 -0500 [thread overview]
Message-ID: <1112017562.27381.53.camel@localhost.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.61.0503280727310.19644@chaos.analogic.com>
On Mon, 2005-03-28 at 08:12 -0500, linux-os wrote:
> On Mon, 28 Mar 2005, Steven Rostedt wrote:
> Following the flock in this GPL issue insulates you from
> many future changes in the kernel. Major portions of the
> module code has already been rewritten to erect a solid
> barrier, marking what's in the kernel and what's without.
> What used to be done outside the kernel, the only reasonable
> place to do it, has now been moved inside the kernel for no
> other reason but isolation.
>
> So tell your senior staff that you need to include the
> GPL license with your code. If you write good code, the
> chances of anybody outside your company actually reading
> it is near zero. If your "trade secrets" are so obvious
> that a look at the code will reveal them, you really need
> to get another job, your company will disappear in a
> month or two.
I first started on this thread because of NVidia. Since I have many
machines that use nvidia drivers and I suffer the consequences of this,
but I'm a kernel programmer and can get around this too.
But now you hit on something that I'm fighting with. I may be part of
the GPL religion, but I'm not a true believer. I like the concept. All
code that I write on my own time is usually LGPL (otherwise it is just
public use). I like to share and share alike. But the problem I have is
that I don't have senior management. I'm a free lance programmer. I have
companies (my customers) pay me to code. I can refuse to code if I don't
agree with them, but then they get someone else and I go hungry. I
strongly recommend to them that it is in their interest to release the
code I write under GPL, but the managers don't see it. I may not be that
strong of a spokesman, but they don't like to listen to me, the just
tell me, do what we pay you to do. Like I said, I'm not a strong
believer, so I won't risk not being able to feed my family for the FSF
cause. So I just go on and code, and let their lawyers figure out what
to do.
The customers I work for are actually more interested in selling their
hardware than the software. But when they spend a lot of money to code
for their hardware, they find it hard to understand that it is best to
give it up as GPL code, especially when the workings of the hardware are
explicit in the code. I usually have to also make changes to the kernel
to handle the situation (which all goes under the GPL of course), so the
modules I write are never expected to be used by the vanilla kernel, or
by anyone elses kernel for that matter. The kernel is made to run on
special hardware, and then have some special extensions put on that are
in the form of modules. I'm still in the process of fighting to get
these under GPL, but I'm not an employee, I'm a vendor. And the
management sees me as such. It's very easy for them to pull the plug on
me and find another approach to go.
These companies are rather large, and sell things for a niche market,
that usually don't care about fighting for the GPL. This is not NVidia
selling video cards to consumers. This is large companies selling larger
systems to other large companies, and my part is just a small one. So, I
don't think they'll disappear simply because they don't put everything
under the GPL. They are smart enough to keep the extensions under GPL
and allow me to send fixes if I find a bug with the code back to the
maintainer. So the maintainer still benefits from this in the form of
testing and updates.
The one way I do try to fight for the GPL is always make the imbedded
code more efficient than the modules. So, to keep the code proprietary
always has a impact on performance. This isn't hard to do, since
obviously the code that is imbedded would be more efficient than code
that needs to be called indirectly through hooks. Nothing has been
decided yet, but if the benchmarks hold out, it all may be under GPL in
the end anyway.
-- Steve
next prev parent reply other threads:[~2005-03-28 13:56 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-27 1:15 Can't use SYSFS for "Proprietry" driver modules !!! Aaron Gyes
2005-03-27 1:29 ` Lee Revell
2005-03-27 2:55 ` Kyle Moffett
2005-03-27 8:57 ` Jan Engelhardt
2005-03-27 17:09 ` Willy Tarreau
[not found] ` <1111913399.6297.28.camel@laptopd505.fenrus.org>
2005-03-27 17:40 ` Kyle Moffett
2005-03-27 17:52 ` Dave Airlie
2005-03-27 17:58 ` Kyle Moffett
2005-03-27 18:04 ` Dr. David Alan Gilbert
2005-03-27 18:35 ` Adrian Bunk
2005-03-27 18:46 ` Jan Engelhardt
2005-03-27 19:16 ` Aaron Gyes
2005-03-27 19:30 ` Kyle Moffett
2005-03-28 1:54 ` Horst von Brand
2005-03-28 9:27 ` Jan Engelhardt
2005-03-28 12:04 ` Steven Rostedt
2005-03-28 13:12 ` linux-os
2005-03-28 13:46 ` Steven Rostedt [this message]
2005-03-28 14:50 ` Jan Engelhardt
[not found] ` <1112016850.6003.13.camel@laptopd505.fenrus.org>
2005-03-28 13:57 ` Steven Rostedt
2005-03-28 23:43 ` Paul Jackson
2005-03-29 0:21 ` Steven Rostedt
2005-03-29 0:56 ` Kyle Moffett
2005-03-29 1:27 ` Steven Rostedt
2005-03-29 12:15 ` linux-os
2005-03-29 12:29 ` Sean
2005-03-30 19:47 ` Rik van Riel
2005-03-30 19:57 ` linux-os
2005-03-31 11:35 ` Sean
2005-03-31 12:34 ` linux-os
2005-03-31 14:20 ` Sean
2005-03-31 22:55 ` Kyle Moffett
2005-03-30 23:30 ` John Pearson
2005-04-03 14:07 ` Clemens Schwaighofer
2005-03-29 16:31 ` Horst von Brand
2005-03-30 14:38 ` Olivier Galibert
2005-03-30 19:49 ` Rik van Riel
2005-03-29 1:22 ` Paul Jackson
2005-03-29 1:31 ` Steven Rostedt
2005-03-28 20:47 ` Horst von Brand
2005-03-27 19:37 ` Adrian Bunk
2005-03-27 21:22 ` Diego Calleja
2005-03-27 23:09 ` Greg KH
2005-03-28 13:14 ` Geert Uytterhoeven
2005-03-27 18:12 ` Greg KH
2005-03-29 1:04 ` Aaron Gyes
2005-03-29 3:33 ` Greg KH
2005-03-29 4:03 ` Zan Lynx
2005-03-29 4:44 ` Greg KH
2005-04-03 23:41 ` Mark Lord
2005-04-04 4:01 ` Paul Jackson
2005-04-04 7:15 ` Christoph Hellwig
2005-03-29 4:28 ` Aaron Gyes
2005-03-29 4:45 ` Greg KH
2005-03-29 5:01 ` Aaron Gyes
2005-03-29 5:05 ` Greg KH
2005-03-29 5:29 ` Aaron Gyes
2005-03-29 5:37 ` Brian Gerst
-- strict thread matches above, loose matches on Subject: below --
2005-03-28 2:04 Aaron Gyes
2005-03-28 1:03 Albert Cahalan
2005-03-27 7:21 Manfred Spraul
2005-03-27 5:20 Chuck Ebbert
2005-03-26 17:52 Mark Fortescue
2005-03-26 18:28 ` Greg KH
2005-03-26 20:34 ` Lee Revell
2005-03-26 20:46 ` Jan Engelhardt
2005-03-27 0:48 ` Greg KH
[not found] ` <1111885480.1312.9.camel@mindpipe>
2005-03-27 3:20 ` Greg KH
2005-03-27 3:30 ` Lee Revell
2005-03-27 18:10 ` Greg KH
2005-03-27 18:37 ` Steven Rostedt
2005-03-27 22:01 ` Adrian Bunk
2005-03-27 23:54 ` Steven Rostedt
2005-03-28 1:39 ` Adrian Bunk
2005-03-28 1:50 ` Steven Rostedt
2005-03-28 9:31 ` Jan Engelhardt
2005-03-28 14:45 ` Adrian Bunk
2005-03-27 22:41 ` Dave Airlie
2005-03-28 0:53 ` Chris Wedgwood
2005-03-27 15:04 ` Alan Cox
2005-03-28 3:56 ` Clemens Schwaighofer
2005-03-29 2:37 ` Coywolf Qi Hunt
2005-03-29 5:58 ` Jim Crilly
2005-03-28 16:52 ` Mark Fortescue
2005-03-28 18:38 ` Rik van Riel
2005-03-29 3:36 ` Greg KH
2005-03-29 6:17 ` Kevin Puetz
2005-03-27 12:42 ` Sean
2005-03-27 13:53 ` Wichert Akkerman
2005-03-27 15:06 ` Alan Cox
2005-03-28 13:12 ` Geert Uytterhoeven
2005-03-29 3:41 ` Lee Revell
2005-03-29 1:53 ` David Schwartz
2005-03-29 2:06 ` Kyle Moffett
2005-03-29 19:00 ` David Schwartz
2005-03-30 14:15 ` Olivier Galibert
2005-04-02 2:11 ` David Schwartz
2005-03-27 20:50 ` James Courtier-Dutton
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=1112017562.27381.53.camel@localhost.localdomain \
--to=rostedt@goodmis.org \
--cc=arjan@infradead.org \
--cc=bunk@stusta.de \
--cc=floam@sh.nu \
--cc=gilbertd@treblig.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-os@analogic.com \
--cc=mrmacman_g4@mac.com \
--cc=vonbrand@inf.utfsm.cl \
/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