Re: [PATCH] powerpc: Only pad struct pt_regs when needed

2021-06-06 Thread Michael Ellerman
On Thu, 6 May 2021 13:30:51 + (UTC), Christophe Leroy wrote: > If neither KUAP nor PPC64 is selected, there is nothing in the second > union of struct pt_regs, so the alignment padding is waste of memory. Applied to powerpc/next. [1/1] powerpc: Only pad struct pt_regs when needed

[PATCH] powerpc: Only pad struct pt_regs when needed

2021-05-06 Thread Christophe Leroy
If neither KUAP nor PPC64 is selected, there is nothing in the second union of struct pt_regs, so the alignment padding is waste of memory. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/ptrace.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git