Commit Graph

315 Commits (9ccf010f8172b699ea80178860e8ea228f7dce56)

Author SHA1 Message Date
Oleg Nesterov 6308191f6f tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec() 13 years ago
David Howells 96f951edb1 Add #includes needed to permit the removal of asm/system.h 13 years ago
David Rientjes 05af2e104a mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() 13 years ago
Al Viro 19e5109fef take removal of PF_FORKNOEXEC to flush_old_exec() 13 years ago
Al Viro 8fc3dc5a3a __register_binfmt() made void 13 years ago
Oleg Nesterov 701085b219 exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap() 13 years ago
Oleg Nesterov e636825346 exit_signal: simplify the "we have changed execution domain" logic 13 years ago
Cong Wang e8e3c3d66f fs: remove the second argument of k[un]map_atomic() 13 years ago
Oleg Nesterov 57b59c4a14 coredump_wait: don't call complete_vfork_done() 13 years ago
Oleg Nesterov c415c3b47e vfork: introduce complete_vfork_done() 13 years ago
David Smith 4ff16c25e2 tracepoint, vfs, sched: Add exec() tracepoint 13 years ago
David Howells 1fd36adcd9 Replace the fd_sets in struct fdtable with an array of unsigned longs 13 years ago
David Howells 1dce27c5aa Wrap accesses to the fd_sets in struct fdtable 13 years ago
Heiko Carstens 96e02d1586 exec: fix use-after-free bug in setup_new_exec() 13 years ago
KAMEZAWA Hiroyuki 43d2b11324 tracepoint: add tracepoints for debugging oom_score_adj 13 years ago
Al Viro f47ec3f283 trim fs/internal.h 13 years ago
David Rientjes c9f01245b6 oom: remove oom_disable_count 13 years ago
Vasiliy Kulikov 72fa59970f move RLIMIT_NPROC check from set_user() to do_execve_common() 14 years ago
Oleg Nesterov 32e107f71e fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter() 14 years ago
Tetsuo Handa b4edf8bd06 exec: do not retry load_binary method if CONFIG_MODULES=n 14 years ago
Tetsuo Handa 912193521b exec: do not call request_module() twice from search_binary_handler() 14 years ago
Michal Hocko aacb3d17a7 fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP 14 years ago
Oleg Nesterov 99b6456748 do_coredump: fix the "ispipe" error check 14 years ago
Jiri Slaby 2c563731fe coredump: escape / in hostname and comm 14 years ago
Jiri Slaby 3141c8b165 coredump: use task comm instead of (unknown) 14 years ago
Oleg Nesterov eac1b5e57d ptrace: do_wait(traced_leader_killed_by_mt_exec) can block forever 14 years ago
Al Viro 1b5d783c94 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling 14 years ago
Denys Vlasenko bb188d7e64 ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_EVENT_EXEC stop 14 years ago
Oleg Nesterov 087806b128 redefine thread_group_leader() as exit_signal >= 0 14 years ago
Tejun Heo 4b9d33e6d8 ptrace: kill clone/exec tracehooks 14 years ago
Tejun Heo a288eecce5 ptrace: kill trivial tracehooks 14 years ago
David Howells 879669961b KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring 14 years ago
Linus Torvalds 13fca640bb Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP" 14 years ago
Michal Hocko 7f81c8890c fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP 14 years ago
Mathias Krause dac853ae89 exec: delay address limit change until point of no return 14 years ago
Tejun Heo 6dfca32984 job control: make task_clear_jobctl_pending() clear TRAPPING automatically 14 years ago
Tejun Heo 3759a0d94c job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending() 14 years ago
Tejun Heo a8f072c1d6 job control: rename signal->group_stop and flags to jobctl and update them 14 years ago
Jiri Slaby 57cc083ad9 coredump: add support for exe_file in core name 14 years ago
Jiri Slaby 3864601387 mm: extract exe_file handling from procfs 14 years ago
Peter Zijlstra d16dfc550f mm: mmu_gather rework 14 years ago
Michal Hocko d05f3169c0 mm: make expand_downwards() symmetrical with expand_upwards() 14 years ago
J Freyensee 7d74f492e4 export kernel call get_task_comm(). 14 years ago
Oleg Nesterov ae6b585eeb exec: document acct_arg_size() 14 years ago
Oleg Nesterov 0e028465d1 exec: unify do_execve/compat_do_execve code 14 years ago
Oleg Nesterov ba2d01629d exec: introduce struct user_arg_ptr 14 years ago
Oleg Nesterov 1d1dbf8135 exec: introduce get_user_arg_ptr() helper 14 years ago
Tejun Heo 39efa3ef3a signal: Use GROUP_STOP_PENDING to stop once for a single group stop 14 years ago
Holger Hans Peter Freyther 1bef82917c Small typo fix... 14 years ago
Al Viro 47c805dc2d switch do_filp_open() to struct open_flags 14 years ago