aboutsummaryrefslogtreecommitdiff
path: root/kernel/kmod.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-06signals: change wait_for_helper() to use kernel_sigaction()Gravatar Oleg Nesterov 1-4/+1
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-1/+1
2014-02-05execve: use 'struct filename *' for executable name passingGravatar Linus Torvalds 1-1/+1
2013-09-30kernel/kmod.c: check for NULL in call_usermodehelper_exec()Gravatar Tetsuo Handa 1-0/+4
2013-07-03usermodehelper: kill the sub_info->path[0] checkGravatar Oleg Nesterov 1-8/+3
2013-05-16usermodehelper: check subprocess_info->path != NULLGravatar Oleg Nesterov 1-0/+5
2013-04-30kmod: remove call_usermodehelper_fns()Gravatar Lucas De Marchi 1-14/+17
2013-04-30kmod: split call to call_usermodehelper_fns()Gravatar Lucas De Marchi 1-2/+10
2013-04-30usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Gravatar Lucas De Marchi 1-33/+24
2013-01-23Merge branch 'master' into for-3.9-asyncGravatar Tejun Heo 1-3/+3
2013-01-22async, kmod: warn on synchronous request_module() from async workersGravatar Tejun Heo 1-0/+9
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 1-3/+3
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsGravatar Al Viro 1-0/+3
2012-10-11make sure that kernel_thread() callbacks call do_exit() themselvesGravatar Al Viro 1-2/+2
2012-07-30kmod: avoid deadlock from recursive kmod callGravatar Tetsuo Handa 1-2/+29
2012-07-30kernel/kmod.c: document call_usermodehelper_fns() a bitGravatar Andrew Morton 1-0/+6
2012-05-31kmod.c: fix kernel-doc warningGravatar Randy Dunlap 1-1/+1
2012-05-31kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersGravatar Boaz Harrosh 1-3/+22
2012-05-31kmod: unexport call_usermodehelper_freeinfo()Gravatar Boaz Harrosh 1-2/+1
2012-03-28PM / Sleep: Mitigate race between the freezer and request_firmware()Gravatar Rafael J. Wysocki 1-10/+37
2012-03-28firmware_class: Do not warn that system is not ready from async loadsGravatar Rafael J. Wysocki 1-13/+45
2012-03-28firmware_class: Rework usermodehelper checkGravatar Rafael J. Wysocki 1-13/+11
2012-03-23kmod: make __request_module() killableGravatar Oleg Nesterov 1-2/+24
2012-03-23kmod: introduce call_modprobe() helperGravatar Oleg Nesterov 1-8/+16
2012-03-23usermodehelper: ____call_usermodehelper() doesn't need do_exit()Gravatar Oleg Nesterov 1-1/+1
2012-03-23usermodehelper: kill umh_wait, renumber UMH_* constantsGravatar Oleg Nesterov 1-6/+2
2012-03-23usermodehelper: implement UMH_KILLABLEGravatar Oleg Nesterov 1-2/+25
2012-03-23usermodehelper: introduce umh_complete(sub_info)Gravatar Oleg Nesterov 1-2/+7
2011-12-25Merge branch 'pm-sleep' into pm-for-linusGravatar Rafael J. Wysocki 1-1/+24
2011-12-09PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Gravatar Srivatsa S. Bhat 1-1/+22
2011-11-23PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback()Gravatar Srivatsa S. Bhat 1-4/+2
2011-10-26kmod: prevent kmod_loop_msg overflow in __request_module()Gravatar Jiri Kosina 1-1/+3
2011-08-03Boot up with usermodehelper disabledGravatar Linus Torvalds 1-1/+1
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringGravatar David Howells 1-7/+9
2011-05-24Merge branch 'next' into for-linusGravatar James Morris 1-0/+100
2011-05-17kmod: always provide usermodehelper_disable()Gravatar Kay Sievers 1-7/+0
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenGravatar Rafael J. Wysocki 1-0/+9
2011-04-04capabilites: allow the application of capability limits to usermode helpersGravatar Eric Paris 1-0/+100
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-1/+3
2010-05-27call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failureGravatar Oleg Nesterov 1-2/+2
2010-05-27call_usermodehelper: simplify/fix UMH_NO_WAIT caseGravatar Oleg Nesterov 1-6/+4
2010-05-27wait_for_helper: SIGCHLD from user-space can lead to use-after-freeGravatar Oleg Nesterov 1-5/+5
2010-05-27call_usermodehelper: no need to unblock signalsGravatar Oleg Nesterov 1-3/+0
2010-05-27umh: creds: kill subprocess_info->cred logicGravatar Oleg Nesterov 1-19/+0
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Gravatar Oleg Nesterov 1-18/+0
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and reso...Gravatar Neil Horman 1-82/+0
2010-05-27kmod: add init function to usermodehelperGravatar Neil Horman 1-22/+29
2010-01-11kmod: fix resource leak in call_usermodehelper_pipe()Gravatar Masami Hiramatsu 1-5/+7
2009-11-10security: report the module name to security_module_requestGravatar Eric Paris 1-4/+4
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+4