summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-07-011-2/+2
* execve: expand new process stack manually ahead of timeLinus Torvalds2023-07-011-16/+21
* mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2023-07-011-2/+3
* Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-291-1/+1
|\
| * mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off regionSebastian Andrzej Siewior2022-10-281-1/+1
* | exec: Copy oldsighand->action under spin-lockBernd Edlinger2022-10-251-2/+2
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-6/+8
|\
| * exec: use VMA iterator instead of linked listMatthew Wilcox (Oracle)2022-09-261-3/+6
| * mm: remove vmacacheLiam R. Howlett2022-09-261-3/+0
| * mm: multi-gen LRU: support page table walksYu Zhao2022-09-261-0/+2
* | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds2022-10-091-1/+1
|\ \
| * | ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2022-05-181-1/+1
* | | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-2/+1
|\ \ \
| * | | bprm_fill_uid(): don't open-code file_inode()Al Viro2022-09-011-2/+1
* | | | a.out: Remove the a.out implementationEric W. Biederman2022-09-271-2/+1
* | | | Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin2022-09-131-7/+0
| |_|/ |/| |
* | | Merge tag 'execve-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-191-7/+7
|\ \ \ | |/ / |/| |
| * | exec: Replace kmap{,_atomic}() with kmap_local_page()Fabio M. De Francesco2022-08-161-7/+7
* | | posix-cpu-timers: Cleanup CPU timers before freeing them during execThadeu Lima de Souza Cascardo2022-08-091-0/+3
* | | Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-021-6/+9
|\| |
| * | exec: Call kmap_local_page() in copy_string_kernel()Fabio M. De Francesco2022-07-271-5/+1
| * | exec: Fix a spelling mistakeZhang Jiaming2022-07-011-1/+1
| * | fs/exec: allow to unshare a time namespace on vfork+execAndrei Vagin2022-06-151-0/+7
* | | fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-111-1/+1
|/ /
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-3/+5
|\ \
| * | fork: Stop allowing kthreads to call execveEric W. Biederman2022-05-071-3/+3
| * | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-2/+4
| |/
* / mm/mprotect: use mmu_gatherNadav Amit2022-05-131-1/+5
|/
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+0
|\
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-6/+0
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-6/+0
| |/
* | exec: cleanup commentsTom Rix2022-03-011-3/+3
* | exec: Force single empty string when argv is emptyKees Cook2022-03-011-1/+25
|/
* fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-221-55/+0
* fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2022-01-221-0/+90
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-2/+3
|\
| * fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao2022-01-201-1/+2
| * fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao2022-01-201-1/+1
* | signal: Remove the helper signal_group_exitEric W. Biederman2022-01-081-1/+1
* | signal: Rename group_exit_task group_exec_taskEric W. Biederman2022-01-081-4/+4
* | kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman2021-12-131-0/+2
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
* | exec: Check for a pending fatal signal instead of core_stateEric W. Biederman2021-10-061-8/+6
|/
* Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-1/+3
|\
| * kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand2021-09-031-1/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-3/+5
|\ \
| * | mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo2021-09-031-0/+2
| * | mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-3/+3
| |/