Commit Graph

292 Commits (7f9ab6ac2e79b9658eba7c8e3ad8a4392d308057)

Author SHA1 Message Date
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
Namhyung Kim 3cd90ea42f vfs: sparse: add __FMODE_EXEC 14 years ago
Tavis Ormandy 462e635e5b install_special_mapping skips security_file_mmap check. 14 years ago
Oleg Nesterov 114279be21 exec: copy-and-paste the fixes into compat_do_execve() paths 14 years ago
Oleg Nesterov 3c77f84572 exec: make argv/envp memory visible to oom-killer 14 years ago
KOSAKI Motohiro 98391cf4dc exec: don't turn PF_KTHREAD off when a target command was not found 15 years ago
Xiaotian Feng 1b0d300bd0 core_pattern: fix truncation by core_pattern handler with long parameters 15 years ago
KOSAKI Motohiro 9b1bf12d5d signals: move cred_guard_mutex from task_struct to signal_struct 15 years ago
Ying Han 3d5992d2ac oom: add per-mm oom disable count 15 years ago
Linus Torvalds 8fd01d6cfb Export dump_{write,seek} to binary loader modules 15 years ago
Linus Torvalds 3aa0ce825a Un-inline the core-dump helper functions 15 years ago
Roland McGrath 9aea5a65aa execve: make responsive to SIGKILL with large arguments 15 years ago
Roland McGrath 7993bc1f46 execve: improve interactivity with large arguments 15 years ago
Roland McGrath 1b528181b2 setup_arg_pages: diagnose excessive argument size 15 years ago
Nick Piggin 2a4419b5b2 fs: fs_struct rwlock to spinlock 15 years ago
David Howells d7627467b7 Make do_execve() take a const filename pointer 15 years ago
Eric Paris 2a12a9d781 fsnotify: pass a file instead of an inode to open, read, and write 15 years ago