Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull kvm fixes from Paolo Bonzini: "ARM64: - Fix pKVM error path on init, making sure we do not change critical system registers as we're about to fail - Make sure that the host's vector length is at capped by a value common to all CPUs - Fix kvm_has_feat*() handling of "negative" features, as the current code is pretty broken - Promote Joey to the status of official reviewer, while James steps down -- hopefully only temporarly x86: - Fix compilation with KVM_INTEL=KVM_AMD=n - Fix disabling KVM_X86_QUIRK_SLOT_ZAP_ALL when shadow MMU is in use Selftests: - Fix compilation on non-x86 architectures" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: x86/reboot: emergency callbacks are now registered by common KVM code KVM: x86: leave kvm.ko out of the build if no vendor module is requested KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMU KVM: arm64: Fix kvm_has_feat*() handling of negative features KVM: selftests: Fix build on architectures other than x86_64 KVM: arm64: Another reviewer reshuffle KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVM KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error path
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- arch/arm64/include/asm/kvm_host.h 13 additions, 12 deletionsarch/arm64/include/asm/kvm_host.h
- arch/arm64/kvm/hyp/include/hyp/switch.h 1 addition, 1 deletionarch/arm64/kvm/hyp/include/hyp/switch.h
- arch/arm64/kvm/hyp/nvhe/hyp-main.c 7 additions, 5 deletionsarch/arm64/kvm/hyp/nvhe/hyp-main.c
- arch/arm64/kvm/hyp/nvhe/pkvm.c 4 additions, 2 deletionsarch/arm64/kvm/hyp/nvhe/pkvm.c
- arch/x86/include/asm/reboot.h 2 additions, 2 deletionsarch/x86/include/asm/reboot.h
- arch/x86/kernel/reboot.c 2 additions, 2 deletionsarch/x86/kernel/reboot.c
- arch/x86/kvm/Kconfig 6 additions, 3 deletionsarch/x86/kvm/Kconfig
- arch/x86/kvm/Makefile 1 addition, 1 deletionarch/x86/kvm/Makefile
- arch/x86/kvm/mmu/mmu.c 46 additions, 14 deletionsarch/x86/kvm/mmu/mmu.c
- tools/testing/selftests/kvm/memslot_modification_stress_test.c 2 additions, 0 deletions.../testing/selftests/kvm/memslot_modification_stress_test.c
- tools/testing/selftests/kvm/memslot_perf_test.c 6 additions, 0 deletionstools/testing/selftests/kvm/memslot_perf_test.c
Loading
Please register or sign in to comment