Loading kernel/ptrace.c +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ repeat: /* the same process cannot be attached many times */ if (task->ptrace & PT_PTRACED) goto bad; retval = may_attach(task); retval = __ptrace_may_attach(task); if (retval) goto bad; Loading Loading
kernel/ptrace.c +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ repeat: /* the same process cannot be attached many times */ if (task->ptrace & PT_PTRACED) goto bad; retval = may_attach(task); retval = __ptrace_may_attach(task); if (retval) goto bad; Loading