Commit Graph

95 Commits (bd0eae4e1cd5c4ff7c2a9ebcb3e78ea4631251ef)

Author SHA1 Message Date
Oleg Nesterov 7f57cfa4e2 usermodehelper: kill the sub_info->path[0] check 12 years ago
Oleg Nesterov 264b83c07a usermodehelper: check subprocess_info->path != NULL 12 years ago
Lucas De Marchi 66e5b7e194 kmod: remove call_usermodehelper_fns() 12 years ago
Lucas De Marchi f634460c90 kmod: split call to call_usermodehelper_fns() 12 years ago
Lucas De Marchi 938e4b22e2 usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_setup() 12 years ago
Tejun Heo 0fdff3ec6d async, kmod: warn on synchronous request_module() from async workers 12 years ago
Al Viro ae903caae2 Bury the conditionals from kernel_thread/kernel_execve series 12 years ago
Al Viro a74fb73c12 infrastructure for saner ret_from_kernel_thread semantics 12 years ago
Al Viro fb45550d76 make sure that kernel_thread() callbacks call do_exit() themselves 12 years ago
Tetsuo Handa 0f20784d4b kmod: avoid deadlock from recursive kmod call 13 years ago
Andrew Morton 79c743dd1e kernel/kmod.c: document call_usermodehelper_fns() a bit 13 years ago
Randy Dunlap 9b3c98cd66 kmod.c: fix kernel-doc warning 13 years ago
Boaz Harrosh 785042f2e2 kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers 13 years ago
Boaz Harrosh ae3cef7300 kmod: unexport call_usermodehelper_freeinfo() 13 years ago
Rafael J. Wysocki 247bc03742 PM / Sleep: Mitigate race between the freezer and request_firmware() 13 years ago
Rafael J. Wysocki 9b78c1da60 firmware_class: Do not warn that system is not ready from async loads 13 years ago
Rafael J. Wysocki fe2e39d878 firmware_class: Rework usermodehelper check 13 years ago
Oleg Nesterov 1cc684ab75 kmod: make __request_module() killable 13 years ago
Oleg Nesterov 3e63a93b98 kmod: introduce call_modprobe() helper 13 years ago
Oleg Nesterov 5b9bd473e3 usermodehelper: ____call_usermodehelper() doesn't need do_exit() 13 years ago
Oleg Nesterov 9d944ef32e usermodehelper: kill umh_wait, renumber UMH_* constants 13 years ago
Oleg Nesterov d0bd587a80 usermodehelper: implement UMH_KILLABLE 13 years ago
Oleg Nesterov b344992250 usermodehelper: introduce umh_complete(sub_info) 13 years ago
Srivatsa S. Bhat b298d289c7 PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled() 13 years ago
Srivatsa S. Bhat 5307427a31 PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback() 13 years ago
Jiri Kosina 37252db6aa kmod: prevent kmod_loop_msg overflow in __request_module() 13 years ago
Linus Torvalds 288d5abec8 Boot up with usermodehelper disabled 14 years ago
David Howells 879669961b KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring 14 years ago
Kay Sievers 13d53f8775 kmod: always provide usermodehelper_disable() 14 years ago
Rafael J. Wysocki a144c6a6c9 PM: Print a warning if firmware is requested when tasks are frozen 14 years ago
Eric Paris 17f60a7da1 capabilites: allow the application of capability limits to usermode helpers 14 years ago
David Howells d7627467b7 Make do_execve() take a const filename pointer 15 years ago
Oleg Nesterov 04b1c384fb call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure 15 years ago
Oleg Nesterov d47419cd96 call_usermodehelper: simplify/fix UMH_NO_WAIT case 15 years ago
Oleg Nesterov 7d64224217 wait_for_helper: SIGCHLD from user-space can lead to use-after-free 15 years ago
Oleg Nesterov 363da4022c call_usermodehelper: no need to unblock signals 15 years ago
Oleg Nesterov c70a626d3e umh: creds: kill subprocess_info->cred logic 15 years ago
Oleg Nesterov 685bfd2c48 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() 15 years ago
Neil Horman 898b374af6 exec: replace call_usermodehelper_pipe with use of umh init function and resolve limit 15 years ago
Neil Horman a06a4dc3a0 kmod: add init function to usermodehelper 15 years ago
Masami Hiramatsu 8767ba2796 kmod: fix resource leak in call_usermodehelper_pipe() 15 years ago
Eric Paris dd8dbf2e68 security: report the module name to security_module_request 15 years ago
Sebastian Andrzej Siewior 95e0d86bad Revert "kmod: fix race in usermodehelper code" 16 years ago
Neil Horman c02e3f361c kmod: fix race in usermodehelper code 16 years ago
David Howells e0e817392b CRED: Add some configurable debugging [try #6] 16 years ago
Li Zefan 7ead8b8313 tracing/events: Add module tracepoints 16 years ago
Eric Paris 9188499cdb security: introducing security_request_module 16 years ago
Alexey Dobriyan b43f3cbd21 headers: mnt_namespace.h redux 16 years ago
Tetsuo Handa ab2b7ebaad kmod: Release sub_info on cred allocation failure. 16 years ago
Arjan van de Ven acae051565 module: create a request_module_nowait() 16 years ago