aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-07exec: increase BINPRM_BUF_SIZE to 256Gravatar Oleg Nesterov 1-1/+1
2019-03-07fs/exec.c: replace opencoded set_mask_bits()Gravatar Vineet Gupta 1-6/+1
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2019-02-18exec: Fix mem leak in kernel_read_fileGravatar YueHaibing 1-1/+1
2019-02-04sched/core: Convert sighand_struct.count to refcount_tGravatar Elena Reshetova 1-2/+2
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2019-01-04fs/: remove caller signal_pending branch predictionsGravatar Davidlohr Bueso 1-2/+2
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingGravatar Oleg Nesterov 1-53/+52
2018-12-10exec: make prepare_bprm_creds staticGravatar Chanho Min 1-1/+1
2018-12-04Revert "exec: make de_thread() freezable"Gravatar Rafael J. Wysocki 1-3/+2
2018-11-19exec: make de_thread() freezableGravatar Chanho Min 1-2/+3
2018-10-10vfs: require i_size <= SIZE_MAX in kernel_read_file()Gravatar Eric Biggers 1-4/+4
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-07-26mm: fix vma_is_anonymous() false-positivesGravatar Kirill A. Shutemov 1-0/+1
2018-07-21mm: make vm_area_alloc() initialize core fieldsGravatar Linus Torvalds 1-3/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsGravatar Linus Torvalds 1-2/+2
2018-07-21pid: Implement PIDTYPE_TGIDGravatar Eric W. Biederman 1-0/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2018-06-06rseq: Introduce restartable sequences system callGravatar Mathieu Desnoyers 1-0/+1
2018-05-23umh: introduce fork_usermode_blob() helperGravatar Alexei Starovoitov 1-9/+29
2018-04-11exec: pin stack limit during execGravatar Kees Cook 1-12/+15
2018-04-11exec: introduce finalize_exec() before start_thread()Gravatar Kees Cook 1-0/+6
2018-04-11exec: pass stack rlimit into mm layout functionsGravatar Kees Cook 1-1/+7
2018-03-19exec: Set file unwritable before LSM checkGravatar Kees Cook 1-3/+3
2018-01-03exec: Weaken dumpability for secureexecGravatar Kees Cook 1-2/+7
2017-12-17Revert "exec: avoid RLIMIT_STACK races with prlimit()"Gravatar Kees Cook 1-6/+1
2017-12-14exec: avoid gcc-8 warning for get_task_commGravatar Arnd Bergmann 1-4/+3
2017-11-29exec: avoid RLIMIT_STACK races with prlimit()Gravatar Kees Cook 1-1/+6
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-10-19membarrier: Provide register expedited private commandGravatar Mathieu Desnoyers 1-0/+1
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayGravatar Oleg Nesterov 1-1/+1
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