commit | ec0ccc16a09fc32f7142ef3ddf1c2276fbbb35d0 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Mar 30 16:20:09 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 20 00:25:25 2015 -0700 |
tree | 2d856d7d2771ca16efd6e6bc5e45136101abd6fa | |
parent | 735c0f8f12402774eff2320657cbb1e7d945164a [diff] |
module: add core_param_unsafe Similarly to module_param_unsafe(), add the helper to be used by core code wishing to expose unsafe debugging or testing parameters that taint the kernel when set. Acked-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>