summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-13Merge 4.9.163 into android-4.9Greg Kroah-Hartman106-274/+1546
2019-03-13exec: Fix mem leak in kernel_read_fileYueHaibing1-1/+1
2018-07-31Merge 4.9.116 into android-4.9Greg Kroah-Hartman26-190/+401
2018-07-28exec: avoid gcc-8 warning for get_task_commArnd Bergmann2-5/+8
2017-07-21Merge 4.9.39 into android-4.9Greg Kroah-Hartman81-354/+655
2017-07-21exec: Limit arg stack to at most 75% of _STK_LIMKees Cook1-5/+6
2017-06-29Merge 4.9.35 into android-4.9Greg Kroah-Hartman50-223/+390
2017-06-29fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-01-31Merge tag 'v4.9.6' into android-4.9Dmitry Shmidt717-3524/+6726
2017-01-31ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg10-64/+156
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman6-7/+30
2017-01-06fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman3-4/+32
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes9-27/+40
2016-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds7-285/+344
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd4-29/+114
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre3-36/+37
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski5-3/+23
2016-05-24exec: make exec path waiting for mmap_sem killableMichal Hocko1-2/+8
2016-05-24exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov1-7/+0
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds82-807/+1915
2016-05-17exec: clarify reasoning for euid/egid resetKees Cook1-1/+6
2016-05-01vfs: forbid write access when reading a file into memoryDmitry Kasatkin1-8/+21
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds85-241/+1406
2016-02-21vfs: define kernel_copy_file_from_fd()Mimi Zohar2-0/+18
2016-02-21security: define kernel_read_file hookMimi Zohar6-0/+54
2016-02-21vfs: define kernel_read_file_from_pathMimi Zohar2-0/+21
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar5-8/+19
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar5-0/+78
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen11-27/+77
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro3-18/+12
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman9-9/+23
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller3-0/+10
2015-04-19fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-28/+48
2015-04-17fs/exec.c:de_thread: move notify_count write under lockKirill Tkhai1-1/+5
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso3-25/+47
2015-01-23fs: create proper filename objects using getname_kernel()Paul Moore3-20/+64
2014-12-13syscalls: implement execveat() system callDavid Drysdale13-15/+145
2014-11-18fs: Do not include mpx.h in exec.cDave Hansen1-1/+0
2014-11-17x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen11-6/+399
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro5-77/+35
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov3-31/+21
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook4-2/+140
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook5-10/+22
2014-06-06perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter5-10/+19
2014-06-06perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra3-13/+20
2014-05-14metag: Reduce maximum stack size to 256MBJames Hogan3-3/+7
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-1537/+911
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov4-22/+4
[next]