diff --git a/[refs] b/[refs] index 401304bedbcb..ea30a18fd495 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 68cb94786630b34196713794a2880ade17fca887 +refs/heads/master: 33e9fc7d01269737cd5a3b6de1db9d0e796ab708 diff --git a/trunk/kernel/ptrace.c b/trunk/kernel/ptrace.c index ce66d66881fd..5f8d452e8111 100644 --- a/trunk/kernel/ptrace.c +++ b/trunk/kernel/ptrace.c @@ -208,8 +208,7 @@ int ptrace_attach(struct task_struct *task) __ptrace_link(task, current); - force_sig_specific(SIGSTOP, task); - + send_sig_info(SIGSTOP, SEND_SIG_FORCED, task); bad: write_unlock_irqrestore(&tasklist_lock, flags); task_unlock(task);