From: Jani Nikula Date: Tue, 26 Aug 2014 20:54:23 +0000 (+0930) Subject: drm/i915: taint the kernel if unsafe module parameters are set X-Git-Tag: fixes-for-v3.18-merge-window~36^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc9740cebc3ab7c65f3c5f6ce0caf3e4969013ca;p=pandora-kernel.git drm/i915: taint the kernel if unsafe module parameters are set Taint the kernel if the semaphores, enable_rc6, enable_fbc, or ppgtt module parameters are modified. These module parameters are for debugging and testing only, and should never be changed from their platform specific default values by the users. We do not provide support for people enabling all the experimental features. Make this clear by tainting the kernel if the parameters are set. Signed-off-by: Jani Nikula Signed-off-by: Rusty Russell --- Reading git-diff-tree failed