ACK: Backport killable request_module()
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512 On 26.03.2012 16:53, Tim Gardner wrote: > The following changes since commit > 773c2e5b6fba66cb775b20593c1862d7a226985f: > > KVM: x86: fix missing checks in syscall emulation (2012-03-16 10:08:10 > -0300) > > are available in the git repository at: > > git://kernel.ubuntu.com/rtg/ubuntu-natty.git lp963685-usermode-helper > > for you to fetch changes up to d26407be000cb0e30e0aeff5288d15cda0adf4da: > > UBUNTU: SAUCE: ubuntu drivers: use UMH_WAIT_PROC consistently (2012-03-26 > 08:48:04 -0600) > > ---------------------------------------------------------------- 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/block/drbd/drbd_nl.c | 2 +- > drivers/staging/rtl8187se/r8180_core.c | 2 +- > drivers/staging/rtl8192e/r8192E_dm.c | 2 +- drivers/video/uvesafb.c > | 2 +- include/linux/kmod.h | 17 +++--- > kernel/kmod.c | 84 > ++++++++++++++++++++++++++------ security/keys/request_key.c | > 2 +- security/tomoyo/load_policy.c | 2 +- > ubuntu/fsam7400/fsam7400.c | 4 +- > ubuntu/ndiswrapper/loader.c | 6 +- ubuntu/rtl8192se/rtl_dm.c > | 6 +- 11 files changed, 91 insertions(+), 38 deletions(-) > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBCgAGBQJPcInlAAoJEOhnXe7L7s6j2VIP/RoelROTTgBBijL+/gkiFz9i qNsn35Q3XNkTOZF+vbqf9fX5ThsM+AYA01s0NXOHD5AZKScC5A z+TwS73ZVh2OUg 9dCmDt0eCv/WU1Iozokpo9yshTm0ptPt01xcRcpXr6ZCHXWfVeyVBOPK+FRxG c6N y1RvMPbYvgmDS7Q0HlFMBGO5lBePFPY2R0ItpuQlMkM2MHHEJ+ 05PVOUTF2Aei3K P4VPsNIZXcz5cTdIuBGMNDoUPXwPSsB9V095GRLBITvKVvMM38 UagXzNaAGQ0/sw QzzWvCU8yrBZ50granOC5u27AMnMtql8OqgbO3oNXAUtvac/h7/L+nueOMsJv82e jhyycRSCVuomPOjWfc/5xCjtbIyZfEQ3LG9K6bBzm1CVmNkuDaprkdvtsbsV3mQR WK0w7u7GG6hPHM8HcdWZoUyUaZkLO9uH3Svo1lag2uNnBzo/3n6mZnxDDiNdCMal f6Klh50OKUq0/l8OnDU0LYLvIU1WkTBupIAC7SenU2v036OGzrC4Tw9rGOjqXVT R +1wpV4eq6bsnKyfhdAUt8w6BCWPrugRloG6cueIqEan6bKo4Po DnhQcyuMiZjUbN GtKuTwxhyDvydTwPJlff6HwqDdtP4icD4qGFV7kFr1mrW9kCJi 7Ilmj8vQeFL1BV f3Khtre29YSyCdW/49tI =G3OR -----END PGP SIGNATURE----- -- kernel-team mailing list kernel-team@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kernel-team |
ACK: Backport killable request_module()
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512 On 26.03.2012 20:01, Tim Gardner wrote: > 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(-) > AFAICS the two additional patches are required and do not look like they could have introduced the issue in the first place. The remainder patches look like the set for other releases. Acked-by: Stefan Bader <stefan.bader@canonical.com> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBCgAGBQJPcYGGAAoJEOhnXe7L7s6j1CwP/1cwQ80xRRU2qPpWe5arMNvg MyxHbomj1VOB/nozKR/KHvippTkbbkQYCn8M3lQ0hXT7Moh0kem+X/aI6qBS8Zhc CYxTbyDpakZq5AU7VaN9VolzrcacYd0QrkSa2K7ziP1T+6Igil AFZfCwnL1754UU x51UQhar3LGvgsY0i7kBKSyLwhhg43qmTRXwQdzfJX99S7DfCB SsuMJXCOwvoqA3 POibj75RX3ph9/pG46+aWIP56cPzU6m2TWsMYtHbSrqx39HoQgq4hcCB6vSoX+0s OKyJggO1cIMfruiuuuhdwNLWfPeCrw0GaAXkHDLwPmfkBmx5/XmSARxs6LzTuW1P YePiPAqZhS7ZLve61HKYvjhEywU4ovfuCMlj1Acb2/H3A31OOgM580IXHhc0mAHe begeA/DD+JzWpjAQmQ6W7GQZqYEPCPMNTBZi8DXZ3JhKuFQXQFiuzJ/x3bMvASAf QK1fKXN91WRkNsD1BDSukRXXm8+kVdi9vG7rpA4IkOphP2doX9 VfryBxVe78SagA d7Nhd01Kjj2T6GtCthBiaE5LvAp4f3jpLodSoQNpiueFT1XrKc Z/MypPV7KOFhtX ppppI8cdCXFRpIW0+Hm1k/ljRqAnJdimukDIyOuhDHuU9q6FATO3KgJU4CD900J9 AOrBaSsWtxsqTOxD6RwJ =H9iK -----END PGP SIGNATURE----- -- kernel-team mailing list kernel-team@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kernel-team |
| All times are GMT. The time now is 01:30 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.