Message ID | CAAhSdy3dL1JBSsu3yrQtJKavAkqMva=YotoV_y_+-kt0S0oVNA@mail.gmail.com (mailing list archive) |
---|---|
State | Handled Elsewhere, archived |
Headers | show |
Series | [GIT,PULL] KVM/riscv fixes for 6.6, take #1 | expand |
Context | Check | Description |
---|---|---|
conchuod/tree_selection | success | Pull request for for-next |
conchuod/maintainers_pattern | success | MAINTAINERS pattern errors before the patch: 5 and now 5 |
conchuod/verify_signedoff | fail | author Signed-off-by missing committer Signed-off-by missing committer Signed-off-by missing committer Signed-off-by missing |
conchuod/build_rv64_clang_allmodconfig | success | Errors and warnings before: 2154 this patch: 2149 |
conchuod/build_rv64_gcc_allmodconfig | success | Errors and warnings before: 1412 this patch: 1407 |
conchuod/build_rv32_defconfig | success | Build OK |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 29 this patch: 29 |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | fail | Problems with Fixes tag: 2 |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
On Thu, Sep 21, 2023 at 11:44 AM Anup Patel <anup@brainfault.org> wrote: > > 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 Pulled, thanks. Paolo > ---------------------------------------------------------------- > 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(-) >