From: Matthew Garrett Date: Fri, 22 Jun 2012 17:49:31 +0000 (-0400) Subject: module: taint kernel when lve module is loaded X-Git-Tag: v3.7-rc1~2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c99af3752bb52ba3aece5315279a57a477edfaf1;p=pandora-kernel.git 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 Cc: Alex Lyashkov Signed-off-by: Rusty Russell Cc: stable@kernel.org --- Reading git-diff-tree failed