- 8d91089 ptrace: Reimplement PTRACE_KILL by always sending SIGKILL by Eric W. Biederman · 2 years, 8 months ago
- 4f96b94 ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE by Jann Horn · 2 years, 10 months ago
- aa039dd ptrace: make ptrace() fail if the tracee changed its pid unexpectedly by Oleg Nesterov · 3 years, 8 months ago
- d8b9930 ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME by Jann Horn · 5 years ago
- 122be5a ptrace: restore smp_rmb() in __ptrace_may_access() by Jann Horn · 6 years ago
- 2fc1de4 signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO by Eric W. Biederman · 6 years ago
- 822e5d5 x86/speculation: Apply IBPB more strictly to avoid cross-process data leak by Jiri Kosina · 6 years ago
- 7c24a70 ptrace: Properly initialize ptracer_cred on fork by Eric W. Biederman · 8 years ago
- d9fa435 ptrace: fix PTRACE_LISTEN race corrupting task->state by bsegall@google.com · 8 years ago
- e71b4e0 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
- e747b4a ptrace: Capture the ptracer's creds not PT_PTRACE_CAP by Eric W. Biederman · 8 years ago
- 694a95f mm: Add a user_ns owner to mm_struct and fix ptrace permission checks by Eric W. Biederman · 8 years ago
- f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
- 0a5bf40 ptrace: clear TIF_SYSCALL_TRACE on ptrace detach by Ales Novak · 8 years ago
- 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
- 1333ab0 ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock by Oleg Nesterov · 9 years ago
- 5c46521 ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness by Andy Lutomirski · 9 years ago
- caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 9 years ago
- 7c3b00e ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable by Oleg Nesterov · 9 years ago
- f8e529e seccomp, ptrace: add support for dumping seccomp filters by Tycho Andersen · 9 years ago
- 13c4a90 seccomp: add ptrace options for suspend/resume by Tycho Andersen · 10 years ago
- 64a4096 ptrace: ptrace_detach() can no longer race with SIGKILL by Oleg Nesterov · 10 years ago
- b72c186 ptrace: fix race between ptrace_resume() and wait_task_stopped() by Oleg Nesterov · 10 years ago
- 1cca338 ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT by Fabian Frederick · 10 years ago
- 7c8bd23 exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent() by Oleg Nesterov · 10 years ago
- 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
- 62a6fa9 kernel/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 11 years ago
- d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
- 73af963 __ptrace_may_access() should not deny sub-threads by Mark Grondona · 11 years ago
- 35114fc Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)" by Oleg Nesterov · 11 years ago
- fab840f ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child) by Oleg Nesterov · 11 years ago
- 7c8df28 ptrace: revert "Prepare to fix racy accesses on task breakpoints" by Oleg Nesterov · 11 years ago
- 29000ca ptrace: add ability to get/set signal-blocked mask by Andrey Vagin · 11 years ago
- 706b23b Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation by Mathieu Desnoyers · 12 years ago
- a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
- 84c751b ptrace: add ability to retrieve signals without removing from a queue (v4) by Andrey Vagin · 12 years ago
- e8440c1 uprobes: Add exports for module use by Josh Stone · 12 years ago
- 9899d11 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL by Oleg Nesterov · 12 years ago
- 910ffdb ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() by Oleg Nesterov · 12 years ago
- edea0d0 ia64: kill thread_matches(), unexport ptrace_check_attach() by Oleg Nesterov · 12 years ago
- 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
- 992fb6e ptrace: introduce PTRACE_O_EXITKILL by Oleg Nesterov · 12 years ago
- 4c44aaa userns: Kill task_user_ns by Eric W. Biederman · 12 years ago
- 9f99798 ptrace: mark __ptrace_may_access() static by Tetsuo Handa · 12 years ago
- 5af6620 userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids by Eric W. Biederman · 13 years ago
- c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
- ee00560c ptrace: remove PTRACE_SEIZE_DEVEL bit by Denys Vlasenko · 13 years ago
- aa9147c ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter by Denys Vlasenko · 13 years ago
- 86b6c1f ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code by Denys Vlasenko · 13 years ago
- 8c5cf9e ptrace: don't modify flags on PTRACE_SETOPTIONS failure by Denys Vlasenko · 13 years ago
- c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
- 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 13 years ago
- f1c84da capabilities: remove task_ns_* functions by Eric Paris · 13 years ago
- 8a88951 ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach by Oleg Nesterov · 13 years ago
- 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
- f9d81f6 ptrace: PTRACE_LISTEN forgets to unlock ->siglock by Oleg Nesterov · 13 years ago
- f701e5b connector: add an event for monitoring process tracers by Vladimir Zapolskiy · 13 years ago
- d4f7c51 do not change dead_task->exit_signal by Oleg Nesterov · 14 years ago
- 9843a1e __ptrace_detach: avoid task_detached(), check do_notify_parent() by Oleg Nesterov · 14 years ago
- 544b2c9 ptrace: implement PTRACE_LISTEN by Tejun Heo · 14 years ago
- fca26f2 ptrace: implement PTRACE_INTERRUPT by Tejun Heo · 14 years ago
- 3544d72 ptrace: implement PTRACE_SEIZE by Tejun Heo · 14 years ago
- 73ddff2 job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap by Tejun Heo · 14 years ago
- 62c124f ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit by Tejun Heo · 14 years ago
- 7dd3db5 job control: introduce task_set_jobctl_pending() by Tejun Heo · 14 years ago
- 755e276 ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments by Tejun Heo · 14 years ago
- a8f072c job control: rename signal->group_stop and flags to jobctl and update them by Tejun Heo · 14 years ago
- 0b1007c ptrace: remove silly wait_trap variable from ptrace_attach() by Tejun Heo · 14 years ago
- 0666fb5 ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread by Oleg Nesterov · 14 years ago
- 3ed4c05 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 14 years ago
- bf26c01 ptrace: Prepare to fix racy accesses on task breakpoints by Frederic Weisbecker · 14 years ago
- e46bc9b Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace by Oleg Nesterov · 14 years ago
- 321fb56 ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/ by Oleg Nesterov · 14 years ago
- 8409cca userns: allow ptrace from non-init user namespaces by Serge E. Hallyn · 14 years ago
- 0e9f0a4 ptrace: Always put ptracee into appropriate execution state by Tejun Heo · 14 years ago
- e3bd058 ptrace: Collapse ptrace_untrace() into __ptrace_unlink() by Tejun Heo · 14 years ago
- d79fdd6 ptrace: Clean transitions between TASK_STOPPED and TRACED by Tejun Heo · 14 years ago
- 9f2bf65 ptrace: Remove the extra wake_up_state() from ptrace_detach() by Tejun Heo · 14 years ago
- e3e89cc Mark ptrace_{traceme,attach,detach} static by Linus Torvalds · 14 years ago
- 01e05e9 ptrace: use safer wake up on ptrace_detach() by Tejun Heo · 14 years ago
- 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
- 9fed81d ptrace: cleanup ptrace_request() by Namhyung Kim · 14 years ago
- 4abf986 ptrace: change signature of sys_ptrace() and friends by Namhyung Kim · 14 years ago
- c4b5ed2 ptrace: annotate lock context change on exit_ptrace() by Namhyung Kim · 14 years ago
- c7e49c1 ptrace: optimize exit_ptrace() for the likely case by Oleg Nesterov · 14 years ago
- e0129ef ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm by Oleg Nesterov · 15 years ago
- 9c1a125 ptrace: unify FDPIC implementations by Mike Frysinger · 15 years ago
- 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- b8bc138 ptrace: Cleanup useless header by Alessio Igor Bogani · 15 years ago
- 5534ecb ptrace: kill BKL in ptrace syscall by Arnd Bergmann · 15 years ago
- faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 15 years ago
- c6a0dd7 ptrace: Fix ptrace_regset() comments and diagnose errors specifically by Suresh Siddha · 15 years ago
- 2225a12 ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET by Suresh Siddha · 15 years ago
- a7f0765 ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee by Oleg Nesterov · 15 years ago
- 7d45eca Merge branch 'master' into next by James Morris · 15 years ago
- 793285f cred_guard_mutex: do not return -EINTR to user-space by Oleg Nesterov · 15 years ago
- 9e48858 security: rename ptrace_may_access => ptrace_access_check by Ingo Molnar · 16 years ago
- e496125 ptrace: don't take tasklist to get/set ->last_siginfo by Oleg Nesterov · 16 years ago
- 8053bdd ptrace_get_task_struct: s/tasklist/rcu/, make it static by Oleg Nesterov · 16 years ago
- 4b105cb ptrace: do not use task_lock() for attach by Oleg Nesterov · 16 years ago