Commit Graph

179 Commits (7f8e05f60c87646e12c761fef61dd71a7e67112e)

Author SHA1 Message Date
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
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
Kirill A. Shutemov 53112488be alpha: introduce field 'taso' into struct linux_binprm 17 years ago
Jason Baron 362e6663ef exec.c, compat.c: fix count(), compat_count() bounds checking 17 years ago
Johannes Berg 5f4123be3c remove CONFIG_KMOD from fs 17 years ago
Balbir Singh 31a78f23ba mm owner: fix race between swapoff and exit 17 years ago
Hugh Dickins ca5b172bd2 exec: include pagemap.h again to fix build 17 years ago
Al Viro 964bd18362 [PATCH] get rid of __user_path_lookup_open 17 years ago
Al Viro 30524472c2 [PATCH] take noexec checks to very few callers that care 17 years ago
Christoph Hellwig e56b6a5dda Re: [PATCH 3/6] vfs: open_exec cleanup 17 years ago
Al Viro b77b0646ef [PATCH] pass MAY_OPEN to vfs_permission() explicitly 17 years ago
Roland McGrath 6341c393fc tracehook: exec 17 years ago
Oleg Nesterov 565b9b14e7 coredump: format_corename: fix the "core_uses_pid" logic 17 years ago
Oleg Nesterov a94e2d408e coredump: kill mm->core_done 17 years ago
Oleg Nesterov b564daf806 coredump: construct the list of coredumping threads at startup time 17 years ago
Oleg Nesterov 9d5b327bf1 coredump: make mm->core_state visible to ->core_dump() 17 years ago
Oleg Nesterov c5f1cc8c18 coredump: turn core_state->nr_threads into atomic_t 17 years ago
Oleg Nesterov 8cd9c24912 coredump: simplify core_state->nr_threads calculation 17 years ago
Oleg Nesterov 999d9fc167 coredump: move mm->core_waiters into struct core_state 17 years ago
Oleg Nesterov 32ecb1f26d coredump: turn mm->core_startup_done into the pointer to struct core_state 17 years ago
Oleg Nesterov 15b9f360c0 coredump: zap_threads() must skip kernel threads 17 years ago
Oleg Nesterov 7b34e4283c introduce PF_KTHREAD flag 17 years ago
Oleg Nesterov e4901f92a8 coredump: zap_threads: comments && use while_each_thread() 17 years ago
Hugh Dickins ba92a43dba exec: remove some includes 17 years ago
Jan Beulich 42b7772812 mm: remove double indirection on tlb parameter to free_pgd_range() & Co 17 years ago
Hugh Dickins 96a8e13ed4 exec: fix stack excutability without PT_GNU_STACK 17 years ago
David Woodhouse 702773b16e Include <asm/a.out.h> in fs/exec.c only for Alpha. 17 years ago
Oleg Nesterov cbaffba12c posix timers: discard SI_TIMER signals on exec 17 years ago
Al Viro 08a6fac1c6 [PATCH] get rid of leak in compat_execve() 17 years ago