|
@@ -1618,6 +1618,8 @@ static int sigkill_pending(struct task_struct *tsk)
|
|
|
* is gone, we keep current->exit_code unless clear_code.
|
|
|
*/
|
|
|
static void ptrace_stop(int exit_code, int clear_code, siginfo_t *info)
|
|
|
+ __releases(¤t->sighand->siglock)
|
|
|
+ __acquires(¤t->sighand->siglock)
|
|
|
{
|
|
|
if (arch_ptrace_stop_needed(exit_code, info)) {
|
|
|
/*
|