module: add flags arg to sys_finit_module()
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Oct 2012 07:39:41 +0000 (18:09 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 14 Dec 2012 02:35:23 +0000 (13:05 +1030)
Thanks to Michael Kerrisk for keeping us honest.  These flags are actually
useful for eliminating the only case where kmod has to mangle a module's
internals: for overriding module versioning.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Acked-by: Kees Cook <keescook@chromium.org>

No differences found