summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / namei: add getname_uflags()Dmitry Kadashev2021-08-231-6/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-3/+0
|\
| * exec: remove checks in __register_bimfmt()Alexey Dobriyan2021-07-011-3/+0
* | Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov2021-04-301-1/+1
* | Add a reference to ucounts for each credAlexey Gladkov2021-04-301-0/+4
|/
* fs: delete repeated words in commentsRandy Dunlap2021-02-241-2/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-4/+8
|\
| * exec: handle idmapped mountsChristian Brauner2021-01-241-2/+5
| * would_dump: handle idmapped mountsChristian Brauner2021-01-241-3/+3
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * capability: handle idmapped mountsChristian Brauner2021-01-241-1/+2
* | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-1/+1
* | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-1/+1
|/
* Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-161-2/+2
|\
| * parisc: Make user stack size configurableHelge Deller2020-11-111-2/+2
* | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-151-6/+6
|\ \
| * | exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-6/+6
| |/
* | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-21/+18
|\ \
| * | exec: Move io_uring_task_cancel after the point of no returnEric W. Biederman2020-12-101-5/+5
| * | exec: Simplify unshare_filesEric W. Biederman2020-12-101-4/+1
| * | exec: Move unshare_files to fix posix file locking during execEric W. Biederman2020-12-101-14/+15
| * | exec: Don't open code get_close_on_execEric W. Biederman2020-12-101-2/+1
| |/
* / kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi2020-12-021-0/+3
|/
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-2/+15
|\
| * mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin2020-09-161-2/+15
* | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-131/+1
|\ \
| * | fs/kernel_read_file: Split into separate source fileKees Cook2020-10-051-132/+0
| * | fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-0/+1
| * | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook2020-10-051-3/+4
| |/
* / io_uring: don't rely on weak ->files referencesJens Axboe2020-09-301-0/+6
|/
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* exec: move path_noexec() check earlierKees Cook2020-08-121-8/+4
* exec: move S_ISREG() check earlierKees Cook2020-08-121-2/+12
* exec: change uselib(2) IS_SREG() failure to EACCESKees Cook2020-08-121-2/+1
* exec: use force_uaccess_begin during exec and exitChristoph Hellwig2020-08-121-1/+6