mbox series

[GIT,PULL] KVM/riscv changes for 6.15

Message ID CAAhSdy380StEE03G=RPjKoxtY89nLeufpXbjYwbRypzzrkQN+g@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] KVM/riscv changes for 6.15 | expand

Pull-request

https://github.com/kvm-riscv/linux.git tags/kvm-riscv-6.15-1

Message

Anup Patel March 20, 2025, 2:15 p.m. UTC
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(-)

Comments

Paolo Bonzini March 20, 2025, 4:54 p.m. UTC | #1
On Thu, Mar 20, 2025 at 3:15 PM Anup Patel <anup@brainfault.org> wrote:
>
> 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.

Pulled, thanks.

Paolo

> Regards,
> Anup