public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] RISC-V KVM selftests improvements
@ 2025-03-25  0:40 Atish Patra
  2025-03-25  0:40 ` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling Atish Patra
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Atish Patra @ 2025-03-25  0:40 UTC (permalink / raw)
  To: Anup Patel, Atish Patra, Paolo Bonzini, Shuah Khan, Paul Walmsley,
	Palmer Dabbelt, Alexandre Ghiti
  Cc: kvm, kvm-riscv, linux-riscv, linux-kselftest, linux-kernel,
	Atish Patra

This series improves the following tests.
1. Get-reg-list : Adds vector support
2. SBI PMU test : Distinguish between different types of illegal exception

The first patch is just helper patch that adds stval support during
exception handling.

Signed-off-by: Atish Patra <atishp@rivosinc.com>
---
Atish Patra (3):
      KVM: riscv: selftests: Add stval to exception handling
      KVM: riscv: selftests: Decode stval to identify exact exception type
      KVM: riscv: selftests: Add vector extension tests

 .../selftests/kvm/include/riscv/processor.h        |   1 +
 tools/testing/selftests/kvm/lib/riscv/handlers.S   |   2 +
 tools/testing/selftests/kvm/riscv/get-reg-list.c   | 111 ++++++++++++++++++++-
 tools/testing/selftests/kvm/riscv/sbi_pmu_test.c   |  32 ++++++
 4 files changed, 145 insertions(+), 1 deletion(-)
---
base-commit: b3f263a98d30fe2e33eefea297598c590ee3560e
change-id: 20250324-kvm_selftest_improve-9bedb9f0a6d3
--
Regards,
Atish patra


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-04-29  9:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25  0:40 [PATCH 0/3] RISC-V KVM selftests improvements Atish Patra
2025-03-25  0:40 ` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling Atish Patra
2025-04-25 12:09   ` Anup Patel
2025-04-25 13:50   ` Andrew Jones
2025-04-28 22:47     ` Atish Patra
2025-04-29  9:05       ` Andrew Jones
2025-03-25  0:40 ` [PATCH 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type Atish Patra
2025-04-25 12:12   ` Anup Patel
2025-04-25 13:33   ` Andrew Jones
2025-04-28 22:48     ` Atish Patra
2025-03-25  0:40 ` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests Atish Patra
2025-04-25 12:16   ` Anup Patel
2025-04-25 14:20   ` Andrew Jones
2025-04-29  0:32     ` Atish Patra
2025-04-29  9:15       ` Andrew Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox