Merge branch kvm-arm64/misc-5.20 into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Sun, 17 Jul 2022 10:45:22 +0000 (11:45 +0100)
committerMarc Zyngier <maz@kernel.org>
Sun, 17 Jul 2022 10:45:22 +0000 (11:45 +0100)
commitaeb7942b64ccab88140542a92a6ac3ac5726e053
tree860f0149628d7c306d777f58e4c8d9c9693110da
parentdc94f89ae68fba71f0423dde3c9956f4d9c47e5d
parented6313a93fd11d2015ad17046f3c418bf6a8dab1
Merge branch kvm-arm64/misc-5.20 into kvmarm-master/next

* kvm-arm64/misc-5.20:
  : .
  : Misc fixes for 5.20:
  :
  : - Tidy up the hyp/nvhe Makefile
  :
  : - Fix functions pointlessly returning a void value
  :
  : - Fix vgic_init selftest to handle the GICv3-on-v3 case
  :
  : - Fix hypervisor symbolisation when CONFIG_RANDOMIZE_BASE=y
  : .
  KVM: arm64: Fix hypervisor address symbolization
  KVM: arm64: selftests: Add support for GICv2 on v3
  KVM: arm64: Don't return from void function
  KVM: arm64: nvhe: Add intermediates to 'targets' instead of extra-y
  KVM: arm64: nvhe: Rename confusing obj-y

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