summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* exec: Weaken dumpability for secureexecKees Cook2018-01-031-2/+7
* Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook2017-12-171-6/+1
* exec: avoid gcc-8 warning for get_task_commArnd Bergmann2017-12-141-4/+3
* exec: avoid RLIMIT_STACK races with prlimit()Kees Cook2017-11-291-1/+6
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-191-0/+1
* exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-031-1/+1
* vfs: constify path argument to kernel_read_file_from_pathMimi Zohar2017-09-141-1/+1
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-21/+3
|\
| * fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-4/+3
| * fs: move kernel_read to fs/read_write.cChristoph Hellwig2017-09-041-17/+0
* | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-2/+2
* | exec: Consolidate pdeath_signal clearingKees Cook2017-08-011-4/+3
* | exec: Use sane stack rlimit under secureexecKees Cook2017-08-011-0/+12
* | exec: Consolidate dumpability logicKees Cook2017-08-011-6/+5
* | exec: Use secureexec for clearing pdeath_signalKees Cook2017-08-011-2/+1
* | exec: Use secureexec for setting dumpabilityKees Cook2017-08-011-1/+1
* | LSM: drop bprm_secureexec hookKees Cook2017-08-011-2/+0
* | commoncap: Refactor to remove bprm_secureexec hookKees Cook2017-08-011-0/+7
* | binfmt: Introduce secureexec flagKees Cook2017-08-011-0/+2
* | exec: Correct comments about "point of no return"Kees Cook2017-08-011-3/+13
* | exec: Rename bprm->cred_prepared to called_set_credsKees Cook2017-08-011-1/+1
|/
* exec: Limit arg stack to at most 75% of _STK_LIMKees Cook2017-07-071-5/+6
* fs/exec.c: account for argv/envp pointersKees Cook2017-06-231-4/+24
* x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-201-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar2017-03-021-3/+3
* vfs: Use upper filesystem inode in bprm_fill_uid()Vivek Goyal2017-02-141-1/+1
* exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-241-6/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2016-12-221-2/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-141-1/+1
|\
| * mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-3/+18
|\ \ | |/ |/|
| * exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2016-11-221-2/+17
| * ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2016-11-221-1/+1
* | posix-timers: Make them configurableNicolas Pitre2016-11-161-0/+2
|/
* mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2016-08-041-0/+33
|\
| * elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre2016-07-251-0/+33
* | firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-021-3/+6
* | fs: Treat foreign mounts as nosuidAndy Lutomirski2016-06-241-1/+1
|/
* exec: make exec path waiting for mmap_sem killableMichal Hocko2016-05-231-2/+8
* exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov2016-05-231-7/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-8/+21
|\
| * vfs: forbid write access when reading a file into memoryDmitry Kasatkin2016-05-011-8/+21
OpenPOWER on IntegriCloud