On 21.07.22 20:33, Peter Xu wrote: > Signed-off-by: Peter Xu <peterx@xxxxxxxxxx> > --- > 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@xxxxxxxxxx> -- Thanks, David / dhildenb