]> 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)
commit0c533fe184ae0cd1665106e3f9205fa147394c59
tree8d2276c78c6f92986586967db7da52666ee12df8
parent05294fcc2b07249658bfd945d2094972a4519e36
parente52aecdbe74f8887d42ec0018afae05e59432a9e
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)