aboutsummaryrefslogtreecommitdiff
path: root/kernel/umh.c
AgeCommit message (Expand)Author
2020-10-06usermodehelper: reset umask to default before executing user processLinus Torvalds
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig
2020-07-21exec: Implement kernel_execveEric W. Biederman
2020-07-04umh: Stop calling do_execve_fileEric W. Biederman
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman
2020-07-04umh: Remove call_usermodehelper_setup_file.Eric W. Biederman
2020-07-04umh: Rename the user mode driver helpers for clarityEric W. Biederman
2020-07-04umh: Move setting PF_UMH into umh_pipe_setupEric W. Biederman
2020-07-04umh: Capture the pid in umh_pipe_setupEric W. Biederman
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-08umh: fix memory leak on execve failureVincent Minet
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-11umh: add exit routine for UMH processTaehee Yoo
2018-10-22umh: Add command line to user mode helpersOlivier Brunel
2018-06-07umh: fix race conditionAlexei Starovoitov
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET
2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez