Commit Graph

216 Commits (63731c964d6cd9de4800891bd33b6f9e47a249bc)

Author SHA1 Message Date
Linus Torvalds 7ab02af428 Fix 'flush_old_exec()/setup_new_exec()' split 15 years ago
Linus Torvalds 221af7f87b Split 'flush_old_exec' into two functions 15 years ago
Masami Hiramatsu f6151dfea2 mm: introduce coredump parameter structure 15 years ago
Oleg Nesterov 9cd80bbb07 do_wait() optimization: do not place sub-threads on task_struct->children list 15 years ago
john stultz 4614a696bd procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm 15 years ago
Anton Blanchard fc63cf2370 exec: setup_arg_pages() fails to return errors 15 years ago
Mimi Zohar 6c21a7fb49 LSM: imbed ima calls in the security hooks 16 years ago
Hiroshi Shimamoto 801460d0cf task_struct cleanup: move binfmt field to mm_struct 16 years ago
Oleg Nesterov 964ee7df90 exec: fix set_binfmt() vs sys_delete_module() race 16 years ago
Neil Horman 61be228a06 exec: allow do_coredump() to wait for user space pipe readers to complete 16 years ago
Neil Horman a293980c2e exec: let do_coredump() limit the number of concurrent dumps to pipes 16 years ago
Neil Horman 725eae32df exec: make do_coredump() more resilient to recursive crashes 16 years ago
Stefani Seibold d899bf7b55 procfs: provide stack information for threads 16 years ago
Jiri Pirko 1f10206cf8 getrusage: fill ru_maxrss value 16 years ago
Ingo Molnar cdd6c482c9 perf: Do the big rename: Performance Counters -> Performance Events 16 years ago
Oleg Nesterov a2a8474c3f exec: do not sleep in TASK_TRACED under ->cred_guard_mutex 16 years ago
Mimi Zohar 6777d773a4 kernel_read: redefine offset type 16 years ago
Oleg Nesterov 793285fcaf cred_guard_mutex: do not return -EINTR to user-space 16 years ago
Mimi Zohar b9fc745db8 integrity: path_check update 16 years ago
David Howells 5e751e992f CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace 16 years ago
Al Viro 6e8341a11e Switch open_exec() and sys_uselib() to do_open_filp() 16 years ago
Al Viro a44ddbb6d8 Make open_exec() and sys_uselib() use may_open(), instead of duplicating its parts 16 years ago
Ivan Kokshaysky 74641f584d alpha: binfmt_aout fix 16 years ago
Oleg Nesterov 437f7fdb60 check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/ 16 years ago
Oleg Nesterov 8c652f96d3 do_execve() must not clear fs->in_exec if it was set by another thread 16 years ago
Peter Zijlstra 8d1b2d9361 perf_counter: track task-comm data 16 years ago
Al Viro 5ad4e53bd5 Get rid of indirect include of fs_struct.h 16 years ago
Al Viro f1191b50ec check_unsafe_exec() doesn't care about signal handlers sharing 16 years ago
Al Viro 498052bba5 New locking/refcounting for fs_struct 16 years ago
Hugh Dickins e426b64c41 fix setuid sometimes doesn't 16 years ago
Kentaro Takeda f9ce1f1cda Add in_execve flag into task_struct. 16 years ago
David Howells 0bf2f3aec5 CRED: Fix SUID exec regression 16 years ago
Mimi Zohar 6146f0d5e4 integrity: IMA hooks 16 years ago
Heiko Carstens 1e7bfb2134 [CVE-2009-0029] System call wrappers part 27 16 years ago
WANG Cong 8cd3ac3aca fs/exec.c: make do_coredump() void 16 years ago
Tetsuo Handa 350eaf791b do_coredump(): check return from argv_split() 16 years ago
Luiz Fernando N. Capitulino eaccbfa564 fs/exec.c:__bprm_mm_init(): clean up error handling 16 years ago
Eric Paris 6110e3abbf sys_execve and sys_uselib do not call into fsnotify 16 years ago
Al Viro 3bfacef412 get rid of special-casing the /sbin/loader on alpha 16 years ago
Christoph Hellwig cb23beb551 kill vfs_permission 16 years ago
Ingo Molnar f65cb45cba perfcounters: flush on setuid exec 16 years ago
Oleg Nesterov 8187926bda posix-timers: simplify de_thread()->exit_itimers() path 16 years ago
Roland McGrath 85f334666a tracehook: exec double-reporting fix 16 years ago
David Howells a6f76f23d2 CRED: Make execve() take advantage of copy-on-write credentials 16 years ago
David Howells d84f4f992c CRED: Inaugurate COW credentials 16 years ago
David Howells 86a264abe5 CRED: Wrap current->cred and a few other accessors 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
David Howells da9592edeb CRED: Wrap task credential accesses in the filesystem subsystem 16 years ago
Oleg Nesterov 6409324b38 coredump: format_corename: don't append .%pid if multi-threaded 17 years ago
Oleg Nesterov 07edbde508 pid_ns: de_thread: kill the now unneeded ->child_reaper change 17 years ago