Re: [PATCH v2 15/24] arm64: add POE signal support

2023-10-30 Thread Mark Brown
On Fri, Oct 27, 2023 at 07:08:41PM +0100, Joey Gouly wrote: > Add PKEY support to signals, by saving and restoring POR_EL0 from the > stackframe. Reviewed-by: Mark Brown signature.asc Description: PGP signature

[PATCH v2 15/24] arm64: add POE signal support

2023-10-27 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 --- arch/arm64/include/uapi/asm/sigcontext.h | 7 arch/arm64/kernel/signal.c | 51 2 files changed, 58 i