lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri,  8 Mar 2013 03:15:06 -0300
From:	Lucas De Marchi <lucas.demarchi@...fusion.mobi>
To:	lucas.de.marchi@...il.com
Cc:	David Howells <dhowells@...hat.com>,
	James Morris <james.l.morris@...cle.com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Oleg Nesterov <oleg@...hat.com>,
	Lucas De Marchi <lucas.demarchi@...fusion.mobi>,
	linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/7] kmod/usermodehelper changes

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ