Tetsuo Handa
|
0f20784d4b
kmod: avoid deadlock from recursive kmod call
|
13 년 전 |
Andrew Morton
|
79c743dd1e
kernel/kmod.c: document call_usermodehelper_fns() a bit
|
13 년 전 |
Randy Dunlap
|
9b3c98cd66
kmod.c: fix kernel-doc warning
|
13 년 전 |
Boaz Harrosh
|
785042f2e2
kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers
|
13 년 전 |
Boaz Harrosh
|
ae3cef7300
kmod: unexport call_usermodehelper_freeinfo()
|
13 년 전 |
Rafael J. Wysocki
|
247bc03742
PM / Sleep: Mitigate race between the freezer and request_firmware()
|
13 년 전 |
Rafael J. Wysocki
|
9b78c1da60
firmware_class: Do not warn that system is not ready from async loads
|
13 년 전 |
Rafael J. Wysocki
|
fe2e39d878
firmware_class: Rework usermodehelper check
|
13 년 전 |
Oleg Nesterov
|
1cc684ab75
kmod: make __request_module() killable
|
13 년 전 |
Oleg Nesterov
|
3e63a93b98
kmod: introduce call_modprobe() helper
|
13 년 전 |
Oleg Nesterov
|
5b9bd473e3
usermodehelper: ____call_usermodehelper() doesn't need do_exit()
|
13 년 전 |
Oleg Nesterov
|
9d944ef32e
usermodehelper: kill umh_wait, renumber UMH_* constants
|
13 년 전 |
Oleg Nesterov
|
d0bd587a80
usermodehelper: implement UMH_KILLABLE
|
13 년 전 |
Oleg Nesterov
|
b344992250
usermodehelper: introduce umh_complete(sub_info)
|
13 년 전 |
Rafael J. Wysocki
|
b7ba68c4a0
Merge branch 'pm-sleep' into pm-for-linus
|
13 년 전 |
Srivatsa S. Bhat
|
b298d289c7
PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()
|
13 년 전 |
Srivatsa S. Bhat
|
5307427a31
PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback()
|
13 년 전 |
Jiri Kosina
|
37252db6aa
kmod: prevent kmod_loop_msg overflow in __request_module()
|
13 년 전 |
Linus Torvalds
|
288d5abec8
Boot up with usermodehelper disabled
|
14 년 전 |
David Howells
|
879669961b
KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring
|
14 년 전 |
James Morris
|
434d42cfd0
Merge branch 'next' into for-linus
|
14 년 전 |
Kay Sievers
|
13d53f8775
kmod: always provide usermodehelper_disable()
|
14 년 전 |
Rafael J. Wysocki
|
a144c6a6c9
PM: Print a warning if firmware is requested when tasks are frozen
|
14 년 전 |
Eric Paris
|
17f60a7da1
capabilites: allow the application of capability limits to usermode helpers
|
14 년 전 |
David Howells
|
d7627467b7
Make do_execve() take a const filename pointer
|
15 년 전 |
Oleg Nesterov
|
04b1c384fb
call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure
|
15 년 전 |
Oleg Nesterov
|
d47419cd96
call_usermodehelper: simplify/fix UMH_NO_WAIT case
|
15 년 전 |
Oleg Nesterov
|
7d64224217
wait_for_helper: SIGCHLD from user-space can lead to use-after-free
|
15 년 전 |
Oleg Nesterov
|
363da4022c
call_usermodehelper: no need to unblock signals
|
15 년 전 |
Oleg Nesterov
|
c70a626d3e
umh: creds: kill subprocess_info->cred logic
|
15 년 전 |