summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | exec: Allow load_misc_binary to call prepare_binprm unconditionallyEric W. Biederman2020-05-211-7/+12
| * | exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman2020-05-211-4/+4
| * | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-1/+5
| * | Merge f87d1c955916 ("exec: Move would_dump into flush_old_exec")Eric W. Biederman2020-05-181-2/+2
| |\|
| * | exec: Set the point of no return soonerEric W. Biederman2020-05-111-7/+5
| * | exec: Move handling of the point of no return to the top levelEric W. Biederman2020-05-111-9/+12
| * | exec: Run sync_mm_rss before taking exec_update_mutexEric W. Biederman2020-05-111-1/+2
| * | exec: Fix spelling of search_binary_handler in a commentEric W. Biederman2020-05-091-1/+1
| * | exec: Move the comment from above de_thread to above unshare_sighandEric W. Biederman2020-05-091-6/+6
| * | exec: Rename flush_old_exec begin_new_execEric W. Biederman2020-05-071-2/+2
| * | exec: Move most of setup_new_exec into flush_old_execEric W. Biederman2020-05-071-41/+44
| * | exec: In setup_new_exec cache current in the local variable meEric W. Biederman2020-05-071-11/+12
| * | exec: Merge install_exec_creds into setup_new_execEric W. Biederman2020-05-071-30/+26
| * | exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman2020-05-071-6/+6
| * | exec: Make unlocking exec_update_mutex explictEric W. Biederman2020-05-071-3/+3
* | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-5/+1
|\ \ \ | |_|/ |/| |
| * | exec: Remove BUG_ON(has_group_leader_pid)Eric W. Biederman2020-04-281-1/+0
| * | proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman2020-04-281-4/+1
| |/
* / exec: Move would_dump into flush_old_execEric W. Biederman2020-05-171-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-25/+55
|\
| * signal: Extend exec_id to 64bitsEric W. Biederman2020-04-011-1/+1
| * exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-03-251-3/+19
| * exec: Move exec_mmap right after de_thread in flush_old_execEric W. Biederman2020-03-251-12/+12
| * exec: Move cleanup of posix timers on exec out of de_threadEric W. Biederman2020-03-251-5/+5
| * exec: Factor unshare_sighand out of de_thread and call it separatelyEric W. Biederman2020-03-251-13/+26
| * exec: Only compute current once in flush_old_execEric W. Biederman2020-03-251-4/+5
* | firmware_loader: load files from the mount namespace of initTopi Miettinen2020-02-101-0/+26
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-311-0/+5
|\
| * execve: warn if process starts with executable stackAlexey Dobriyan2020-01-311-0/+5
* | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-1/+0
|\ \ | |/ |/|
| * mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-1/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-031-1/+1
|\ \
| * | time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra2019-11-131-1/+1
| |/
* | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-1/+0
|\ \
| * | pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells2019-10-231-1/+0
| |/
* / exit/exec: Seperate mm_release()Thomas Gleixner2019-11-201-1/+1
|/
* sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-251-1/+1
* 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