Bug 218025
Summary: | Assertion Failure happens in kvm selftest vmx_preemption_timer_test | ||
---|---|---|---|
Product: | Virtualization | Reporter: | Ruifeng Gao (ruifeng.gao) |
Component: | kvm | Assignee: | virtualization_kvm |
Status: | NEW --- | ||
Severity: | normal | CC: | like.xu.linux |
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: | |
Attachments: | KERNEL_CONFIG |
Description
Ruifeng Gao
2023-10-19 06:38:08 UTC
This issue still exists with the latest kvm-x86-next-2024.10.07 tag: [root@intel-spr kvm]# ./x86_64/vmx_preemption_timer_test Random seed: 0x6b8b4567 Stage 2: L1 PT expiry TSC (3200842488) , L1 TSC deadline (3200779744) Stage 2: L2 PT expiry TSC (3200803666) , L2 TSC deadline (3200796320) ==== Test Assertion Failure ==== x86_64/vmx_preemption_timer_test.c:220: uc.args[4] < uc.args[5] pid=87853 tid=87853 errno=4 - Interrupted system call 1 0x000000000040295c: main at vmx_preemption_timer_test.c:220 2 0x00007efe8e755f4f: ?? ??:0 3 0x00007efe8e756008: ?? ??:0 4 0x0000000000402b24: _start at ??:? Stage 2: L2 PT expiry TSC (3200803666) > L2 TSC deadline (3200796320) |