[GIT PULL] KVM/riscv fixes for 6.6, take #1

Anup Patel anup at brainfault.org
Thu Sep 21 02:43:47 PDT 2023


Hi Paolo,

We have four ONE_REG related fixes for 6.6. Out of these,
two are for kernel KVM module and other two are for get-reg-list
selftest.

Please pull.

Regards,
Anup

The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

  Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 071ef070ca77e6dfe33fd78afa293e83422f0411:

  KVM: riscv: selftests: Selectively filter-out AIA registers
(2023-09-21 15:04:05 +0530)

----------------------------------------------------------------
KVM/riscv fixes for 6.6, take #1

- Fix KVM_GET_REG_LIST API for ISA_EXT registers
- Fix reading ISA_EXT register of a missing extension
- Fix ISA_EXT register handling in get-reg-list test
- Fix filtering of AIA registers in get-reg-list test

----------------------------------------------------------------
Anup Patel (4):
      RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
      RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
      KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
      KVM: riscv: selftests: Selectively filter-out AIA registers

 arch/riscv/kvm/vcpu_onereg.c                     |  7 ++-
 tools/testing/selftests/kvm/riscv/get-reg-list.c | 58 +++++++++++++++++-------
 2 files changed, 47 insertions(+), 18 deletions(-)



More information about the linux-riscv mailing list