From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
To: linux-kernel@vger.kernel.org
Subject: Re: Driver Model
Date: Wed, 3 Sep 2003 16:52:16 +0200 [thread overview]
Message-ID: <20030903145216.GG14376@lug-owl.de> (raw)
In-Reply-To: <002301c37228$bbc89950$294b82ce@stuartm>
[-- Attachment #1: Type: text/plain, Size: 1457 bytes --]
On Wed, 2003-09-03 10:36:16 -0400, Stuart MacDonald <stuartm@connecttech.com>
wrote in message <002301c37228$bbc89950$294b82ce@stuartm>:
> From: linux-kernel-owner@vger.kernel.org
> > [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of
> > Richard B. Johnson
> > sources are available. If the driver does not contain the appropriate
> > MODULE_LICENSE() string, then several tools will show "tainted" so
>
> If the MODULE_LICENSE() macro is what determines taint, what's to
> prevent a company from compiling their driver in their own kernel tree
> with that macro and releasing it binary-only? Wouldn't that module
> then be taint-free?
To use it, you've to call it like
MODULE_LICENSE("GPL");
The string (license name) you supply is stored into the module binary
and checked ad module load time. Either it's "GPL" (or a few others
IIRC) or it isn't. If it is, the module is GPL and (after you've shipped
the module) any user can legally ask for sources (and you've to ship
them). If it isn't GPL (or the other accepted variants), it'll taint the
kernel. That'll tell us to not look at oopses, though...
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(IRAQ_WAR_2 | DRM | TCPA));
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-09-03 14:52 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-02 18:43 Driver Model James Clark
2003-09-02 19:13 ` Robert Love
2003-09-02 20:44 ` Richard B. Johnson
2003-09-03 14:36 ` Stuart MacDonald
2003-09-03 14:52 ` Jan-Benedict Glaw [this message]
2003-09-03 14:57 ` Alan Cox
2003-09-03 15:13 ` Stuart MacDonald
2003-09-03 15:33 ` Mariusz Zielinski
2003-09-03 15:50 ` Stuart MacDonald
2003-09-03 16:02 ` Mariusz Zielinski
2003-09-03 17:58 ` Stuart MacDonald
2003-09-03 16:58 ` Alan Cox
2003-09-03 18:21 ` Jeff Garzik
2003-09-03 15:50 ` Mariusz Zielinski
2003-09-03 22:41 ` David Schwartz
2003-09-04 11:03 ` Alan Cox
2003-09-03 15:22 ` Richard B. Johnson
2003-09-02 21:29 ` Patrick Mochel
2003-09-02 21:44 ` James Clark
2003-09-02 22:05 ` Greg KH
2003-09-02 22:08 ` Robert Love
2003-09-02 22:39 ` Jamie Lokier
2003-09-02 23:52 ` Andre Hedrick
2003-09-03 0:20 ` David Schwartz
2003-09-03 17:38 ` Andre Hedrick
2003-09-03 18:19 ` Alan Cox
2003-09-03 18:15 ` Andre Hedrick
2003-09-04 12:40 ` Henning P. Schmiedehausen
2003-09-03 13:10 ` Alan Cox
[not found] <rtHg.3n0.9@gated-at.bofh.it>
[not found] ` <rK5y.1xN.25@gated-at.bofh.it>
2003-09-03 18:42 ` Pascal Schmidt
2003-09-03 19:49 ` Andre Hedrick
2003-09-03 22:41 ` David Schwartz
2003-09-03 23:11 ` Pascal Schmidt
2003-09-03 23:33 ` David Schwartz
2003-09-04 1:38 ` Pascal Schmidt
2003-09-04 3:01 ` David Schwartz
2003-09-04 14:21 ` Pascal Schmidt
2003-09-04 1:37 ` Andre Hedrick
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=20030903145216.GG14376@lug-owl.de \
--to=jbglaw@lug-owl.de \
--cc=linux-kernel@vger.kernel.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