Re: [PATCH v2 2/8] powerpc/entry: cleanup syscall entry

2024-11-12 Thread Thomas Gleixner
On Mon, Nov 11 2024 at 11:19, Luming Yu wrote: > cleanup do_syscall_trace_enter/leave and do_seccomp. What's the cleanup here? All what this patch does is removing code, but what replaces that functionality? The subject line should probably be: "Break syscall entry" Thanks, tglx

[PATCH v2 2/8] powerpc/entry: cleanup syscall entry

2024-11-10 Thread Luming Yu
cleanup do_syscall_trace_enter/leave and do_seccomp. Signed-off-by: Luming Yu --- arch/powerpc/kernel/interrupt.c | 5 - arch/powerpc/kernel/ptrace/ptrace.c | 141 2 files changed, 146 deletions(-) diff --git a/arch/powerpc/kernel/interrupt.c b/arch/powerpc/ke