summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-051-24/+21Star
* fs/exec.c: call arch_pick_mmap_layout() only onceRichard Weinberger2014-01-241-1/+0Star
* exec: avoid propagating PF_NO_SETAFFINITY into userspace childZhang Yi2014-01-241-2/+2
* exec: kill task_struct->did_execOleg Nesterov2014-01-241-1/+0Star
* exec: move the final allow_write_access/fput into free_bprm()Oleg Nesterov2014-01-241-15/+5Star
* exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logicOleg Nesterov2014-01-241-21/+8Star
* exec:check_unsafe_exec: use while_each_thread() rather than next_thread()Oleg Nesterov2014-01-241-1/+2
* coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov2014-01-241-18/+0Star
* coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov2014-01-241-15/+6Star
* coredump: set_dumpable: fix the theoretical race with itselfOleg Nesterov2014-01-241-34/+15Star
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-11-221-4/+1Star
|\
| * audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-051-4/+1Star
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-0/+6
|\ \
| * | exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-131-0/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-20/+15Star
|\ \ \ | |/ / |/| |
| * | file->f_op is never NULL...Al Viro2013-10-251-20/+15Star
* | | sched/numa: Call task_numa_free() from do_execve()Rik van Riel2013-10-091-0/+1
|/ /
* | exec: cleanup the error handling in search_binary_handler()Oleg Nesterov2013-09-121-8/+3Star
* | exec: don't retry if request_module() failsOleg Nesterov2013-09-121-1/+2
* | exec: cleanup the CONFIG_MODULES logicOleg Nesterov2013-09-121-37/+31Star
* | exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov2013-09-121-4/+3Star
* | exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov2013-09-121-4/+6
* | exec: proc_exec_connector() should be called only onceOleg Nesterov2013-09-121-1/+1
* | exec: kill "int depth" in search_binary_handler()Oleg Nesterov2013-09-121-5/+4Star
* | exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov2013-09-121-14/+22
* | mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov2013-09-121-1/+1
|/
* Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-161-2/+2
* fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov2013-07-041-0/+1
* fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov2013-07-041-2/+1Star
* fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov2013-07-041-2/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-4/+6
|\
| * allow build_open_flags() to return an errorAl Viro2013-06-291-4/+6
* | perf: Disable monitoring on setuid processes for regular usersStephane Eranian2013-06-261-7/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-0/+9
|\
| * new helper: read_code()Al Viro2013-04-291-0/+9
* | exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov2013-05-011-0/+3
* | set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov2013-05-011-10/+0Star
* | mm: allow arch code to control the user page table ceilingHugh Dickins2013-04-301-2/+2
|/
* coredump: remove redundant defines for dumpable statesKees Cook2013-02-281-5/+5
* fs/exec.c: make bprm_mm_init() staticYuanhan Liu2013-02-261-1/+1
* new helper: file_inode(file)Al Viro2013-02-231-4/+4
* fs/exec.c: work around icc miscompilationXi Wang2013-01-111-1/+2
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-211-0/+15
|\
| * exec: do not leave bprm->interp on stackKees Cook2012-12-211-0/+15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-211-21/+0Star
|\ \ | |/ |/|
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-201-21/+0Star
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-181-5/+5
|\ \
| * | exec: use -ELOOP for max recursion depthKees Cook2012-12-181-5/+5
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-6/+3Star
|\ \ | |/ |/|
| * userns: Ignore suid and sgid on binaries if the uid or gid can not be mappedEric W. Biederman2012-11-191-6/+3Star