Hi Paolo, Only two fixes so far for KVM/arm64: one patch squashing a Kbuild warning, and a fix for a regression when probing the availability of a PMU. Please pull, M. The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.15-1 for you to fetch changes up to e840f42a49925707fca90e6c7a4095118fdb8c4d: KVM: arm64: Fix PMU probe ordering (2021-09-20 12:43:34 +0100) ---------------------------------------------------------------- KVM/arm64 fixes for 5.15, take #1 - Add missing FORCE target when building the EL2 object - Fix a PMU probe regression on some platforms ---------------------------------------------------------------- Marc Zyngier (1): KVM: arm64: Fix PMU probe ordering Zenghui Yu (1): KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule arch/arm64/kvm/hyp/nvhe/Makefile | 2 +- arch/arm64/kvm/perf.c | 3 --- arch/arm64/kvm/pmu-emul.c | 9 ++++++++- drivers/perf/arm_pmu.c | 2 ++ include/kvm/arm_pmu.h | 3 --- include/linux/perf/arm_pmu.h | 6 ++++++ 6 files changed, 17 insertions(+), 8 deletions(-)