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)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 6 Nov 2011 21:24:42 +0000 (07:54 +1030)
commit2449b8ba0745327c5fa49a8d9acffe03b2eded69
tree48e11288635dcfc8cdb342f3ba00fa2a2a650aa8
parent1cd0d6c3021c8d76641b37203f504634b87fbabc
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