KVM: selftests: Explicitly close guest_memfd files in some gmem tests
authorDongli Zhang <dongli.zhang@oracle.com>
Tue, 27 Feb 2024 01:57:16 +0000 (17:57 -0800)
committerSean Christopherson <seanjc@google.com>
Tue, 5 Mar 2024 21:31:20 +0000 (13:31 -0800)
commite9da6f08edb0bd4c621165496778d77a222e1174
treec110d45222dd21f40f2824959b684016e3211017
parent40e09b3ccfacc640d58e1e3d6b8f29b2db0a9848
KVM: selftests: Explicitly close guest_memfd files in some gmem tests

Explicitly close() guest_memfd files in various guest_memfd and
private_mem_conversions tests, there's no reason to keep the files open
until the test exits.

Fixes: 8a89efd43423 ("KVM: selftests: Add basic selftest for guest_memfd()")
Fixes: 43f623f350ce ("KVM: selftests: Add x86-only selftest for private memory conversions")
Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
Link: https://lore.kernel.org/r/20240227015716.27284-1-dongli.zhang@oracle.com
[sean: massage changelog]
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/guest_memfd_test.c
tools/testing/selftests/kvm/x86_64/private_mem_conversions_test.c