Linus, The following changes since commit 4422829e8053068e0225e4d0ef42dc41ea7c9ef5: kvm: fix previous commit for 32-bit builds (2021-06-09 01:49:13 -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 d8ac05ea13d789d5491a5920d70a05659015441d: KVM: selftests: Fix kvm_check_cap() assertion (2021-06-17 13:06:57 -0400) ---------------------------------------------------------------- Miscellaneous bugfixes. The main interesting one is a NULL pointer dereference reported by syzkaller ("KVM: x86: Immediately reset the MMU context when the SMM flag is cleared"). ---------------------------------------------------------------- Alper Gun (1): KVM: SVM: Call SEV Guest Decommission if ASID binding fails ChenXiaoSong (1): KVM: SVM: fix doc warnings Fuad Tabba (1): KVM: selftests: Fix kvm_check_cap() assertion Gustavo A. R. Silva (1): KVM: x86: Fix fall-through warnings for Clang Jim Mattson (1): kvm: LAPIC: Restore guard to prevent illegal APIC register access Sean Christopherson (2): KVM: x86: Immediately reset the MMU context when the SMM flag is cleared KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU Wanpeng Li (1): KVM: X86: Fix x86_emulator slab cache leak Yanan Wang (1): KVM: selftests: Fix compiling errors when initializing the static structure arch/x86/kvm/cpuid.c | 1 + arch/x86/kvm/lapic.c | 3 +++ arch/x86/kvm/mmu/mmu.c | 26 +++++++++++++++++++- arch/x86/kvm/svm/avic.c | 6 ++--- arch/x86/kvm/svm/sev.c | 20 +++++++++++---- arch/x86/kvm/vmx/vmx.c | 1 + arch/x86/kvm/x86.c | 6 ++++- tools/testing/selftests/kvm/lib/kvm_util.c | 2 +- tools/testing/selftests/kvm/lib/test_util.c | 38 ++++++++++++++--------------- 9 files changed, 73 insertions(+), 30 deletions(-)