From: Luis R. Rodriguez Date: Wed, 27 May 2015 01:39:38 +0000 (+0930) Subject: kernel/module.c: use generic module param operaters for sig_enforce X-Git-Tag: omap-for-v4.2/fixes-rc1^2~63^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f408dddb013168759cdb4cbd0ba4e189a9504d;p=pandora-kernel.git kernel/module.c: use generic module param operaters for sig_enforce We're directly checking and modifying sig_enforce when needed instead of using the generic helpers. This prevents us from generalizing this helper so that others can use it. Use indirect helpers to allow us to generalize this code a bit and to make it a bit more clear what this is doing. Cc: Rusty Russell Cc: Jani Nikula Cc: Andrew Morton Cc: Kees Cook Cc: Tejun Heo Cc: Ingo Molnar Cc: linux-kernel@vger.kernel.org Cc: cocci@systeme.lip6.fr Signed-off-by: Luis R. Rodriguez Signed-off-by: Rusty Russell --- Reading git-diff-tree failed