All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] loading the dump modules: will taint the kernel.
@ 2002-01-09 17:11 Bruno Vidal
  2002-01-09 17:21 ` Bryan W. Headley
  2002-01-09 17:22 ` Randolph Chung
  0 siblings, 2 replies; 3+ messages in thread
From: Bruno Vidal @ 2002-01-09 17:11 UTC (permalink / raw)
  To: parisc-linux@lists.parisc-linux.org

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

	Hi
I've created a modules for the dump driver. When loading the
modules I receive the following message:
#insmod dump
Using /lib/modules/2.4.17-pa3/kernel/drivers/dump/dump.o
Warning: loading /lib/modules/2.4.17-pa3/kernel/drivers/dump/dump.o will taint the kernel: no license

But everything seems okay, the modules is here, everything is here ???
What means this message ?

	thanks.

-- 
	Vidal Bruno, (770-4271)
        SSD-HA Team, HP-UX & LINUX Support
	bruno_vidal@admin.france.hp.com

[-- Attachment #2: Card for Bruno Vidal --]
[-- Type: text/x-vcard, Size: 386 bytes --]

begin:vcard 
n:Bruno;VIDAL
tel;fax:01-69-82-60-14
tel;work:01-69-29-42-71
x-mozilla-html:TRUE
url:www.france.hp.com
org:Solution Center
version:2.1
email;internet:bruno_vidal@hp.com
title:Expert Logiciel Environnement Haute Disponibilité
adr;quoted-printable:;;HP France=0D=0A;Z.A de Courtaboeuf;1 Av. du Canada;91947 Les Ulis cedex;France
x-mozilla-cpt:;26208
fn:VIDAL Bruno
end:vcard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [parisc-linux] loading the dump modules: will taint the kernel.
  2002-01-09 17:11 [parisc-linux] loading the dump modules: will taint the kernel Bruno Vidal
@ 2002-01-09 17:21 ` Bryan W. Headley
  2002-01-09 17:22 ` Randolph Chung
  1 sibling, 0 replies; 3+ messages in thread
From: Bryan W. Headley @ 2002-01-09 17:21 UTC (permalink / raw)
  To: Bruno Vidal; +Cc: parisc-linux@lists.parisc-linux.org

Bruno Vidal wrote:

> 	Hi
> I've created a modules for the dump driver. When loading the
> modules I receive the following message:
> #insmod dump
> Using /lib/modules/2.4.17-pa3/kernel/drivers/dump/dump.o
> Warning: loading /lib/modules/2.4.17-pa3/kernel/drivers/dump/dump.o will taint the kernel: no license
> 
> But everything seems okay, the modules is here, everything is here ???
> What means this message ?
> 
> 	thanks.
> 
> 

Did you/Are you releasing this module under a GPL license? Then add to 
the source,

MODULE_AUTHOR("James Bottomley");
MODULE_DESCRIPTION("lasi700 SCSI Driver");
MODULE_LICENSE("GPL");
MODULE_PARM(lasi700, "s");

Of course, change the author, description and parameters. See 
include/linux/modules.h for docs, other macros. The other license types 
are listed in there, too.


-- 
____               .:.                 ____
Bryan W. Headley - bheadley@interaccess.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [parisc-linux] loading the dump modules: will taint the kernel.
  2002-01-09 17:11 [parisc-linux] loading the dump modules: will taint the kernel Bruno Vidal
  2002-01-09 17:21 ` Bryan W. Headley
@ 2002-01-09 17:22 ` Randolph Chung
  1 sibling, 0 replies; 3+ messages in thread
From: Randolph Chung @ 2002-01-09 17:22 UTC (permalink / raw)
  To: Bruno Vidal; +Cc: parisc-linux@lists.parisc-linux.org

In reference to a message from Bruno Vidal, dated Jan 09:
> 	Hi
> I've created a modules for the dump driver. When loading the
> modules I receive the following message:
> #insmod dump
> Using /lib/modules/2.4.17-pa3/kernel/drivers/dump/dump.o
> Warning: loading /lib/modules/2.4.17-pa3/kernel/drivers/dump/dump.o will taint the kernel: no license
> 
> But everything seems okay, the modules is here, everything is here ???
> What means this message ?

Add this, or something similar, to your driver:
MODULE_LICENSE("GPL");

randolph
-- 
   @..@                                         http://www.TauSq.org/
  (----)
 ( >__< )
 ^^ ~~ ^^

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-01-09 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-09 17:11 [parisc-linux] loading the dump modules: will taint the kernel Bruno Vidal
2002-01-09 17:21 ` Bryan W. Headley
2002-01-09 17:22 ` Randolph Chung

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.