diff options
author | Sean Christopherson <seanjc@google.com> | 2024-11-28 04:33:43 +0300 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2024-12-19 01:19:38 +0300 |
commit | 7b2658cb33c744ca41358ada2421a86774914764 (patch) | |
tree | 6ac45d49df8b8d8f658fa32c93340304d109ddaf /tools/perf/scripts/python/export-to-postgresql.py | |
parent | af5366bea2cb9dfb5da2880e1dff544f87505300 (diff) | |
download | linux-7b2658cb33c744ca41358ada2421a86774914764.tar.xz |
KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
Actually check for KVM support for disabling HLT-exiting instead of
effectively checking that KVM_CAP_X86_DISABLE_EXITS is #defined to a
non-zero value, and convert the TEST_REQUIRE() to a simple return so
that only the sub-test is skipped if HLT-exiting is mandatory.
The goof has likely gone unnoticed because all x86 CPUs support disabling
HLT-exiting, only systems with the opt-in mitigate_smt_rsb KVM module
param disallow HLT-exiting.
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: Binbin Wu <binbin.wu@linux.intel.com>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Link: https://lore.kernel.org/r/20241128013424.4096668-17-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions