aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/umh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-07kernel/umh.c: fix some spelling mistakeszhouchuangao1-3/+3
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes1-0/+2
2020-10-06usermodehelper: reset umask to default before executing user processLinus Torvalds1-0/+9
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig1-25/+4
2020-07-21exec: Implement kernel_execveEric W. Biederman1-3/+3
2020-07-04umh: Stop calling do_execve_fileEric W. Biederman1-7/+3
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman1-139/+0
2020-07-04umh: Remove call_usermodehelper_setup_file.Eric W. Biederman1-31/+11
2020-07-04umh: Rename the user mode driver helpers for clarityEric W. Biederman1-5/+5
2020-07-04umh: Move setting PF_UMH into umh_pipe_setupEric W. Biederman1-4/+3
2020-07-04umh: Capture the pid in umh_pipe_setupEric W. Biederman1-3/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+11
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+6
2020-05-08umh: fix memory leak on execve failureVincent Minet1-0/+6
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain1-0/+5
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-11umh: add exit routine for UMH processTaehee Yoo1-2/+31
2018-10-22umh: Add command line to user mode helpersOlivier Brunel1-2/+14
2018-06-07umh: fix race conditionAlexei Starovoitov1-2/+1
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov1-3/+122
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski1-2/+2
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET1-2/+2
2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez1-0/+568