Re: [PATCH v3 04/25] arm64: disable trapping of POR_EL0 to EL2

2023-12-07 Thread Catalin Marinas
On Fri, Nov 24, 2023 at 04:34:49PM +, Joey Gouly wrote: > Allow EL0 or EL1 to access POR_EL0 without being trapped to EL2. > > Signed-off-by: Joey Gouly > Cc: Catalin Marinas > Cc: Will Deacon Acked-by: Catalin Marinas

[PATCH v3 04/25] arm64: disable trapping of POR_EL0 to EL2

2023-11-24 Thread Joey Gouly
Allow EL0 or EL1 to access POR_EL0 without being trapped to EL2. Signed-off-by: Joey Gouly Cc: Catalin Marinas Cc: Will Deacon --- arch/arm64/include/asm/el2_setup.h | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/arch/arm64/include/asm/el2_setup.h b/arch/arm64/i