Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Wed, 4 May 2022 08:42:37 +0000 (09:42 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 4 May 2022 08:42:37 +0000 (09:42 +0100)
commit904cabf4712426fdcb902b149b97c62ac0fbc8f6
tree5eec3b136099513bd8bb8221c2a5170adbea43d9
parentb2c4caf3316ce535af333bbd2cd99ad96f991074
parent6ccf9cb557bd32073b0d68baed97f1bd8a40ff1d
Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next

* kvm-arm64/hyp-stack-guard:
  : .
  : Harden the EL2 stack by providing stack guards, courtesy of
  : Kalesh Singh.
  : .
  KVM: arm64: Symbolize the nVHE HYP addresses
  KVM: arm64: Detect and handle hypervisor stack overflows
  KVM: arm64: Add guard pages for pKVM (protected nVHE) hypervisor stack
  KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
  KVM: arm64: Introduce pkvm_alloc_private_va_range()
  KVM: arm64: Introduce hyp_alloc_private_va_range()

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/arm.c
arch/arm64/kvm/handle_exit.c
arch/arm64/kvm/hyp/nvhe/host.S
arch/arm64/kvm/hyp/nvhe/switch.c
arch/arm64/kvm/mmu.c