]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
module: taint kernel when lve module is loaded
authorMatthew Garrett <mjg59@srcf.ucam.org>
Fri, 22 Jun 2012 17:49:31 +0000 (13:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Oct 2012 16:17:10 +0000 (09:17 -0700)
commit17313c04d71395a59d2797f9fa846c94aebcb73c
tree61db5c55edfa710292a572b5740785e0ff58d601
parent3a738a8aa3dd4fae6998b4cbc7a1043f44086035
module: taint kernel when lve module is loaded

commit c99af3752bb52ba3aece5315279a57a477edfaf1 upstream.

Cloudlinux have a product called lve that includes a kernel module. This
was previously GPLed but is now under a proprietary license, but the
module continues to declare MODULE_LICENSE("GPL") and makes use of some
EXPORT_SYMBOL_GPL symbols. Forcibly taint it in order to avoid this.

Signed-off-by: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: Alex Lyashkov <umka@cloudlinux.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/module.c