Re: [PATCH] powerpc: Use the newly added is_tsk_32bit_task() macro

2022-02-16 Thread Michael Ellerman
On Fri, 21 Jan 2022 07:58:47 +, Christophe Leroy wrote: > Two places deserve using the macro is_tsk_32bit_task() added by > commit 252745240ba0 ("powerpc/audit: Fix syscall_get_arch()") > > Applied to powerpc/next. [1/1] powerpc: Use the newly added is_tsk_32bit_task() macro https://g

[PATCH] powerpc: Use the newly added is_tsk_32bit_task() macro

2022-01-20 Thread Christophe Leroy
Two places deserve using the macro is_tsk_32bit_task() added by commit 252745240ba0 ("powerpc/audit: Fix syscall_get_arch()") Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/ptrace/ptrace-view.c | 2 +- arch/powerpc/perf/perf_regs.c| 8 +++- 2 files changed, 4 insertions(