From patchwork Mon Mar 26 18:01:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 148795 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 4BD28B6FA5 for ; Tue, 27 Mar 2012 05:02:19 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SCEEw-000718-Nh; Mon, 26 Mar 2012 18:01:58 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SCEEs-0006rc-EI for kernel-team@lists.ubuntu.com; Mon, 26 Mar 2012 18:01:54 +0000 Received: from salmon.rtg.net (mail.tpi.com [70.99.223.143]) by mail.tpi.com (Postfix) with ESMTP id 7718D313C20 for ; Mon, 26 Mar 2012 11:01:34 -0700 (PDT) Received: by salmon.rtg.net (Postfix, from userid 1000) id 74315203B3; Mon, 26 Mar 2012 12:01:54 -0600 (MDT) From: Tim Gardner To: kernel-team@lists.ubuntu.com Subject: [Lucid PATCH 00/10] Backport killable request_module() Date: Mon, 26 Mar 2012 12:01:33 -0600 Message-Id: <1332784903-75063-1-git-send-email-tim.gardner@canonical.com> X-Mailer: git-send-email 1.7.9.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@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