Hi Paolo, Here's the second batch of fixes for 6.7. Please note that this pull is based on -rc4 instead of my first fixes tag as the KVM selftests breakage was introduced by one of my changes that went through the perf tree. Please pull. -- Thanks, Oliver The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a: Linux 6.7-rc4 (2023-12-03 18:52:56 +0900) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.7-2 for you to fetch changes up to 0c12e6c8267f831e491ee64ac6f216601cea3eee: KVM: selftests: Ensure sysreg-defs.h is generated at the expected path (2023-12-12 16:49:43 +0000) ---------------------------------------------------------------- KVM/arm64 fixes for 6.7, part #2 - Ensure a vCPU's redistributor is unregistered from the MMIO bus if vCPU creation fails - Fix building KVM selftests for arm64 from the top-level Makefile ---------------------------------------------------------------- Marc Zyngier (5): KVM: arm64: vgic: Simplify kvm_vgic_destroy() KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy() KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy KVM: arm64: vgic: Ensure that slots_lock is held in vgic_register_all_redist_iodevs() KVM: Convert comment into an assertion in kvm_io_bus_register_dev() Oliver Upton (1): KVM: selftests: Ensure sysreg-defs.h is generated at the expected path arch/arm64/kvm/arm.c | 2 +- arch/arm64/kvm/vgic/vgic-init.c | 47 ++++++++++++++++++++++-------------- arch/arm64/kvm/vgic/vgic-mmio-v3.c | 4 ++- arch/arm64/kvm/vgic/vgic.h | 1 + tools/testing/selftests/kvm/Makefile | 26 ++++++++++++-------- virt/kvm/kvm_main.c | 3 ++- 6 files changed, 52 insertions(+), 31 deletions(-)