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)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 28 Sep 2012 05:01:02 +0000 (14:31 +0930)
commitc99af3752bb52ba3aece5315279a57a477edfaf1
treecdffe63ffeba4c68065b19668d880bde63744ccc
parent925a6f0bf8bd122d5d2429af7f0ca0fecf4ae71f
module: taint kernel when lve module is loaded

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>
Cc: stable@kernel.org
kernel/module.c