aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-14vfs: constify path argument to kernel_read_file_from_pathGravatar Mimi Zohar 1-1/+1
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-21/+3
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 1-2/+2
2017-09-04fs: fix kernel_read prototypeGravatar Christoph Hellwig 1-4/+3
2017-09-04fs: move kernel_read to fs/read_write.cGravatar Christoph Hellwig 1-17/+0
2017-08-01exec: Consolidate pdeath_signal clearingGravatar Kees Cook 1-4/+3
2017-08-01exec: Use sane stack rlimit under secureexecGravatar Kees Cook 1-0/+12
2017-08-01exec: Consolidate dumpability logicGravatar Kees Cook 1-6/+5
2017-08-01exec: Use secureexec for clearing pdeath_signalGravatar Kees Cook 1-2/+1
2017-08-01exec: Use secureexec for setting dumpabilityGravatar Kees Cook 1-1/+1
2017-08-01LSM: drop bprm_secureexec hookGravatar Kees Cook 1-2/+0
2017-08-01commoncap: Refactor to remove bprm_secureexec hookGravatar Kees Cook 1-0/+7
2017-08-01binfmt: Introduce secureexec flagGravatar Kees Cook 1-0/+2
2017-08-01exec: Correct comments about "point of no return"Gravatar Kees Cook 1-3/+13
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsGravatar Kees Cook 1-1/+1
2017-07-07exec: Limit arg stack to at most 75% of _STK_LIMGravatar Kees Cook 1-5/+6
2017-06-23fs/exec.c: account for argv/envp pointersGravatar Kees Cook 1-4/+24
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDGravatar Kyle Huey 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyGravatar Ingo Molnar 1-3/+3
2017-02-14vfs: Use upper filesystem inode in bprm_fill_uid()Gravatar Vivek Goyal 1-1/+1
2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPGravatar Eric W. Biederman 1-6/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-22fs: exec: apply CLOEXEC before changing dumpable task flagsGravatar Aleksa Sarai 1-2/+8
2016-12-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-12-14mm: add locked parameter to get_user_pages_remote()Gravatar Lorenzo Stoakes 1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+18
2016-11-22exec: Ensure mm->user_ns contains the execed filesGravatar Eric W. Biederman 1-2/+17
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPGravatar Eric W. Biederman 1-1/+1
2016-11-16posix-timers: Make them configurableGravatar Nicolas Pitre 1-0/+2
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-2/+7
2016-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Gravatar Linus Torvalds 1-0/+33
2016-08-02firmware: support loading into a pre-allocated bufferGravatar Stephen Boyd 1-3/+6
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericGravatar Nicolas Pitre 1-0/+33
2016-06-24fs: Treat foreign mounts as nosuidGravatar Andy Lutomirski 1-1/+1
2016-05-23exec: make exec path waiting for mmap_sem killableGravatar Michal Hocko 1-2/+8
2016-05-23exec: remove the no longer needed remove_arg_zero()->free_arg_page()Gravatar Oleg Nesterov 1-7/+0
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-8/+21
2016-05-17exec: clarify reasoning for euid/egid resetGravatar Kees Cook 1-1/+6
2016-05-01vfs: forbid write access when reading a file into memoryGravatar Dmitry Kasatkin 1-8/+21
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+6
2016-02-21vfs: define kernel_copy_file_from_fd()Gravatar Mimi Zohar 1-0/+16
2016-02-21security: define kernel_read_file hookGravatar Mimi Zohar 1-0/+4
2016-02-21vfs: define kernel_read_file_from_pathGravatar Mimi Zohar 1-0/+19
2016-02-18vfs: define kernel_read_file_id enumerationGravatar Mimi Zohar 1-2/+2
2016-02-18vfs: define a generic function to read a file from the kernelGravatar Mimi Zohar 1-0/+53