Re: [PATCH] target/arm: Fix PAuth keys access checks for disabled SEL2

2022-05-19 Thread Peter Maydell
On Tue, 17 May 2022 at 15:53, Florian Lugou wrote: > > As per the description of the HCR_EL2.APK field in the ARMv8 ARM, > Pointer Authentication keys accesses should only be trapped to Secure > EL2 if it is enabled. > > Signed-off-by: Florian Lugou > --- > target/arm/helper.c | 2 +- > 1 file c

Re: [PATCH] target/arm: Fix PAuth keys access checks for disabled SEL2

2022-05-17 Thread Richard Henderson
On 5/17/22 07:52, Florian Lugou wrote: As per the description of the HCR_EL2.APK field in the ARMv8 ARM, Pointer Authentication keys accesses should only be trapped to Secure EL2 if it is enabled. Signed-off-by: Florian Lugou --- target/arm/helper.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] target/arm: Fix PAuth keys access checks for disabled SEL2

2022-05-17 Thread Florian Lugou
As per the description of the HCR_EL2.APK field in the ARMv8 ARM, Pointer Authentication keys accesses should only be trapped to Secure EL2 if it is enabled. Signed-off-by: Florian Lugou --- target/arm/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/arm/helper