summaryrefslogtreecommitdiffstats
path: root/kernel/umh.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/umh.c: fix some spelling mistakeszhouchuangao2021-05-071-3/+3
* init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-071-0/+2
* usermodehelper: reset umask to default before executing user processLinus Torvalds2020-10-061-0/+9
* kernel: add a kernel_wait helperChristoph Hellwig2020-08-121-25/+4
* exec: Implement kernel_execveEric W. Biederman2020-07-211-3/+3
* umh: Stop calling do_execve_fileEric W. Biederman2020-07-041-7/+3
* umh: Separate the user mode driver and the user mode helper supportEric W. Biederman2020-07-041-139/+0
* umh: Remove call_usermodehelper_setup_file.Eric W. Biederman2020-07-041-31/+11
* umh: Rename the user mode driver helpers for clarityEric W. Biederman2020-07-041-5/+5
* umh: Move setting PF_UMH into umh_pipe_setupEric W. Biederman2020-07-041-4/+3
* umh: Capture the pid in umh_pipe_setupEric W. Biederman2020-07-041-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-0/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-151-0/+6
| |\
| | * umh: fix memory leak on execve failureVincent Minet2020-05-081-0/+6
| * | coredump: fix crash when umh is disabledLuis Chamberlain2020-04-281-0/+5
| |/
* / sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* umh: add exit routine for UMH processTaehee Yoo2019-01-111-2/+31
* umh: Add command line to user mode helpersOlivier Brunel2018-10-221-2/+14
* umh: fix race conditionAlexei Starovoitov2018-06-071-2/+1
* umh: introduce fork_usermode_blob() helperAlexei Starovoitov2018-05-231-3/+122
* kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski2018-04-021-2/+2
* kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET2017-11-171-2/+2
* kmod: split out umh code into its own fileLuis R. Rodriguez2017-09-081-0/+568