Merge tag 'kvmarm-fixes-6.1-3' into kvm-arm64/dirty-ring
authorMarc Zyngier <maz@kernel.org>
Thu, 10 Nov 2022 13:11:38 +0000 (13:11 +0000)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Nov 2022 13:11:38 +0000 (13:11 +0000)
commit590925a178a3c8e9b694bce8e55bf9851c4b92f4
treea9417773853221761622d40e8fd65dafb5887baa
parent30a0b95b1335e12efef89dd78518ed3e4a71a763
parentbe0ddf5293a7895a8c9096e1a8560930c6a0ab3f
Merge tag 'kvmarm-fixes-6.1-3' into kvm-arm64/dirty-ring

KVM/arm64 fixes for 6.1, take #3

- Fix the pKVM stage-1 walker erronously using the stage-2 accessor

- Correctly convert vcpu->kvm to a hyp pointer when generating
  an exception in a nVHE+MTE configuration

- Check that KVM_CAP_DIRTY_LOG_* are valid before enabling them

- Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE

- Document the boot requirements for FGT when entering the kernel
  at EL1

Signed-off-by: Marc Zyngier <maz@kernel.org>