Skip to content

Commit f77e63e

Browse files
author
Marc Zyngier
committed
Merge branch kvm-arm64/selftests-6.12 into kvmarm-master/next
* kvm-arm64/selftests-6.12: : . : KVM/arm64 selftest updates for 6.12 : : - Check for a bunch of timer emulation corner cases (COlton Lewis) : . KVM: arm64: selftests: Add arch_timer_edge_cases selftest KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer test Signed-off-by: Marc Zyngier <[email protected]>
2 parents acf2ab2 + 54306f5 commit f77e63e

File tree

6 files changed

+1094
-7
lines changed

6 files changed

+1094
-7
lines changed

tools/testing/selftests/kvm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ TEST_GEN_PROGS_x86_64 += pre_fault_memory_test
152152
TEST_GEN_PROGS_EXTENDED_x86_64 += x86_64/nx_huge_pages_test
153153

154154
TEST_GEN_PROGS_aarch64 += aarch64/aarch32_id_regs
155+
TEST_GEN_PROGS_aarch64 += aarch64/arch_timer_edge_cases
155156
TEST_GEN_PROGS_aarch64 += aarch64/debug-exceptions
156157
TEST_GEN_PROGS_aarch64 += aarch64/hypercalls
157158
TEST_GEN_PROGS_aarch64 += aarch64/page_fault_test

0 commit comments

Comments
 (0)