]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb4818c986af1409253a9d05b564df26c2b4775ac
tree8d2276c78c6f92986586967db7da52666ee12df8
parente342976b99ee477262b087b71e2ed3d77cbd98cd
parent88498cef2f8e3e75f4498773ddb523666cc2447f
Merge tag 'kvmarm-fixes-5.18-3' of git://git.kernel.org/pub/scm/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)