summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-251-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\
| * signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-271-1/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan2019-05-141-1/+3
* exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov2019-03-071-1/+1
* fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta2019-03-071-6/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-2/+2
|\
| * sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-041-2/+2
* | exec: Fix mem leak in kernel_read_fileYueHaibing2019-02-181-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-01-051-1/+1
|\
| * exec: make prepare_bprm_creds staticChanho Min2018-12-101-1/+1
* | fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-2/+2
* | exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov2019-01-041-53/+52
* | Revert "exec: make de_thread() freezable"Rafael J. Wysocki2018-12-041-3/+2
* | exec: make de_thread() freezableChanho Min2018-11-191-2/+3
|/
* vfs: require i_size <= SIZE_MAX in kernel_read_file()Eric Biggers2018-10-101-4/+4
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+1
|\
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-0/+1
* | mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-261-0/+1
* | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-211-3/+1
* | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-2/+2
|/
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+1
|\
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+1
* | umh: introduce fork_usermode_blob() helperAlexei Starovoitov2018-05-231-9/+29
|/
* exec: pin stack limit during execKees Cook2018-04-111-12/+15
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-111-0/+6
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-1/+7
* exec: Set file unwritable before LSM checkKees Cook2018-03-191-3/+3
* 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