Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peter Xu and committed by
akpm
68deb82a c942f5bd

+2
+2
tools/testing/selftests/vm/run_vmtests.sh
··· 190 190 run_test ./protection_keys_64 191 191 fi 192 192 193 + run_test ./soft-dirty 194 + 193 195 exit $exitcode