summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)AuthorLines
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers-0/+1
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov-9/+29
2018-04-11exec: pin stack limit during execKees Cook-12/+15
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook-0/+6
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook-1/+7
2018-03-19exec: Set file unwritable before LSM checkKees Cook-3/+3
2018-01-03exec: Weaken dumpability for secureexecKees Cook-2/+7
2017-12-17Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook-6/+1
2017-12-14exec: avoid gcc-8 warning for get_task_commArnd Bergmann-4/+3
2017-11-29exec: avoid RLIMIT_STACK races with prlimit()Kees Cook-1/+6
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers-0/+1
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov-1/+1
2017-09-14vfs: constify path argument to kernel_read_file_from_pathMimi Zohar-1/+1
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-21/+3
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko-2/+2
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig-4/+3
2017-09-04fs: move kernel_read to fs/read_write.cChristoph Hellwig-17/+0
2017-08-01exec: Consolidate pdeath_signal clearingKees Cook-4/+3
2017-08-01exec: Use sane stack rlimit under secureexecKees Cook-0/+12
2017-08-01exec: Consolidate dumpability logicKees Cook-6/+5
2017-08-01exec: Use secureexec for clearing pdeath_signalKees Cook-2/+1
2017-08-01exec: Use secureexec for setting dumpabilityKees Cook-1/+1
2017-08-01LSM: drop bprm_secureexec hookKees Cook-2/+0
2017-08-01commoncap: Refactor to remove bprm_secureexec hookKees Cook-0/+7
2017-08-01binfmt: Introduce secureexec flagKees Cook-0/+2
2017-08-01exec: Correct comments about "point of no return"Kees Cook-3/+13
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook-1/+1
2017-07-07exec: Limit arg stack to at most 75% of _STK_LIMKees Cook-5/+6
2017-06-23fs/exec.c: account for argv/envp pointersKees Cook-4/+24
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar-3/+3
2017-02-14vfs: Use upper filesystem inode in bprm_fill_uid()Vivek Goyal-1/+1
2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman-6/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-22fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai-2/+8
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-3/+18
2016-11-22exec: Ensure mm->user_ns contains the execed filesEric W. Biederman-2/+17
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman-1/+1
2016-11-16posix-timers: Make them configurableNicolas Pitre-0/+2
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes-2/+7
2016-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds-0/+33