aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-8/+8
2022-12-12Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+24
2022-11-17exec: Remove FOLL_FORCE for stack setupGravatar Kees Cook 1-1/+1
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2022-10-28mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off regionGravatar Sebastian Andrzej Siewior 1-1/+1
2022-10-26fs: use type safe idmapping helpersGravatar Christian Brauner 1-8/+8
2022-10-25exec: simplify initial stack size expansionGravatar Rolf Eike Beer 1-8/+5
2022-10-25binfmt: Fix whitespace issuesGravatar Kees Cook 1-1/+1
2022-10-25exec: Add comments on check_unsafe_exec() fs countingGravatar Kees Cook 1-0/+12
2022-10-25fs/exec: switch timens when a task gets a new mmGravatar Andrei Vagin 1-0/+5
2022-10-25exec: Copy oldsighand->action under spin-lockGravatar Bernd Edlinger 1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+8
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-1/+1
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2022-09-27a.out: Remove the a.out implementationGravatar Eric W. Biederman 1-2/+1
2022-09-26exec: use VMA iterator instead of linked listGravatar Matthew Wilcox (Oracle) 1-3/+6
2022-09-26mm: remove vmacacheGravatar Liam R. Howlett 1-3/+0
2022-09-26mm: multi-gen LRU: support page table walksGravatar Yu Zhao 1-0/+2
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Gravatar Andrei Vagin 1-7/+0
2022-09-01bprm_fill_uid(): don't open-code file_inode()Gravatar Al Viro 1-2/+1
2022-08-19Merge tag 'execve-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-7/+7
2022-08-16exec: Replace kmap{,_atomic}() with kmap_local_page()Gravatar Fabio M. De Francesco 1-7/+7
2022-08-09posix-cpu-timers: Cleanup CPU timers before freeing them during execGravatar Thadeu Lima de Souza Cascardo 1-0/+3
2022-08-02Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+9
2022-07-27exec: Call kmap_local_page() in copy_string_kernel()Gravatar Fabio M. De Francesco 1-5/+1
2022-07-11fix race between exit_itimers() and /proc/pid/timersGravatar Oleg Nesterov 1-1/+1
2022-07-01exec: Fix a spelling mistakeGravatar Zhang Jiaming 1-1/+1
2022-06-15fs/exec: allow to unshare a time namespace on vfork+execGravatar Andrei Vagin 1-0/+7
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+5
2022-05-18ucounts: Split rlimit and ucount values and max valuesGravatar Alexey Gladkov 1-1/+1
2022-05-13mm/mprotect: use mmu_gatherGravatar Nadav Amit 1-1/+5
2022-05-07fork: Stop allowing kthreads to call execveGravatar Eric W. Biederman 1-3/+3
2022-05-06kthread: Don't allocate kthread_struct for init and umhGravatar Eric W. Biederman 1-2/+4
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+0
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+0
2022-03-10tracehook: Remove tracehook.hGravatar Eric W. Biederman 1-1/+0
2022-03-01exec: cleanup commentsGravatar Tom Rix 1-3/+3
2022-03-01exec: Force single empty string when argv is emptyGravatar Kees Cook 1-1/+25
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 1-6/+0
2022-01-22fs/coredump: move coredump sysctls into its own fileGravatar Xiaoming Ni 1-55/+0
2022-01-22fs: move fs/exec.c sysctls into its own fileGravatar Luis Chamberlain 1-0/+90
2022-01-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+3
2022-01-20fs/exec: replace strncpy with strscpy_pad in __get_task_commGravatar Yafang Shao 1-1/+2
2022-01-20fs/exec: replace strlcpy with strscpy_pad in __set_task_commGravatar Yafang Shao 1-1/+1
2022-01-08signal: Remove the helper signal_group_exitGravatar Eric W. Biederman 1-1/+1
2022-01-08signal: Rename group_exit_task group_exec_taskGravatar Eric W. Biederman 1-4/+4
2021-12-13kthread: Ensure struct kthread is present for all kthreadsGravatar Eric W. Biederman 1-0/+2
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Gravatar Eric W. Biederman 1-1/+1
2021-10-06exec: Check for a pending fatal signal instead of core_stateGravatar Eric W. Biederman 1-8/+6