Message ID | 20220721183338.27871-4-peterx@redhat.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | mm/mprotect: Fix soft-dirty checks | expand |
On 21.07.22 20:33, Peter Xu wrote: > Signed-off-by: Peter Xu <peterx@redhat.com> > --- > tools/testing/selftests/vm/run_vmtests.sh | 2 ++ > 1 file changed, 2 insertions(+) > > 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 Reviewed-by: David Hildenbrand <david@redhat.com>
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
Signed-off-by: Peter Xu <peterx@redhat.com> --- tools/testing/selftests/vm/run_vmtests.sh | 2 ++ 1 file changed, 2 insertions(+)