On 11/28, Dmitry V. Levin wrote: > > What about PTRACE_GETSIGINFO? Can it also be done lockless because > ptrace_check_attach() has already called ptrace_freeze_traced()? Yes, only PTRACE_INTERRUPT needs lock_task_sighand() and it can actually fail because the tracee is not necessarily stopped. Oleg.