]> git.karo-electronics.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)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 20 Sep 2012 00:14:48 +0000 (10:14 +1000)
commit98079aa371f12788c795ebf5684c1a669a4451e4
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