[GIT PULL] KVM/riscv fixes for 6.17 take #1
Anup Patel
anup at brainfault.org
Fri Aug 29 05:02:58 PDT 2025
Hi Paolo,
We have three fixes for the 6.17 kernel. Two of these are
critical fixes in kvm_riscv_gstage_ioremap() and setting
vlenb via ONE_REG whereas the third one is a trivial fix
in comments of kvm_riscv_check_vcpu_requests().
Please pull.
Regards,
Anup
The following changes since commit 1b237f190eb3d36f52dffe07a40b5eb210280e00:
Linux 6.17-rc3 (2025-08-24 12:04:12 -0400)
are available in the Git repository at:
https://github.com/kvm-riscv/linux.git tags/kvm-riscv-fixes-6.17-1
for you to fetch changes up to 799766208f09f95677a9ab111b93872d414fbad7:
RISC-V: KVM: fix stack overrun when loading vlenb (2025-08-25 10:26:20 +0530)
----------------------------------------------------------------
KVM/riscv fixes for 6.17, take #1
- Fix pte settings within kvm_riscv_gstage_ioremap()
- Fix comments in kvm_riscv_check_vcpu_requests()
- Fix stack overrun when setting vlenb via ONE_REG
----------------------------------------------------------------
Fangyu Yu (1):
RISC-V: KVM: Fix pte settings within kvm_riscv_gstage_ioremap()
Quan Zhou (1):
RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
Radim Krčmář (1):
RISC-V: KVM: fix stack overrun when loading vlenb
arch/riscv/kvm/mmu.c | 5 ++++-
arch/riscv/kvm/vcpu.c | 2 +-
arch/riscv/kvm/vcpu_vector.c | 2 ++
3 files changed, 7 insertions(+), 2 deletions(-)
More information about the linux-riscv
mailing list