Commit Graph

94 Commits (2bace8b95108746f6123d312f47f5bda4eb17a26)

Author SHA1 Message Date
Oleg Nesterov 793285fcaf cred_guard_mutex: do not return -EINTR to user-space 16 years ago
Ingo Molnar 9e48858f7d security: rename ptrace_may_access => ptrace_access_check 16 years ago
Oleg Nesterov e49612544c ptrace: don't take tasklist to get/set ->last_siginfo 16 years ago
Oleg Nesterov 8053bdd5ce ptrace_get_task_struct: s/tasklist/rcu/, make it static 16 years ago
Oleg Nesterov 4b105cbbaf ptrace: do not use task_lock() for attach 16 years ago
Oleg Nesterov f2f0b00ad6 ptrace: cleanup check/set of PT_PTRACED during attach 16 years ago
Oleg Nesterov b79b7ba93d ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mm 16 years ago
Oleg Nesterov edaba2c533 ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic" 16 years ago
David Howells 5e751e992f CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace 16 years ago
Oleg Nesterov cad81bc252 ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex 16 years ago
Oleg Nesterov f1671f6d78 ptrace: fix exit_ptrace() vs ptrace_traceme() race 16 years ago
Roland McGrath 3a70970353 ptrace: some checkpatch fixes 16 years ago
Markus Metzger 0f4814065f x86, ptrace: add bts context unconditionally 16 years ago
Oleg Nesterov 1ee1184485 ptrace_untrace: fix the SIGNAL_STOP_STOPPED check 16 years ago
Oleg Nesterov 95a3540da9 ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic 16 years ago
Oleg Nesterov 39c626ae47 forget_original_parent: split out the un-ptrace part 16 years ago
Oleg Nesterov 4576145c1e ptrace: fix possible zombie leak on PTRACE_DETACH 16 years ago
Oleg Nesterov 95c3eb76dc ptrace: kill __ptrace_detach(), fix ->exit_state check 16 years ago
Américo Wang bbb76b552a ptrace: remove a useless goto 16 years ago
Heiko Carstens 1e7bfb2134 [CVE-2009-0029] System call wrappers part 27 16 years ago
Markus Metzger bf53de907d x86, bts: add fork and exit handling 16 years ago
Christoph Hellwig 96b8936a9e remove __ARCH_WANT_COMPAT_SYS_PTRACE 16 years ago
David Howells d84f4f992c CRED: Inaugurate COW credentials 16 years ago
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
David Howells 76aac0e9a1 CRED: Wrap task credential accesses in the core kernel 16 years ago
Adrian Bunk b747c8c102 make ptrace_untrace() static 17 years ago
David Howells 5cd9c58fbe security: Fix setting of PF_SUPERPRIV by __capable() 17 years ago
Roland McGrath 85ba2d862e tracehook: wait_task_inactive 17 years ago
Roland McGrath f470021adb ptrace children revamp 17 years ago
Stephen Smalley 006ebb40d3 Security: split proc ptrace checking into read vs. attach 17 years ago
Christoph Hellwig bcf35afb52 make generic sys_ptrace unconditional 17 years ago
Oleg Nesterov 00cd5c37af ptrace: permit ptracing of /sbin/init 17 years ago
Oleg Nesterov 33e9fc7d01 ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() 17 years ago
Oleg Nesterov 68cb947866 ptrace: __ptrace_unlink: use the ptrace_reparented() helper 17 years ago
Roland McGrath 9d04d9280c ptrace: conditionalize compat_ptrace_request 17 years ago
Roland McGrath e16b278164 ptrace: compat_ptrace_request siginfo 17 years ago
Oleg Nesterov c0c0b649d6 ptrace_check_attach: remove unneeded ->signal != NULL check 17 years ago
Oleg Nesterov 6b39c7bfbd kill PT_ATTACHED 17 years ago
Adrian Bunk f17d30a803 kernel/ptrace.c should #include <linux/syscalls.h> 17 years ago
Oleg Nesterov d9ae90ac4b use __set_task_state() for TRACED/STOPPED tasks 17 years ago
Roland McGrath c269f19617 x86: compat_sys_ptrace 17 years ago
Roland McGrath 032d82d906 x86: compat_ptrace_request 17 years ago
Roland McGrath 16c3e389e7 x86: ptrace_request peekdata/pokedata 17 years ago
Roland McGrath 5b88abbf77 ptrace: generic PTRACE_SINGLEBLOCK 17 years ago
Roland McGrath 36df29d799 ptrace: generic resume 17 years ago
Haavard Skinnemoen 6ea6dd93c9 ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEME 17 years ago
Linus Torvalds b8c9a18712 Fix kernel/ptrace.c compile problem (missing "may_attach()") 17 years ago
Al Viro 831830b5a2 restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid 17 years ago
Matthew Wilcox 6618a3e275 ptrace: Use task_is_* 17 years ago