-
- Downloads
Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEAD
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.
Showing
- tools/testing/selftests/kvm/include/x86_64/processor.h 1 addition, 0 deletionstools/testing/selftests/kvm/include/x86_64/processor.h
- tools/testing/selftests/kvm/lib/x86_64/processor.c 13 additions, 2 deletionstools/testing/selftests/kvm/lib/x86_64/processor.c
- tools/testing/selftests/kvm/x86_64/sev_init2_tests.c 2 additions, 2 deletionstools/testing/selftests/kvm/x86_64/sev_init2_tests.c
- virt/kvm/kvm_main.c 5 additions, 3 deletionsvirt/kvm/kvm_main.c
Loading
Please register or sign in to comment