Linus, The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) 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 959d6c4ae238b28a163b1b3741fae05391227ad9: Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2022-08-19 05:43:53 -0400) ---------------------------------------------------------------- ARM: * Fix unexpected sign extension of KVM_ARM_DEVICE_ID_MASK * Tidy-up handling of AArch32 on asymmetric systems x86: * Fix "missing ENDBR" BUG for fastop functions Generic: * Some cleanup and static analyzer patches * More fixes to KVM_CREATE_VM unwind paths ---------------------------------------------------------------- Chao Peng (2): KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS KVM: Rename mmu_notifier_* to mmu_invalidate_* Josh Poimboeuf (3): x86/ibt, objtool: Add IBT_NOSEAL() x86/kvm: Simplify FOP_SETCC() x86/kvm: Fix "missing ENDBR" BUG for fastop functions Li kunyu (2): KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow() KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() Oliver Upton (2): KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systems KVM: arm64: Reject 32bit user PSTATE on asymmetric systems Paolo Bonzini (2): KVM: MIPS: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD Sean Christopherson (3): KVM: Properly unwind VM creation if creating debugfs fails KVM: Unconditionally get a ref to /dev/kvm module when creating a VM KVM: Move coalesced MMIO initialization (back) into kvm_create_vm() Yang Yingliang (1): KVM: arm64: Fix compile error due to sign extension arch/arm64/include/asm/kvm_host.h | 4 ++ arch/arm64/include/uapi/asm/kvm.h | 6 +- arch/arm64/kvm/arm.c | 3 +- arch/arm64/kvm/guest.c | 2 +- arch/arm64/kvm/mmu.c | 8 +-- arch/arm64/kvm/sys_regs.c | 4 +- arch/mips/include/asm/kvm_host.h | 2 - arch/mips/kvm/mmu.c | 12 ++-- arch/powerpc/include/asm/kvm_book3s_64.h | 2 +- arch/powerpc/kvm/book3s_64_mmu_host.c | 4 +- arch/powerpc/kvm/book3s_64_mmu_hv.c | 4 +- arch/powerpc/kvm/book3s_64_mmu_radix.c | 6 +- arch/powerpc/kvm/book3s_hv_nested.c | 2 +- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 8 +-- arch/powerpc/kvm/e500_mmu_host.c | 4 +- arch/riscv/kvm/mmu.c | 4 +- arch/x86/include/asm/ibt.h | 11 ++++ arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/emulate.c | 26 ++------- arch/x86/kvm/mmu/mmu.c | 14 ++--- arch/x86/kvm/mmu/paging_tmpl.h | 4 +- include/linux/kvm_host.h | 66 +++++++++++----------- tools/objtool/check.c | 3 +- virt/kvm/kvm_main.c | 95 ++++++++++++++++---------------- virt/kvm/pfncache.c | 17 +++--- 25 files changed, 157 insertions(+), 156 deletions(-)