-
- Downloads
userfaultfd: selftest: combine all cases into a single executable
Currently, selftest for userfaultfd is compiled three times: for anonymous, shared and hugetlb memory. Let's combine all the cases into a single executable which will have a command line option for selection of the test type. Link: http://lkml.kernel.org/r/1490869741-5913-1-git-send-email-rppt@linux.vnet.ibm.com Signed-off-by:Mike Rapoport <rppt@linux.vnet.ibm.com> Reviewed-by:
Mike Kravetz <mike.kravetz@oracle.com> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- tools/testing/selftests/vm/Makefile 2 additions, 9 deletionstools/testing/selftests/vm/Makefile
- tools/testing/selftests/vm/run_vmtests 3 additions, 3 deletionstools/testing/selftests/vm/run_vmtests
- tools/testing/selftests/vm/userfaultfd.c 111 additions, 96 deletionstools/testing/selftests/vm/userfaultfd.c
Loading
Please register or sign in to comment