From: Anders Roxell Date: Tue, 6 Feb 2018 22:20:44 +0000 (-0600) Subject: selftests: memfd: add config fragment for fuse X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b2f5d98f3300b4035a700fb1cfdb5e07cc2b45bf;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git selftests: memfd: add config fragment for fuse [ Upstream commit 9a606f8d55cfc932ec02172aaed4124fdc150047 ] The memfd test requires to insert the fuse module (CONFIG_FUSE_FS). Signed-off-by: Anders Roxell Signed-off-by: Daniel Díaz Signed-off-by: Shuah Khan Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/tools/testing/selftests/memfd/config b/tools/testing/selftests/memfd/config new file mode 100644 index 000000000000..835c7f4dadcd --- /dev/null +++ b/tools/testing/selftests/memfd/config @@ -0,0 +1 @@ +CONFIG_FUSE_FS=m