All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] kmod/usermodehelper changes
@ 2013-03-08  6:15 Lucas De Marchi
  2013-03-08  6:15 ` [PATCH v2 1/7] kernel/sys.c: Use the simpler call_usermodehelper() Lucas De Marchi
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Lucas De Marchi @ 2013-03-08  6:15 UTC (permalink / raw)
  To: lucas.de.marchi
  Cc: David Howells, James Morris, Andrew Morton, Oleg Nesterov,
	Lucas De Marchi, linux-kernel

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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-03-25 13:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-08  6:15 [PATCH v2 0/7] kmod/usermodehelper changes Lucas De Marchi
2013-03-08  6:15 ` [PATCH v2 1/7] kernel/sys.c: Use the simpler call_usermodehelper() Lucas De Marchi
2013-03-09 20:17   ` Oleg Nesterov
2013-03-08  6:15 ` [PATCH v2 2/7] usermodehelper: Export _exec() and _setup() functions Lucas De Marchi
2013-03-09 20:21   ` Oleg Nesterov
2013-03-08  6:15 ` [PATCH v2 3/7] kmod: split call to call_usermodehelper_fns() Lucas De Marchi
2013-03-09 20:23   ` Oleg Nesterov
2013-03-09 23:54     ` Lucas De Marchi
2013-03-08  6:15 ` [PATCH v2 4/7] KEYS: " Lucas De Marchi
2013-03-09 20:25   ` Oleg Nesterov
2013-03-09 23:55     ` Lucas De Marchi
2013-03-25 12:55   ` David Howells
2013-03-25 13:11     ` Lucas De Marchi
2013-03-08  6:15 ` [PATCH v2 5/7] coredump: remove trailling whitespaces Lucas De Marchi
2013-03-08  6:15 ` [PATCH v2 6/7] Split remaining calls to call_usermodehelper_fns() Lucas De Marchi
2013-03-09 20:42   ` Oleg Nesterov
2013-03-09 23:57     ` Lucas De Marchi
2013-03-08  6:15 ` [PATCH v2 7/7] kmod: remove call_usermodehelper_fns() Lucas De Marchi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.