]> git.karo-electronics.de Git - karo-tx-linux.git/commit
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
authorBen Hutchings <ben@decadent.org.uk>
Mon, 24 Oct 2011 13:12:28 +0000 (15:12 +0200)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 1 Nov 2011 00:15:20 +0000 (11:15 +1100)
commit2804f82a11b7fe00dc540169f4357b90eae59365
tree3a215cdcc57e89168acb73f233aaee870e0cab1b
parentc7335bdb1e1b335d5a2e58b1ac23a778eb2dde2b
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree

Use of the GPL or a compatible licence doesn't necessarily make the code
any good.  We already consider staging modules to be suspect, and this
should also be true for out-of-tree modules which may receive very
little review.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Reviewed-by: Dave Jones <davej@redhat.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (patched oops-tracing.txt)
Documentation/oops-tracing.txt
include/linux/kernel.h
kernel/module.c
kernel/panic.c
scripts/mod/modpost.c