Hi Paolo, We mainly have two fixes and few PMU selftests improvements for 6.15. There are quite a few in-flight patches dependent on SBI v3.0 specification which will freeze soon. Please pull. Regards, Anup The following changes since commit 7eb172143d5508b4da468ed59ee857c6e5e01da6: Linux 6.14-rc5 (2025-03-02 11:48:20 -0800) are available in the Git repository at: https://github.com/kvm-riscv/linux.git tags/kvm-riscv-6.15-1 for you to fetch changes up to b3f263a98d30fe2e33eefea297598c590ee3560e: RISC-V: KVM: Optimize comments in kvm_riscv_vcpu_isa_disable_allowed (2025-03-20 11:33:56 +0530) ---------------------------------------------------------------- KVM/riscv changes for 6.15 - Disable the kernel perf counter during configure - KVM selftests improvements for PMU - Fix warning at the time of KVM module removal ---------------------------------------------------------------- Atish Patra (5): RISC-V: KVM: Disable the kernel perf counter during configure KVM: riscv: selftests: Do not start the counter in the overflow handler KVM: riscv: selftests: Change command line option KVM: riscv: selftests: Allow number of interrupts to be configurable RISC-V: KVM: Teardown riscv specific bits after kvm_exit Chao Du (1): RISC-V: KVM: Optimize comments in kvm_riscv_vcpu_isa_disable_allowed arch/riscv/kvm/main.c | 4 +- arch/riscv/kvm/vcpu_onereg.c | 2 +- arch/riscv/kvm/vcpu_pmu.c | 1 + tools/testing/selftests/kvm/riscv/sbi_pmu_test.c | 81 ++++++++++++++++-------- 4 files changed, 60 insertions(+), 28 deletions(-)