diff options
author | Peter Xu <peterx@redhat.com> | 2022-07-25 16:20:48 +0200 |
---|---|---|
committer | akpm <akpm@linux-foundation.org> | 2022-07-30 03:07:18 +0200 |
commit | 68deb82a7bfcf67c6491c2387215e038b525475f (patch) | |
tree | a79db702b5a4f2ec94369e012d45ccfd205e6c2d /tools/testing/selftests/vm/run_vmtests.sh | |
parent | selftests: soft-dirty: add test for mprotect (diff) | |
download | linux-68deb82a7bfcf67c6491c2387215e038b525475f.tar.xz linux-68deb82a7bfcf67c6491c2387215e038b525475f.zip |
selftests: add soft-dirty into run_vmtests.sh
Link: https://lkml.kernel.org/r/20220725142048.30450-4-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Nadav Amit <nadav.amit@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/vm/run_vmtests.sh')
-rwxr-xr-x | tools/testing/selftests/vm/run_vmtests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |