]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kernel/module.c: use generic module param operaters for sig_enforce
authorLuis R. Rodriguez <mcgrof@suse.com>
Wed, 27 May 2015 01:39:38 +0000 (11:09 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 28 May 2015 02:02:11 +0000 (11:32 +0930)
commit05f408dddb013168759cdb4cbd0ba4e189a9504d
tree4e736a5251ce53c9a8a6a0b903f2bd54ba2d9572
parent9c27847dda9cfae7c273cde62becf364f9fa9ea3
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 <rusty@rustcorp.com.au>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Kees Cook <keescook@chromium.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org
Cc: cocci@systeme.lip6.fr
Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c