The patch titled Subject: secretmem-test-add-basic-selftest-for-memfd_secret2-fix has been added to the -mm tree. Its filename is secretmem-test-add-basic-selftest-for-memfd_secret2-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/secretmem-test-add-basic-selftest-for-memfd_secret2-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/secretmem-test-add-basic-selftest-for-memfd_secret2-fix.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: John Hubbard <jhubbard@xxxxxxxxxx> Subject: secretmem-test-add-basic-selftest-for-memfd_secret2-fix fix build Link: https://lkml.kernel.org/r/248f928b-1383-48ea-8584-ec10146e60c9@xxxxxxxxxx Cc: Mike Rapoport <rppt@xxxxxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/memfd_secret.c | 2 -- 1 file changed, 2 deletions(-) --- a/tools/testing/selftests/vm/memfd_secret.c~secretmem-test-add-basic-selftest-for-memfd_secret2-fix +++ a/tools/testing/selftests/vm/memfd_secret.c @@ -29,8 +29,6 @@ #ifdef __NR_memfd_secret -#include <linux/secretmem.h> - #define PATTERN 0x55 static const int prot = PROT_READ | PROT_WRITE; _ Patches currently in -mm which might be from jhubbard@xxxxxxxxxx are mm-gup_benchmark-rename-to-mm-gup_test.patch selftests-vm-use-a-common-gup_testh.patch selftests-vm-rename-run_vmtests-run_vmtestssh.patch selftests-vm-minor-cleanup-makefile-and-gup_testc.patch selftests-vm-only-some-gup_test-items-are-really-benchmarks.patch selftests-vm-gup_test-introduce-the-dump_pages-sub-test.patch selftests-vm-run_vmtestssh-update-and-clean-up-gup_test-invocation.patch selftests-vm-hmm-tests-remove-the-libhugetlbfs-dependency.patch selftests-vm-2x-speedup-for-run_vmtestssh.patch mm-cleanup-remove-unused-tsk-arg-from-__access_remote_vm.patch secretmem-test-add-basic-selftest-for-memfd_secret2-fix.patch