[PATCH v2 0/7] kmod/usermodehelper changes

From: Lucas De Marchi
Date: Fri Mar 08 2013 - 01:16:01 EST


Changes from v1:
- Remove call_usermodehelper_fns() converting all calling sites to either
call_usermodelper() or call_usermodehelper_setup() + call_usermodehelper_exec()
- Don't check the return code in call_usermodehelper_freeinfo() - now that
allocating the subprocess_info is separating from executing it, it's safe to
allways call the cleanup.

Lucas De Marchi (7):
kernel/sys.c: Use the simpler call_usermodehelper()
usermodehelper: Export _exec() and _setup() functions
kmod: split call to call_usermodehelper_fns()
KEYS: split call to call_usermodehelper_fns()
coredump: remove trailling whitespaces
Split remaining calls to call_usermodehelper_fns()
kmod: remove call_usermodehelper_fns()

fs/coredump.c | 21 +++++++---
include/linux/kmod.h | 17 ++++----
init/do_mounts_initrd.c | 11 ++++-
kernel/kmod.c | 100 +++++++++++++++++++++++---------------------
kernel/sys.c | 3 +-
security/keys/request_key.c | 14 +++++--
6 files changed, 96 insertions(+), 70 deletions(-)

--
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/