]> git.baikalelectronics.ru Git - kernel.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)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 28 Sep 2012 05:01:02 +0000 (14:31 +0930)
commit2732c0027976f6802d59024dd43ade707a624f70
treecdffe63ffeba4c68065b19668d880bde63744ccc
parentf26226a196595153160cb6f3290975dfc49f962d
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