aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-25freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov1-1/+2
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton1-2/+3
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-6/+7
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+56
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse1-1/+1
2012-10-09exec: make de_thread() killableOleg Nesterov1-2/+14
2012-10-06coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov1-1/+1
2012-10-06coredump: update coredump-related headersAlex Kelly1-0/+1
2012-10-02coredump: move core dump functionality into its own fileAlex Kelly1-644/+1
2012-09-30generic sys_execve()Al Viro1-4/+34
2012-09-30generic kernel_execve()Al Viro1-0/+22
2012-09-26do_coredump(): make sure that descriptor table isn't sharedAl Viro1-0/+7
2012-09-26new helper: replace_fd()Al Viro1-10/+1
2012-09-26take close-on-exec logics to fs/file.c, clean it up a bitAl Viro1-35/+6
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro1-1/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+6
2012-07-30coredump: fix wrong comments on core limits of pipe coredump caseJovi Zhang1-7/+8
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook1-5/+5
2012-07-30fs: make dumpable=2 require fully qualified pathKees Cook1-3/+14
2012-07-29consolidate pipe file creationAl Viro1-13/+6
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer1-1/+1
2012-06-20mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov1-1/+1
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds1-0/+1
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov1-1/+0
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-4/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+10
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+14
2012-05-16coredump: ensure the fpu state is flushed for proper multi-threaded core dumpSuresh Siddha1-1/+14
2012-05-15userns: Fail exec for suid and sgid binaries with ids outside our user namesp...Eric W. Biederman1-0/+5
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman1-5/+5
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski1-1/+9
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov1-3/+4
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+3
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-2/+2
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro1-1/+1
2012-03-20__register_binfmt() made voidAl Viro1-4/+2
2012-03-20exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov1-3/+1
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov1-0/+3
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-16/+2
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-12/+2
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov1-6/+2
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-16/+17
2012-02-23tracepoint, vfs, sched: Add exec() tracepointDavid Smith1-3/+6
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells1-2/+2
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-2/+2
2012-02-06exec: fix use-after-free bug in setup_new_exec()Heiko Carstens1-16/+17
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