Merge tag 'kvmarm-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 May 2022 17:26:33 +0000 (13:26 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 May 2022 17:26:33 +0000 (13:26 -0400)
commit6f5adb35045d1100b715aad864589b0c41040ff4
tree8d2276c78c6f92986586967db7da52666ee12df8
parentb28cb0cd2c5e80a8c0feb408a0e4b0dbb6d132c5
parent2e40316753ee552fb598e8da8ca0d20a04e67453
Merge tag 'kvmarm-fixes-5.18-3' of git://git./linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/arm64 fixes for 5.18, take #3

- Correctly expose GICv3 support even if no irqchip is created
  so that userspace doesn't observe it changing pointlessly
  (fixing a regression with QEMU)

- Don't issue a hypercall to set the id-mapped vectors when
  protected mode is enabled (fix for pKVM in combination with
  CPUs affected by Spectre-v3a)