summaryrefslogtreecommitdiffstats
path: root/kernel/umh.c
AgeCommit message (Expand)AuthorLines
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro-1/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-1/+1
2024-04-24umh: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2023-06-29sysctl: fix unused proc_cap_handler() function warningArnd Bergmann-1/+1
2023-06-08sysctl: move umh sysctl registration to its own fileLuis Chamberlain-1/+10
2023-03-03umh: simplify the capability pointer logicLinus Torvalds-13/+5
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds-23/+18
2023-02-13freezer,umh: Fix call_usermode_helper_exec() vs SIGKILLPeter Zijlstra-7/+13
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra-11/+9
2022-09-07freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra-0/+8
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman-3/+3
2021-05-07kernel/umh.c: fix some spelling mistakeszhouchuangao-3/+3
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes-0/+2
2020-10-06usermodehelper: reset umask to default before executing user processLinus Torvalds-0/+9
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig-25/+4
2020-07-21exec: Implement kernel_execveEric W. Biederman-3/+3
2020-07-04umh: Stop calling do_execve_fileEric W. Biederman-7/+3
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman-139/+0
2020-07-04umh: Remove call_usermodehelper_setup_file.Eric W. Biederman-31/+11
2020-07-04umh: Rename the user mode driver helpers for clarityEric W. Biederman-5/+5
2020-07-04umh: Move setting PF_UMH into umh_pipe_setupEric W. Biederman-4/+3
2020-07-04umh: Capture the pid in umh_pipe_setupEric W. Biederman-3/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+11
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-0/+6
2020-05-08umh: fix memory leak on execve failureVincent Minet-0/+6
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain-0/+5
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-01-11umh: add exit routine for UMH processTaehee Yoo-2/+31
2018-10-22umh: Add command line to user mode helpersOlivier Brunel-2/+14
2018-06-07umh: fix race conditionAlexei Starovoitov-2/+1
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov-3/+122
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski-2/+2
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET-2/+2
2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez-0/+568