]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'kvmarm-fixes-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Jun 2024 10:32:18 +0000 (06:32 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Jun 2024 10:32:18 +0000 (06:32 -0400)
commit45ce0314bf258bd387d92782d5393e7b84b0121f
tree734e0d9f158f41bc666e7c1e2caf818f0ec6fb50
parentb50788f7cd31a07e0c69c02d2f34b65121ff8775
parentafb91f5f8ad7af172d993a34fde1947892408f53
Merge tag 'kvmarm-fixes-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/arm64 fixes for 6.10, take #1

- Large set of FP/SVE fixes for pKVM, addressing the fallout
  from the per-CPU data rework and making sure that the host
  is not involved in the FP/SVE switching any more

- Allow FEAT_BTI to be enabled with NV now that FEAT_PAUTH
  is copletely supported

- Fix for the respective priorities of Failed PAC, Illegal
  Execution state and Instruction Abort exceptions

- Fix the handling of AArch32 instruction traps failing their
  condition code, which was broken by the introduction of
  ESR_EL2.ISS2

- Allow vpcus running in AArch32 state to be restored in
  System mode

- Fix AArch32 GPR restore that would lose the 64 bit state
  under some conditions