Re: [PATCH v2 1/5] KVM: arm64: Enable Address Authentication at EL2 if available

2020-06-22 Thread Mark Rutland
On Mon, Jun 22, 2020 at 09:06:39AM +0100, Marc Zyngier wrote: > While initializing EL2, enable Address Authentication if detected > from EL1. We still use the EL1-provided keys though. > > Acked-by: Andrew Scull > Signed-off-by: Marc Zyngier Acked-by: Mark Rutland Mark. > --- >

[PATCH v2 1/5] KVM: arm64: Enable Address Authentication at EL2 if available

2020-06-22 Thread Marc Zyngier
While initializing EL2, enable Address Authentication if detected from EL1. We still use the EL1-provided keys though. Acked-by: Andrew Scull Signed-off-by: Marc Zyngier --- arch/arm64/kvm/hyp-init.S | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm64/kvm/hyp-init.S