Commit Graph

111 Commits (2d09d567127e85dddd027d049196093640025c36)

Author SHA1 Message Date
Serge E. Hallyn 8409cca705 userns: allow ptrace from non-init user namespaces 14 years ago
Linus Torvalds e3e89cc535 Mark ptrace_{traceme,attach,detach} static 14 years ago
Tejun Heo 01e05e9a90 ptrace: use safer wake up on ptrace_detach() 14 years ago
KOSAKI Motohiro 9b1bf12d5d signals: move cred_guard_mutex from task_struct to signal_struct 14 years ago
Namhyung Kim 9fed81dc40 ptrace: cleanup ptrace_request() 14 years ago
Namhyung Kim 4abf986960 ptrace: change signature of sys_ptrace() and friends 14 years ago
Namhyung Kim c4b5ed250e ptrace: annotate lock context change on exit_ptrace() 14 years ago
Oleg Nesterov c7e49c1488 ptrace: optimize exit_ptrace() for the likely case 15 years ago
Oleg Nesterov e0129ef91e ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm 15 years ago
Mike Frysinger 9c1a125921 ptrace: unify FDPIC implementations 15 years ago
Alessio Igor Bogani b8bc1389b7 ptrace: Cleanup useless header 15 years ago
Arnd Bergmann 5534ecb2dd ptrace: kill BKL in ptrace syscall 15 years ago
Peter Zijlstra faa4602e47 x86, perf, bts, mm: Delete the never used BTS-ptrace code 15 years ago
Suresh Siddha c6a0dd7ec6 ptrace: Fix ptrace_regset() comments and diagnose errors specifically 15 years ago
Suresh Siddha 2225a122ae ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET 15 years ago
Oleg Nesterov a7f0765edf ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee 16 years ago
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