The patch titled Subject: selftests/memfd: add run_fuse_test.sh to TEST_FILES has been removed from the -mm tree. Its filename was selftests-memfd-add-run_fuse_testsh-to-test_files.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Anders Roxell <anders.roxell@xxxxxxxxxx> Subject: selftests/memfd: add run_fuse_test.sh to TEST_FILES While testing memfd tests, there is a missing script, as reported by kselftest: ./run_tests.sh: line 7: ./run_fuse_test.sh: No such file or directory Link: http://lkml.kernel.org/r/1517955779-11386-1-git-send-email-daniel.diaz@xxxxxxxxxx Signed-off-by: Anders Roxell <anders.roxell@xxxxxxxxxx> Signed-off-by: Daniel Díaz <daniel.diaz@xxxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/memfd/Makefile | 1 + 1 file changed, 1 insertion(+) diff -puN tools/testing/selftests/memfd/Makefile~selftests-memfd-add-run_fuse_testsh-to-test_files tools/testing/selftests/memfd/Makefile --- a/tools/testing/selftests/memfd/Makefile~selftests-memfd-add-run_fuse_testsh-to-test_files +++ a/tools/testing/selftests/memfd/Makefile @@ -5,6 +5,7 @@ CFLAGS += -I../../../../include/ CFLAGS += -I../../../../usr/include/ TEST_PROGS := run_tests.sh +TEST_FILES := run_fuse_test.sh TEST_GEN_FILES := memfd_test fuse_mnt fuse_test fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags) _ Patches currently in -mm which might be from anders.roxell@xxxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html