On Mon, 29 Jan 2024 09:58:46 +0100, Vitaly Kuznetsov wrote: > When X86_FEATURE_INVTSC is missing, guest_test_msrs_access() was supposed > to skip testing dependent Hyper-V invariant TSC feature. Unfortunately, > 'continue' does not lead to that as stage is not incremented. Moreover, > 'vm' allocated with vm_create_with_one_vcpu() is not freed and the test > runs out of available file descriptors very quickly. > > > [...] Applied to kvm-x86 selftests, thanks! [1/2] KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missing https://github.com/kvm-x86/linux/commit/8ad485527348 [2/2] KVM: selftests: Fail tests when open() fails with !ENOENT https://github.com/kvm-x86/linux/commit/c2a449a30fa2 -- https://github.com/kvm-x86/linux/tree/next