From: Jani Nikula Date: Tue, 26 Aug 2014 20:52:23 +0000 (+0930) Subject: module: make it possible to have unsafe, tainting module params X-Git-Tag: fixes-for-v3.18-merge-window~36^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f9d330cc14932084c37751997213cb0e7ea882;p=pandora-kernel.git module: make it possible to have unsafe, tainting module params Add flags field to struct kernel_params, and add the first flag: unsafe parameter. Modifying a kernel parameter with the unsafe flag set, either via the kernel command line or sysfs, will issue a warning and taint the kernel. Cc: Rusty Russell Cc: Jean Delvare Cc: Andrew Morton Cc: Li Zhong Cc: Jon Mason Cc: Daniel Vetter Signed-off-by: Jani Nikula Signed-off-by: Rusty Russell --- Reading git-diff-tree failed