OSDN Git Service

Merge tag 'kvm-x86-fixes-6.4' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 3 Jun 2023 19:16:58 +0000 (15:16 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 3 Jun 2023 19:16:58 +0000 (15:16 -0400)
KVM x86 fixes for 6.4

 - Fix a memslot lookup bug in the NX recovery thread that could
   theoretically let userspace bypass the NX hugepage mitigation

 - Fix a s/BLOCKING/PENDING bug in SVM's vNMI support

 - Account exit stats for fastpath VM-Exits that never leave the super
   tight run-loop

 - Fix an out-of-bounds bug in the optimized APIC map code, and add a
   regression test for the race.


Trivial merge