aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+4
2012-01-03trim fs/internal.hAl Viro1-1/+1
2011-10-31oom: remove oom_disable_countDavid Rientjes1-4/+0
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov1-0/+17
2011-07-26fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov1-7/+0
2011-07-26exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa1-2/+4
2011-07-26exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa1-0/+2
2011-07-26fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko1-1/+1
2011-07-26do_coredump: fix the "ispipe" error checkOleg Nesterov1-6/+6
2011-07-26coredump: escape / in hostname and commJiri Slaby1-8/+23
2011-07-26coredump: use task comm instead of (unknown)Jiri Slaby1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+11
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-3/+24
2011-07-22ptrace: do_wait(traced_leader_killed_by_mt_exec) can block foreverOleg Nesterov1-0/+8
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro1-3/+11
2011-07-01ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_E...Denys Vlasenko1-1/+8
2011-06-27redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov1-0/+1
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo1-1/+6
2011-06-22ptrace: kill trivial tracehooksTejun Heo1-1/+1
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-1/+1
2011-06-15Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_...Linus Torvalds1-1/+1
2011-06-15fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko1-1/+1
2011-06-09exec: delay address limit change until point of no returnMathias Krause1-4/+1
2011-06-04job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo1-1/+1
2011-06-04job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo1-1/+1
2011-06-04job control: rename signal->group_stop and flags to jobctl and update themTejun Heo1-1/+1
2011-05-26coredump: add support for exe_file in core nameJiri Slaby1-0/+38
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-1/+0
2011-05-25mm: mmu_gather reworkPeter Zijlstra1-5/+5
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko1-1/+1
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2011-05-23Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-25/+100
2011-05-13export kernel call get_task_comm().J Freyensee1-0/+1
2011-04-09exec: document acct_arg_size()Oleg Nesterov1-1/+6
2011-04-09exec: unify do_execve/compat_do_execve codeOleg Nesterov1-12/+50
2011-04-09exec: introduce struct user_arg_ptrOleg Nesterov1-12/+30
2011-04-09exec: introduce get_user_arg_ptr() helperOleg Nesterov1-11/+25
2011-03-23signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo1-0/+1
2011-03-21Small typo fix...Holger Hans Peter Freyther1-1/+1
2011-03-14switch do_filp_open() to struct open_flagsAl Viro1-6/+12
2011-02-02vfs: sparse: add __FMODE_EXECNamhyung Kim1-2/+2
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy1-0/+5
2010-11-30exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov1-4/+4
2010-11-30exec: make argv/envp memory visible to oom-killerOleg Nesterov1-2/+30
2010-10-27exec: don't turn PF_KTHREAD off when a target command was not foundKOSAKI Motohiro1-2/+1
2010-10-27core_pattern: fix truncation by core_pattern handler with long parametersXiaotian Feng1-60/+95
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-5/+5
2010-10-26oom: add per-mm oom disable countYing Han1-0/+5
2010-10-14Export dump_{write,seek} to binary loader modulesLinus Torvalds1-0/+2
2010-10-14Un-inline the core-dump helper functionsLinus Torvalds1-0/+38
2010-09-10execve: make responsive to SIGKILL with large argumentsRoland McGrath1-0/+7
2010-09-10execve: improve interactivity with large argumentsRoland McGrath1-0/+2
2010-09-10setup_arg_pages: diagnose excessive argument sizeRoland McGrath1-0/+5
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin1-2/+2
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-10/+11
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-2/+2
2010-08-07Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds1-7/+0
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris1-2/+2
2010-07-10do_coredump: Do not take BKLArnd Bergmann1-7/+0
2010-06-09perf: Add non-exec mmap() trackingEric B Munson1-0/+1
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov1-6/+5
2010-05-27coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov1-12/+7
2010-05-27coredump: factor out put_cred() callsOleg Nesterov1-10/+6
2010-05-27coredump: cleanup "ispipe" codeOleg Nesterov1-22/+17
2010-05-27coredump: factor out the not-ispipe file checksOleg Nesterov1-32/+31
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman1-7/+56
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman1-1/+6
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-2/+0
2010-03-06coredump: suppress uid comparison test if core output files are pipesNeil Horman1-1/+2
2010-03-06coredump: set ->group_exit_code for other CLONE_VM tasks tooOleg Nesterov1-4/+4
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu1-4/+16
2010-03-06exec: create initial stack independent of PAGE_SIZEMichael Neuling1-3/+1
2010-03-06fs: use rlimit helpersJiri Slaby1-4/+4
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-2/+4
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki1-0/+1
2010-02-22fs/exec.c: fix initial stack reservationMichael Neuling1-1/+0
2010-02-11fs/exec.c: restrict initial stack space expansion to rlimitMichael Neuling1-2/+19
2010-02-02Fix 'flush_old_exec()/setup_new_exec()' splitLinus Torvalds1-5/+5
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds1-10/+16
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu1-17/+21
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov1-0/+2
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz1-0/+9
2009-12-03Merge branch 'master' into nextJames Morris1-5/+3
2009-11-12exec: setup_arg_pages() fails to return errorsAnton Blanchard1-5/+3
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar1-4/+0
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto1-4/+6
2009-09-24exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov1-9/+5
2009-09-24exec: allow do_coredump() to wait for user space pipe readers to completeNeil Horman1-0/+26
2009-09-24exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman1-5/+18
2009-09-24exec: make do_coredump() more resilient to recursive crashesNeil Horman1-22/+23
2009-09-23procfs: provide stack information for threadsStefani Seibold1-0/+2
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko1-0/+3
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-3/+3
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov1-25/+38
2009-08-24kernel_read: redefine offset typeMimi Zohar1-2/+2
2009-07-06cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov1-2/+2
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+9
2009-05-22Merge branch 'master' into nextJames Morris1-55/+25
2009-05-22integrity: path_check updateMimi Zohar1-2/+3
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar1-57/+29
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells1-5/+5
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro1-47/+25
2009-05-09Make open_exec() and sys_uselib() use may_open(), instead of duplicating its ...Al Viro1-9/+2
2009-05-02alpha: binfmt_aout fixIvan Kokshaysky1-3/+4
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-13/+12
2009-04-24check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov1-4/+2
2009-04-24do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov1-9/+10
2009-04-08perf_counter: track task-comm dataPeter Zijlstra1-0/+1
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-12/+40
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-31check_unsafe_exec() doesn't care about signal handlers sharingAl Viro1-5/+2
2009-03-31New locking/refcounting for fs_structAl Viro1-5/+26
2009-03-28fix setuid sometimes doesn'tHugh Dickins1-7/+3
2009-03-24Merge branch 'master' into nextJames Morris1-6/+22
2009-02-12Add in_execve flag into task_struct.Kentaro Takeda1-0/+3
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar1-6/+22
2009-02-07CRED: Fix SUID exec regressionDavid Howells1-6/+22
2009-02-06Merge branch 'master' into nextJames Morris1-58/+22
2009-02-06integrity: IMA hooksMimi Zohar1-0/+10
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens1-1/+1
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar1-62/+24
2009-01-06fs/exec.c: make do_coredump() voidWANG Cong1-2/+2
2009-01-06do_coredump(): check return from argv_split()Tetsuo Handa1-0/+5
2009-01-06fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino1-14/+6
2009-01-05sys_execve and sys_uselib do not call into fsnotifyEric Paris1-0/+5
2009-01-03get rid of special-casing the /sbin/loader on alphaAl Viro1-39/+0
2008-12-31kill vfs_permissionChristoph Hellwig1-2/+3
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+3
2008-12-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-74/+109
2008-12-25Merge branch 'next' into for-linusJames Morris1-74/+109
2008-12-16perfcounters: flush on setuid execIngo Molnar1-0/+8
2008-12-12posix-timers: simplify de_thread()->exit_itimers() pathOleg Nesterov1-5/+3
2008-12-09tracehook: exec double-reporting fixRoland McGrath1-1/+9
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-63/+86
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-10/+21
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-2/+3
2008-11-14CRED: Separate task security context from task_structDavid Howells1-2/+2
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-9/+9
2008-10-20coredump: format_corename: don't append .%pid if multi-threadedOleg Nesterov1-4/+3
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-6/+3
2008-10-16pid_ns: de_thread: kill the now unneeded ->child_reaper changeOleg Nesterov1-2/+0
2008-10-16alpha: introduce field 'taso' into struct linux_binprmKirill A. Shutemov1-1/+1
2008-10-16exec.c, compat.c: fix count(), compat_count() bounds checkingJason Baron1-1/+1
2008-10-17remove CONFIG_KMOD from fsJohannes Berg1-6/+3
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-1/+1
2008-07-28exec: include pagemap.h again to fix buildHugh Dickins1-0/+1
2008-07-26[PATCH] get rid of __user_path_lookup_openAl Viro1-4/+10
2008-07-26[PATCH] take noexec checks to very few callers that careAl Viro1-0/+7
2008-07-26Re: [PATCH 3/6] vfs: open_exec cleanupChristoph Hellwig1-28/+30
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro1-2/+2
2008-07-26tracehook: execRoland McGrath1-8/+4
2008-07-25coredump: format_corename: fix the "core_uses_pid" logicOleg Nesterov1-8/+5
2008-07-25coredump: kill mm->core_doneOleg Nesterov1-3/+22
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov1-0/+2
2008-07-25coredump: make mm->core_state visible to ->core_dump()Oleg Nesterov1-7/+7
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov1-1/+1
2008-07-25coredump: simplify core_state->nr_threads calculationOleg Nesterov1-17/+16
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov1-10/+11
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov1-4/+4
2008-07-25coredump: zap_threads() must skip kernel threadsOleg Nesterov1-2/+3
2008-07-25introduce PF_KTHREAD flagOleg Nesterov1-0/+1
2008-07-25coredump: zap_threads: comments && use while_each_thread()Oleg Nesterov1-7/+32
2008-07-25exec: remove some includesHugh Dickins1-4/+2
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich1-2/+2
2008-07-10exec: fix stack excutability without PT_GNU_STACKHugh Dickins1-1/+1
2008-06-16Include <asm/a.out.h> in fs/exec.c only for Alpha.David Woodhouse1-2/+6
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov1-0/+1
2008-05-16[PATCH] get rid of leak in compat_execve()Al Viro1-4/+8
2008-05-13memcg: fix possible panic when CONFIG_MM_OWNER=yKOSAKI Motohiro1-1/+1
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-30document de_thread() with exit_notify() connectionOleg Nesterov1-1/+1
2008-04-30signals: de_thread: simplify the ->child_reaper switchingOleg Nesterov1-13/+2
2008-04-29procfs task exe symlinkMatt Helsley1-0/+2
2008-04-29cgroups: add an owner to the mm_structBalbir Singh1-0/+1
2008-04-29exec: remove argv_len from struct linux_binprmTetsuo Handa1-3/+0
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro1-12/+6
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro1-16/+18
2008-03-03Allow ARG_MAX execve string space even with a small stack limitLinus Torvalds1-1/+9
2008-02-14Introduce path_put()Jan Blunck1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2008-02-08Allow executables larger than 2GBAndi Kleen1-2/+3
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells1-1/+1
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov1-20/+2
2008-02-05exec: rework the group exit and fix the race with killOleg Nesterov1-9/+4
2008-02-05get_task_comm(): return the resultAndrew Morton1-1/+2
2007-11-28vfs: coredumping fixIngo Molnar1-0/+6
2007-11-12core dump: remain dumpableRoland McGrath1-2/+4
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-2/+2
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-2/+2
2007-10-19pid namespaces: use task_pid() to find leader's pidSukadev Bhattiprolu1-1/+1
2007-10-19pid namespaces: rename child_reaper() functionSukadev Bhattiprolu1-1/+1
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu1-1/+1
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Coly Li1-1/+1
2007-10-17security/ cleanupsAdrian Bunk1-2/+0
2007-10-17exec: RT sub-thread can livelock and monopolize CPU on execOleg Nesterov1-13/+15
2007-10-17exec: consolidate 2 fast-pathsOleg Nesterov1-9/+0
2007-10-17exec: simplify the new ->sighand allocationOleg Nesterov1-15/+9
2007-10-17exec: simplify ->sighand switchingOleg Nesterov1-7/+1