]> 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 23:04:30 +0000 (10:04 +1100)
commit996109662e2f382f8414a05a47d35073b4bac39a
tree43e9d21017f83639c561d46a1493f99dd5293c82
parentf11e6007ef0cbabf907ff172ca1a81c0bb9f189d
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