aboutsummaryrefslogtreecommitdiff
path: root/kernel/umh.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-0/+6
2020-05-08umh: fix memory leak on execve failureGravatar Vincent Minet 1-0/+6
2020-04-28coredump: fix crash when umh is disabledGravatar Luis Chamberlain 1-0/+5
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-01-11umh: add exit routine for UMH processGravatar Taehee Yoo 1-2/+31
2018-10-22umh: Add command line to user mode helpersGravatar Olivier Brunel 1-2/+14
2018-06-07umh: fix race conditionGravatar Alexei Starovoitov 1-2/+1
2018-05-23umh: introduce fork_usermode_blob() helperGravatar Alexei Starovoitov 1-3/+122
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Gravatar Dominik Brodowski 1-2/+2
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Gravatar Christophe JAILLET 1-2/+2
2017-09-08kmod: split out umh code into its own fileGravatar Luis R. Rodriguez 1-0/+568