Message ID | 20220830065316.3924938-3-guoren@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arch: ptrace: Cleanup ptrace_disable | expand |
On Tue, Aug 30, 2022 at 02:53:15AM -0400, guoren@kernel.org wrote: > From: Guo Ren <guoren@linux.alibaba.com> > > The TIF_SYSCALL_TRACE is controlled by a common code, see > kernel/ptrace.c and include/linux/thread.h. > > clear_task_syscall_work(child, SYSCALL_TRACE); > > Signed-off-by: Guo Ren <guoren@linux.alibaba.com> > Signed-off-by: Guo Ren <guoren@kernel.org> Acked-by: Stafford Horne <shorne@gmail.com> > --- > arch/openrisc/kernel/ptrace.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/openrisc/kernel/ptrace.c b/arch/openrisc/kernel/ptrace.c > index b971740fc2aa..cc53fa676706 100644 > --- a/arch/openrisc/kernel/ptrace.c > +++ b/arch/openrisc/kernel/ptrace.c > @@ -132,7 +132,6 @@ void ptrace_disable(struct task_struct *child) > pr_debug("ptrace_disable(): TODO\n"); > > user_disable_single_step(child); > - clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); > } > > long arch_ptrace(struct task_struct *child, long request, unsigned long addr, > -- > 2.36.1 >
diff --git a/arch/openrisc/kernel/ptrace.c b/arch/openrisc/kernel/ptrace.c index b971740fc2aa..cc53fa676706 100644 --- a/arch/openrisc/kernel/ptrace.c +++ b/arch/openrisc/kernel/ptrace.c @@ -132,7 +132,6 @@ void ptrace_disable(struct task_struct *child) pr_debug("ptrace_disable(): TODO\n"); user_disable_single_step(child); - clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); } long arch_ptrace(struct task_struct *child, long request, unsigned long addr,