commit | 2f3238aebedb243804f58d62d57244edec4149b2 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Oct 22 18:09:41 2012 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Dec 14 13:05:23 2012 +1030 |
tree | 984f7f4a6b2225649120c55a7b89e65e9de55ee2 | |
parent | 34e1169d996ab148490c01b65b4ee371cf8ffba2 [diff] |
module: add flags arg to sys_finit_module() 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>