aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)Author
2022-04-11Merge tag 'v5.10.110' into v5.10/standard/baseBruce Ashfield
2022-04-08exec: Force single empty string when argv is emptyKees Cook
2021-09-08Merge tag 'v5.10.63' into v5.10/standard/baseBruce Ashfield
2021-09-08Revert "Add a reference to ucounts for each cred"Greg Kroah-Hartman
2021-07-14Merge branch 'v5.10/base' into v5.10/standard/baseBruce Ashfield
2021-07-14Add a reference to ucounts for each credAlexey Gladkov
2021-06-15aufs5: aufs-standaloneBruce Ashfield
2021-06-09Revert "aufs5: aufs5-standalone"Bruce Ashfield
2021-01-17Merge tag 'v5.10.6' into v5.10/standard/baseBruce Ashfield
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-12-17aufs5: aufs5-standaloneBruce Ashfield
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-05fs/kernel_read_file: Split into separate source fileKees Cook
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook
2020-09-30io_uring: don't rely on weak ->files referencesJens Axboe
2020-09-16mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-12exec: move path_noexec() check earlierKees Cook
2020-08-12exec: move S_ISREG() check earlierKees Cook
2020-08-12exec: change uselib(2) IS_SREG() failure to EACCESKees Cook
2020-08-12exec: use force_uaccess_begin during exec and exitChristoph Hellwig
2020-07-21exec: Implement kernel_execveEric W. Biederman
2020-07-21exec: Factor bprm_stack_limits out of prepare_arg_pagesEric W. Biederman
2020-07-21exec: Factor bprm_execve out of do_execve_commonEric W. Biederman
2020-07-21exec: Move bprm_mm_init into alloc_bprmEric W. Biederman
2020-07-21exec: Move initialization of bprm->filename into alloc_bprmEric W. Biederman
2020-07-21exec: Factor out alloc_bprmEric W. Biederman
2020-07-04exec: Remove do_execve_fileEric W. Biederman
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-08exec: use flush_icache_user_range in read_codeChristoph Hellwig
2020-06-08exec: only build read_code when neededChristoph Hellwig
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04exec: open code copy_string_kernelChristoph Hellwig
2020-06-04exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-05-29exec: Compute file based creds only onceEric W. Biederman
2020-05-29exec: Add a per bprm->file version of per_clearEric W. Biederman
2020-05-21exec: Remove recursion from search_binary_handlerEric W. Biederman
2020-05-21exec: Generic execfd supportEric W. Biederman
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman
2020-05-21exec: Allow load_misc_binary to call prepare_binprm unconditionallyEric W. Biederman
2020-05-21exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman
2020-05-18Merge f87d1c955916 ("exec: Move would_dump into flush_old_exec")Eric W. Biederman
2020-05-17exec: Move would_dump into flush_old_execEric W. Biederman
2020-05-11exec: Set the point of no return soonerEric W. Biederman