[PATCH 7/8] module: add core_param_unsafe

2015-03-30 Thread Dmitry Torokhov
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 Signed-off-by: Dmitry Torokhov --- include/linux/moduleparam.h | 9 + 1 file changed, 9

[PATCH 7/8] module: add core_param_unsafe

2015-03-30 Thread Dmitry Torokhov
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 ru...@rustcorp.com.au Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com ---

Re: [PATCH 7/8] module: add core_param_unsafe

2015-01-19 Thread Rusty Russell
Dmitry Torokhov writes: > 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. > > Signed-off-by: Dmitry Torokhov Acked-by: Rusty Russell Thanks, Rusty. > --- >

Re: [PATCH 7/8] module: add core_param_unsafe

2015-01-19 Thread Rusty Russell
Dmitry Torokhov dmitry.torok...@gmail.com writes: 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. Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com Acked-by: Rusty

[PATCH 7/8] module: add core_param_unsafe

2015-01-16 Thread Dmitry Torokhov
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. Signed-off-by: Dmitry Torokhov --- include/linux/moduleparam.h | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH 7/8] module: add core_param_unsafe

2015-01-16 Thread Dmitry Torokhov
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. Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com --- include/linux/moduleparam.h | 9 + 1 file changed, 9