On Wed, Aug 7, 2024 at 2:29 PM Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > > > The patch titled > Subject: fixup! selftests/mm: Add mseal test for no-discard madvise > has been added to the -mm mm-unstable branch. Its filename is > selftests-mm-add-mseal-test-for-no-discard-madvise-fix.patch > > This patch will shortly appear at > https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/selftests-mm-add-mseal-test-for-no-discard-madvise-fix.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: Pedro Falcato <pedro.falcato@xxxxxxxxx> > Subject: fixup! selftests/mm: Add mseal test for no-discard madvise > Date: Wed, 7 Aug 2024 21:37:24 +0100 > > Adjust the mseal test's plan. > > Link: https://lkml.kernel.org/r/20240807203724.2686144-1-pedro.falcato@xxxxxxxxx > Signed-off-by: Pedro Falcato <pedro.falcato@xxxxxxxxx> > Cc: Jeff Xu <jeffxu@xxxxxxxxxxxx> > Cc: Kees Cook <kees@xxxxxxxxxx> > Cc: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> > Cc: Shuah Khan <shuah@xxxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Tested-by: Jeff Xu <jeffxu@xxxxxxxxxxxx> Reviewed-by: Jeff Xu <jeffxu@xxxxxxxxxxxx> > --- > > tools/testing/selftests/mm/mseal_test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/tools/testing/selftests/mm/mseal_test.c~selftests-mm-add-mseal-test-for-no-discard-madvise-fix > +++ a/tools/testing/selftests/mm/mseal_test.c > @@ -1775,7 +1775,7 @@ int main(int argc, char **argv) > if (!pkey_supported()) > ksft_print_msg("PKEY not supported\n"); > > - ksft_set_plan(80); > + ksft_set_plan(82); > > test_seal_addseal(); > test_seal_unmapped_start(); > _ > > Patches currently in -mm which might be from pedro.falcato@xxxxxxxxx are > > mseal-fix-is_madv_discard.patch > selftests-mm-add-mseal-test-for-no-discard-madvise.patch > selftests-mm-add-mseal-test-for-no-discard-madvise-fix.patch >