[Lucid PATCH 00/10] Backport killable request_module()
Tim Gardner
tim.gardner at canonical.com
Mon Mar 26 18:01:33 UTC 2012
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(-)
More information about the kernel-team
mailing list