aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-05-091-25/+40
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2014-01-031-0/+6
* perf: Disable monitoring on setuid processes for regular usersStephane Eranian2013-07-271-7/+9
* exec: use -ELOOP for max recursion depthKees Cook2013-03-061-5/+5
* exec: do not leave bprm->interp on stackKees Cook2013-01-031-0/+15
* freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZEOleg Nesterov2013-01-031-1/+2
* freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov2012-10-301-1/+1
* exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov2012-05-111-0/+3
* oom: remove oom_disable_countDavid Rientjes2011-10-311-4/+0
* move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov2011-08-111-0/+17
* fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov2011-07-261-7/+0
* exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa2011-07-261-2/+4
* exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa2011-07-261-0/+2
* fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko2011-07-261-1/+1
* do_coredump: fix the "ispipe" error checkOleg Nesterov2011-07-261-6/+6
* coredump: escape / in hostname and commJiri Slaby2011-07-261-8/+23
* coredump: use task comm instead of (unknown)Jiri Slaby2011-07-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-221-3/+11
|\
| * consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro2011-07-201-3/+11
* | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-221-3/+24
|\ \ | |/ |/|
| * ptrace: do_wait(traced_leader_killed_by_mt_exec) can block foreverOleg Nesterov2011-07-221-0/+8
| * ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_E...Denys Vlasenko2011-07-011-1/+8
| * redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov2011-06-271-0/+1
| * ptrace: kill clone/exec tracehooksTejun Heo2011-06-221-1/+6
| * ptrace: kill trivial tracehooksTejun Heo2011-06-221-1/+1
| * job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo2011-06-041-1/+1
| * job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo2011-06-041-1/+1
| * job control: rename signal->group_stop and flags to jobctl and update themTejun Heo2011-06-041-1/+1
* | KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells2011-06-171-1/+1
* | Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_...Linus Torvalds2011-06-151-1/+1
* | fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko2011-06-151-1/+1
* | exec: delay address limit change until point of no returnMathias Krause2011-06-091-4/+1
|/
* coredump: add support for exe_file in core nameJiri Slaby2011-05-261-0/+38
* mm: extract exe_file handling from procfsJiri Slaby2011-05-261-1/+0
* mm: mmu_gather reworkPeter Zijlstra2011-05-251-5/+5
* mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko2011-05-251-1/+1
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-0/+1
|\
| * export kernel call get_task_comm().J Freyensee2011-05-131-0/+1
* | Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-231-25/+100
|\ \
| * | exec: document acct_arg_size()Oleg Nesterov2011-04-091-1/+6
| * | exec: unify do_execve/compat_do_execve codeOleg Nesterov2011-04-091-12/+50
| * | exec: introduce struct user_arg_ptrOleg Nesterov2011-04-091-12/+30
| * | exec: introduce get_user_arg_ptr() helperOleg Nesterov2011-04-091-11/+25
| |/
* | signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo2011-03-231-0/+1
|/
* Small typo fix...Holger Hans Peter Freyther2011-03-211-1/+1
* switch do_filp_open() to struct open_flagsAl Viro2011-03-141-6/+12
* vfs: sparse: add __FMODE_EXECNamhyung Kim2011-02-021-2/+2
* install_special_mapping skips security_file_mmap check.Tavis Ormandy2010-12-151-0/+5
* exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2010-11-301-4/+4
* exec: make argv/envp memory visible to oom-killerOleg Nesterov2010-11-301-2/+30