The patch titled Subject: selftests: add soft-dirty into run_vmtests.sh has been added to the -mm mm-unstable branch. Its filename is selftests-add-soft-dirty-into-run_vmtestssh.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/selftests-add-soft-dirty-into-run_vmtestssh.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Peter Xu <peterx@xxxxxxxxxx> Subject: selftests: add soft-dirty into run_vmtests.sh Date: Mon, 25 Jul 2022 10:20:48 -0400 Link: https://lkml.kernel.org/r/20220725142048.30450-4-peterx@xxxxxxxxxx Signed-off-by: Peter Xu <peterx@xxxxxxxxxx> Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> Cc: Andrea Arcangeli <aarcange@xxxxxxxxxx> Cc: Nadav Amit <nadav.amit@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/run_vmtests.sh | 2 ++ 1 file changed, 2 insertions(+) --- a/tools/testing/selftests/vm/run_vmtests.sh~selftests-add-soft-dirty-into-run_vmtestssh +++ a/tools/testing/selftests/vm/run_vmtests.sh @@ -190,4 +190,6 @@ then run_test ./protection_keys_64 fi +run_test ./soft-dirty + exit $exitcode _ Patches currently in -mm which might be from peterx@xxxxxxxxxx are mm-mprotect-fix-soft-dirty-check-in-can_change_pte_writable.patch selftests-soft-dirty-add-test-for-mprotect.patch selftests-add-soft-dirty-into-run_vmtestssh.patch