aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.163' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-03-141-1/+1
|\
| * exec: Fix mem leak in kernel_read_fileYueHaibing2019-03-131-1/+1
* | Merge 4.9.116 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-4/+3
|\|
| * exec: avoid gcc-8 warning for get_task_commArnd Bergmann2018-07-281-4/+3
* | Merge 4.9.39 into android-4.9Greg Kroah-Hartman2017-07-211-5/+6
|\|
| * exec: Limit arg stack to at most 75% of _STK_LIMKees Cook2017-07-211-5/+6
* | Merge 4.9.35 into android-4.9Greg Kroah-Hartman2017-06-291-4/+24
|\|
| * fs/exec.c: account for argv/envp pointersKees Cook2017-06-291-4/+24
* | Merge tag 'v4.9.6' into android-4.9Dmitry Shmidt2017-01-311-5/+26
|\|
| * ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2017-01-061-1/+1
| * fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2017-01-061-2/+8
| * exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2017-01-061-2/+17
* | ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg2017-01-311-1/+1
|/
* 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
* | exec: clarify reasoning for euid/egid resetKees Cook2016-05-171-1/+6
|/
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-2/+6
|\
| * mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-161-2/+6
* | vfs: define kernel_copy_file_from_fd()Mimi Zohar2016-02-211-0/+16
* | security: define kernel_read_file hookMimi Zohar2016-02-211-0/+4
* | vfs: define kernel_read_file_from_pathMimi Zohar2016-02-211-0/+19
* | vfs: define kernel_read_file_id enumerationMimi Zohar2016-02-181-2/+2
* | vfs: define a generic function to read a file from the kernelMimi Zohar2016-02-181-0/+53
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* don't carry MAY_OPEN in op->acc_modeAl Viro2016-01-041-2/+2
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-101-2/+8
* parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-05-121-0/+3
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-04-191-28/+48
* fs/exec.c:de_thread: move notify_count write under lockKirill Tkhai2015-04-171-1/+5
* prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso2015-04-171-0/+6
* fs: create proper filename objects using getname_kernel()Paul Moore2015-01-231-2/+8
* syscalls: implement execveat() system callDavid Drysdale2014-12-131-13/+100
* fs: Do not include mpx.h in exec.cDave Hansen2014-11-181-1/+0
* x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-181-0/+2
* handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-091-6/+11
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-081-4/+0
* seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook2014-07-181-1/+1
* sched: move no_new_privs into new atomic flagsKees Cook2014-07-181-2/+2
* perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-061-3/+3
* perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra2014-06-061-0/+1
* metag: Reduce maximum stack size to 256MBJames Hogan2014-05-151-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-1/+1
|\
| * read_code(): go through vfs_read() instead of calling the method directlyAl Viro2014-04-011-1/+1