]> git.baikalelectronics.ru Git - kernel.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)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 6 Nov 2011 21:24:42 +0000 (07:54 +1030)
commit8bc8e1e6fda2d5f4338444ee6a02d3d9fcc59cff
tree48e11288635dcfc8cdb342f3ba00fa2a2a650aa8
parentc9763e784a9e89973e99657b2d91027c34f2df52
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