projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
cf6d9d2
c3f3edf
)
Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEAD
author
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 21 Jun 2024 12:03:55 +0000
(08:03 -0400)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 21 Jun 2024 12:03:55 +0000
(08:03 -0400)
KVM fixes for 6.10
- Fix a "shift too big" goof in the KVM_SEV_INIT2 selftest.
- Compute the max mappable gfn for KVM selftests on x86 using GuestMaxPhyAddr
from KVM's supported CPUID (if it's available).
- Fix a race in kvm_vcpu_on_spin() by ensuring loads and stores are atomic.
- Fix technically benign bug in __kvm_handle_hva_range() where KVM consumes
the return from a void-returning function as if it were a boolean.
1
2
virt/kvm/kvm_main.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
virt/kvm/kvm_main.c
Simple merge