The patch titled Subject: selftests-mm-mseal-self_elf-factor-out-test-macros-and-other-duplicated-items-fix has been added to the -mm mm-unstable branch. Its filename is selftests-mm-mseal-self_elf-factor-out-test-macros-and-other-duplicated-items-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-mseal-self_elf-factor-out-test-macros-and-other-duplicated-items-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: John Hubbard <jhubbard@xxxxxxxxxx> Subject: selftests-mm-mseal-self_elf-factor-out-test-macros-and-other-duplicated-items-fix Date: Tue, 18 Jun 2024 13:17:45 -0700 include the new mseal_helpers.h in Makefile dependencies Link: https://lkml.kernel.org/r/01685978-f6b1-4c24-8397-22cd3c24b91a@xxxxxxxxxx Signed-off-by: John Hubbard <jhubbard@xxxxxxxxxx> Cc: Andrei Vagin <avagin@xxxxxxxxxx> Cc: Axel Rasmussen <axelrasmussen@xxxxxxxxxx> Cc: Christian Brauner <brauner@xxxxxxxxxx> Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: Jeff Xu <jeffxu@xxxxxxxxxxxx> Cc: Kees Cook <kees@xxxxxxxxxx> Cc: Kent Overstreet <kent.overstreet@xxxxxxxxx> Cc: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> Cc: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx> Cc: Peter Xu <peterx@xxxxxxxxxx> Cc: Rich Felker <dalias@xxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/mm/Makefile | 1 + 1 file changed, 1 insertion(+) --- a/tools/testing/selftests/mm/Makefile~selftests-mm-mseal-self_elf-factor-out-test-macros-and-other-duplicated-items-fix +++ a/tools/testing/selftests/mm/Makefile @@ -2,6 +2,7 @@ # Makefile for mm selftests LOCAL_HDRS += $(selfdir)/mm/local_config.h $(top_srcdir)/mm/gup_test.h +LOCAL_HDRS += $(selfdir)/mm/mseal_helpers.h include local_config.mk _ Patches currently in -mm which might be from jhubbard@xxxxxxxxxx are selftests-mm-mseal-self_elf-fix-missing-__nr_mseal.patch selftests-mm-mseal-self_elf-factor-out-test-macros-and-other-duplicated-items.patch selftests-mm-mseal-self_elf-factor-out-test-macros-and-other-duplicated-items-fix.patch selftests-mm-mseal-self_elf-rename-test_end_check-to-report_test_pass.patch selftests-mm-fix-vm_utilc-build-failures-add-snapshot-of-fsh.patch selftests-mm-kvm-mdwe-fixes-to-avoid-requiring-make-headers.patch selftests-mm-remove-local-__nr_-definitions.patch selftests-mqueue-fix-5-warnings-about-signed-unsigned-mismatches.patch