From patchwork Mon Mar 26 18:01:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Lucid,00/10] Backport killable request_module() Date: Mon, 26 Mar 2012 08:01:33 -0000 From: Tim Gardner X-Patchwork-Id: 148795 Message-Id: <1332784903-75063-1-git-send-email-tim.gardner@canonical.com> To: kernel-team@lists.ubuntu.com The following changes since commit a21c77713c589069b93a82f44c29e282f36aea05: UBUNTU: Bump ABI (2012-03-26 11:55:19 -0600) are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-lucid.git lp963685-usermode-helper for you to fetch changes up to c610bda0b22a8774f22d8cc0d0575d3783d3306f: UBUNTU: SAUCE: ubuntu drivers: use UMH_WAIT_PROC consistently (2012-03-26 11:55:38 -0600) ---------------------------------------------------------------- Masami Hiramatsu (1): kmod: fix resource leak in call_usermodehelper_pipe() Neil Horman (1): kmod: add init function to usermodehelper Oleg Nesterov (7): usermodehelper: use UMH_WAIT_PROC consistently usermodehelper: introduce umh_complete(sub_info) usermodehelper: implement UMH_KILLABLE usermodehelper: kill umh_wait, renumber UMH_* constants usermodehelper: ____call_usermodehelper() doesn't need do_exit() kmod: introduce call_modprobe() helper kmod: make __request_module() killable Tim Gardner (1): UBUNTU: SAUCE: ubuntu drivers: use UMH_WAIT_PROC consistently drivers/staging/rtl8187se/r8180_core.c | 2 +- drivers/video/uvesafb.c | 2 +- include/linux/kmod.h | 54 ++++++++++--- kernel/kmod.c | 141 +++++++++++++++++++++++--------- kernel/sys.c | 6 +- net/bridge/br_stp_if.c | 2 +- security/tomoyo/common.c | 2 +- ubuntu/fsam7400/fsam7400.c | 4 +- ubuntu/ndiswrapper/loader.c | 6 +- ubuntu/rtl8192se/rtl_dm.c | 6 +- 10 files changed, 159 insertions(+), 66 deletions(-) Acked-by: Stefan Bader Acked-by: Andy Whitcroft