]> 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>
Fri, 4 Nov 2011 00:37:04 +0000 (11:37 +1100)
commit05478c63ef47817f95f502497fe5144f1c8fc23a
tree48e11288635dcfc8cdb342f3ba00fa2a2a650aa8
parentc07a2028538a625443082ae708ca3979ddc64e4d
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