aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-19Merge tag 'execve-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-7/+7
2022-08-16exec: Replace kmap{,_atomic}() with kmap_local_page()Fabio M. De Francesco1-7/+7
2022-08-09posix-cpu-timers: Cleanup CPU timers before freeing them during execThadeu Lima de Souza Cascardo1-0/+3
2022-08-02Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-6/+9
2022-07-27exec: Call kmap_local_page() in copy_string_kernel()Fabio M. De Francesco1-5/+1
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-07-01exec: Fix a spelling mistakeZhang Jiaming1-1/+1
2022-06-15fs/exec: allow to unshare a time namespace on vfork+execAndrei Vagin1-0/+7
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+5
2022-05-13mm/mprotect: use mmu_gatherNadav Amit1-1/+5
2022-05-07fork: Stop allowing kthreads to call execveEric W. Biederman1-3/+3
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman1-2/+4
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+0
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-6/+0
2022-03-10tracehook: Remove tracehook.hEric W. Biederman1-1/+0
2022-03-01exec: cleanup commentsTom Rix1-3/+3
2022-03-01exec: Force single empty string when argv is emptyKees Cook1-1/+25
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-6/+0
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni1-55/+0
2022-01-22fs: move fs/exec.c sysctls into its own fileLuis Chamberlain1-0/+90
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+3
2022-01-20fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao1-1/+2
2022-01-20fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao1-1/+1
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman1-1/+1
2022-01-08signal: Rename group_exit_task group_exec_taskEric W. Biederman1-4/+4
2021-12-13kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman1-0/+2
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-10-06exec: Check for a pending fatal signal instead of core_stateEric W. Biederman1-8/+6
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-1/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+5
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo1-0/+2
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-3/+3
2021-09-03kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand1-1/+3
2021-08-23namei: add getname_uflags()Dmitry Kadashev1-6/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+0
2021-07-01exec: remove checks in __register_bimfmt()Alexey Dobriyan1-3/+0
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov1-1/+1
2021-04-30Add a reference to ucounts for each credAlexey Gladkov1-0/+4
2021-02-24fs: delete repeated words in commentsRandy Dunlap1-2/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-4/+8
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon1-1/+1
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon1-1/+1
2021-01-24exec: handle idmapped mountsChristian Brauner1-2/+5
2021-01-24would_dump: handle idmapped mountsChristian Brauner1-3/+3
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24capability: handle idmapped mountsChristian Brauner1-1/+2
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-2/+2
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+6
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-21/+18