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)
commitf211b45057d8b0264b494f1acebf2e8d7f9432c9
treecb71ab9178b6f63b0aefda8d4985618bb8ddf928
parent49661a52a4b8c6c4e67cf69831c9a88b62c6ebcf
parent47d2804bc99ca873470df17c20737b28225a320d
Merge tag 'kvm-x86-fixes-6.4' of https://github.com/kvm-x86/linux into HEAD

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.