The quilt patch titled Subject: fixup! selftests/mm: Add mseal test for no-discard madvise has been removed from the -mm tree. Its filename was selftests-mm-add-mseal-test-for-no-discard-madvise-fix.patch This patch was dropped because it was folded into selftests-mm-add-mseal-test-for-no-discard-madvise.patch ------------------------------------------------------ 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> Tested-by: Jeff Xu <jeffxu@xxxxxxxxxxxx> Reviewed-by: 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> --- 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 @@ -1764,7 +1764,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 selftests-mm-add-mseal-test-for-no-discard-madvise.patch mm-move-can_modify_vma-to-mm-vmah.patch mm-munmap-replace-can_modify_mm-with-can_modify_vma.patch mm-mprotect-replace-can_modify_mm-with-can_modify_vma.patch mm-mremap-replace-can_modify_mm-with-can_modify_vma.patch mseal-replace-can_modify_mm_madv-with-a-vma-variant.patch mm-remove-can_modify_mm.patch selftests-mm-add-more-mseal-traversal-tests.patch selftests-mm-add-more-mseal-traversal-tests-fix-2.patch