Skip to content

Commit d236505

Browse files
broonieoupton
authored andcommitted
KVM: selftests: Enable USERFAULTFD
The page_fault_test KVM selftest requires userfaultfd but the config fragment for the KVM selftests does not enable it, meaning that those tests are skipped in CI systems that rely on appropriate settings in the config fragments except on S/390 which happens to have it in defconfig. Enable the option in the config fragment so that the tests get run. Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: Sean Christopherson <seanjc@google.com> Link: https://lore.kernel.org/r/20230202-kvm-selftest-userfaultfd-v1-1-8186ac5a33a5@kernel.org Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
1 parent 6043829 commit d236505

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/testing/selftests/kvm

tools/testing/selftests/kvm/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_KVM=y
22
CONFIG_KVM_INTEL=y
33
CONFIG_KVM_AMD=y
4+
CONFIG_USERFAULTFD=y

0 commit comments

Comments
 (0)