diff mbox series

[v4,3/3] selftests: Add soft-dirty into run_vmtests.sh

Message ID 20220725142048.30450-4-peterx@redhat.com (mailing list archive)
State New
Headers show
Series mm/mprotect: Fix soft-dirty checks | expand

Commit Message

Peter Xu July 25, 2022, 2:20 p.m. UTC
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
---
 tools/testing/selftests/vm/run_vmtests.sh | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/tools/testing/selftests/vm/run_vmtests.sh b/tools/testing/selftests/vm/run_vmtests.sh
index 2af563a9652e..de86983b8a0f 100755
--- a/tools/testing/selftests/vm/run_vmtests.sh
+++ b/tools/testing/selftests/vm/run_vmtests.sh
@@ -190,4 +190,6 @@  then
 	run_test ./protection_keys_64
 fi
 
+run_test ./soft-dirty
+
 exit $exitcode