2018-02-06 22:22:24

by Daniel Díaz

[permalink] [raw]
Subject: [PATCH] selftests: memfd: add config fragment for fuse

From: Anders Roxell <[email protected]>

The memfd test requires to insert the fuse module (CONFIG_FUSE_FS).

Signed-off-by: Anders Roxell <[email protected]>
Signed-off-by: Daniel Díaz <[email protected]>
---
tools/testing/selftests/memfd/config | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/selftests/memfd/config

diff --git a/tools/testing/selftests/memfd/config b/tools/testing/selftests/memfd/config
new file mode 100644
index 0000000..835c7f4
--- /dev/null
+++ b/tools/testing/selftests/memfd/config
@@ -0,0 +1 @@
+CONFIG_FUSE_FS=m
--
2.7.4



2018-02-13 21:25:05

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] selftests: memfd: add config fragment for fuse

On 02/06/2018 03:20 PM, Daniel Díaz wrote:
> From: Anders Roxell <[email protected]>
>
> The memfd test requires to insert the fuse module (CONFIG_FUSE_FS).
>
> Signed-off-by: Anders Roxell <[email protected]>
> Signed-off-by: Daniel Díaz <[email protected]>
> ---
> tools/testing/selftests/memfd/config | 1 +
> 1 file changed, 1 insertion(+)
> create mode 100644 tools/testing/selftests/memfd/config
>
> diff --git a/tools/testing/selftests/memfd/config b/tools/testing/selftests/memfd/config
> new file mode 100644
> index 0000000..835c7f4
> --- /dev/null
> +++ b/tools/testing/selftests/memfd/config
> @@ -0,0 +1 @@
> +CONFIG_FUSE_FS=m
>


Thanks for the patch. Applied to linux-kselftest fixes for 4.16-rc3

thanks,
-- Shuah