mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + selftests-memfd-add-run_fuse_testsh-to-test_files.patch added to -mm tree
@ 2018-02-08 20:36 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2018-02-08 20:36 UTC (permalink / raw)
  To: anders.roxell, daniel.diaz, shuah, mm-commits


The patch titled
     Subject: selftests/memfd: add run_fuse_test.sh to TEST_FILES
has been added to the -mm tree.  Its filename is
     selftests-memfd-add-run_fuse_testsh-to-test_files.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/selftests-memfd-add-run_fuse_testsh-to-test_files.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/selftests-memfd-add-run_fuse_testsh-to-test_files.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/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Anders Roxell <anders.roxell@linaro.org>
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@linaro.org
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@linaro.org are

selftests-memfd-add-run_fuse_testsh-to-test_files.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-08 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-08 20:36 + selftests-memfd-add-run_fuse_testsh-to-test_files.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).