Re: [PATCH v3 15/25] arm64: add POE signal support

2023-12-12 Thread Szabolcs Nagy
The 12/11/2023 18:53, Catalin Marinas wrote: > + Szabolcs for libc ack (and keeping the full patch quoted below) > > You should cc Szabolcs when reposting, we need his ack on the UAPI > changes. > > On Fri, Nov 24, 2023 at 04:35:00PM +, Joey Gouly wrote: > > Add PKEY support to signals, by sa

Re: [PATCH v3 15/25] arm64: add POE signal support

2023-12-11 Thread Catalin Marinas
+ Szabolcs for libc ack (and keeping the full patch quoted below) You should cc Szabolcs when reposting, we need his ack on the UAPI changes. On Fri, Nov 24, 2023 at 04:35:00PM +, Joey Gouly wrote: > Add PKEY support to signals, by saving and restoring POR_EL0 from the > stackframe. > > Sig

[PATCH v3 15/25] arm64: add POE signal support

2023-11-24 Thread Joey Gouly
Add PKEY support to signals, by saving and restoring POR_EL0 from the stackframe. Signed-off-by: Joey Gouly Cc: Catalin Marinas Cc: Will Deacon Reviewed-by: Mark Brown --- arch/arm64/include/uapi/asm/sigcontext.h | 7 arch/arm64/kernel/signal.c | 51 ++