aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mincore/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-08-07selftests: add mincore() testsRicardo Cañuelo1-0/+6
Add a test suite for the mincore() syscall. It tests most of its use cases as well as its interface. Tests implemented: - basic interface test - behavior on anonymous mappings - behavior on anonymous mappings with huge tlb pages - file-backed mapping with a regular file - file-backed mapping with a tmpfs file Signed-off-by: Ricardo Cañuelo <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>