Linus, The following changes since commit 32251b07d532174d66941488c112ec046f646157: Merge tag 'kvm-s390-master-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master (2020-09-20 17:31:15 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to 4bb05f30483fd21ea5413eaf1182768f251cf625: KVM: SVM: Add a dedicated INVD intercept routine (2020-09-25 13:27:35 -0400) ---------------------------------------------------------------- Five small fixes. The nested migration bug will be fixed with a better API in 5.10 or 5.11, for now this is a fix that works with existing userspace but keeps the current ugly API. ---------------------------------------------------------------- Maxim Levitsky (1): KVM: x86: fix MSR_IA32_TSC read for nested migration Mohammed Gamal (1): KVM: x86: VMX: Make smaller physical guest address space support user-configurable Sean Christopherson (1): KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE Tom Lendacky (1): KVM: SVM: Add a dedicated INVD intercept routine Yang Weijiang (1): selftests: kvm: Fix assert failure in single-step test arch/x86/kvm/svm/svm.c | 8 +++++++- arch/x86/kvm/vmx/vmx.c | 15 ++++++++++----- arch/x86/kvm/vmx/vmx.h | 5 ++++- arch/x86/kvm/x86.c | 22 ++++++++++++++++++---- tools/testing/selftests/kvm/x86_64/debug_regs.c | 2 +- 5 files changed, 40 insertions(+), 12 deletions(-)