On Mon, 31 Jul 2023 10:24:05 +0800, Bibo Mao wrote:
With test case kvm_page_table_test, start time is acquired with time type CLOCK_MONOTONIC_RAW, however end time in function timespec_elapsed is acquired with time type CLOCK_MONOTONIC. This will cause inaccurate elapsed time calculation on some platform such as LoongArch.
This patch modified test case kvm_page_table_test, and uses unified time type CLOCK_MONOTONIC for start time.
[...]
Applied to kvm-x86 selftests, thanks!
[1/1] KVM: selftests: use unified time type for comparison https://github.com/kvm-x86/linux/commit/b859b018aadf
-- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes