From fee9f6d1b8df35ce4ec14a49f27a7d9e4e06fd57 Mon Sep 17 00:00:00 2001 From: Ralph Campbell Date: Wed, 22 Apr 2020 12:50:27 -0700 Subject: mm/hmm/test: add selftests for HMM Add some basic stand alone self tests for HMM. The test program and shell scripts use the test_hmm.ko driver to exercise HMM functionality in the kernel. Link: https://lore.kernel.org/r/20200422195028.3684-3-rcampbell@nvidia.com Signed-off-by: Ralph Campbell Signed-off-by: Jason Gunthorpe --- tools/testing/selftests/vm/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/testing/selftests/vm/config') diff --git a/tools/testing/selftests/vm/config b/tools/testing/selftests/vm/config index 93b90a9b1eeb..3ba674b64fa9 100644 --- a/tools/testing/selftests/vm/config +++ b/tools/testing/selftests/vm/config @@ -1,3 +1,5 @@ CONFIG_SYSVIPC=y CONFIG_USERFAULTFD=y CONFIG_TEST_VMALLOC=m +CONFIG_DEVICE_PRIVATE=y +CONFIG_TEST_HMM=m -- cgit v1.2.3