All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: memfd: add config fragment for fuse
@ 2018-02-06 22:20 ` 
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Díaz @ 2018-02-06 22:20 UTC (permalink / raw)
  To: shuahkh, linux-kselftest
  Cc: Anders Roxell, Daniel Díaz, Shuah Khan, open list

From: Anders Roxell <anders.roxell@linaro.org>

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

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Linux-kselftest-mirror] [PATCH] selftests: memfd: add config fragment for fuse
@ 2018-02-06 22:20 ` 
  0 siblings, 0 replies; 6+ messages in thread
From:  @ 2018-02-06 22:20 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

From: Anders Roxell <anders.roxell at linaro.org>

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

Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
Signed-off-by: Daniel Díaz <daniel.diaz at linaro.org>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Linux-kselftest-mirror] [PATCH] selftests: memfd: add config fragment for fuse
@ 2018-02-06 22:20 ` 
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Díaz @ 2018-02-06 22:20 UTC (permalink / raw)


From: Anders Roxell <anders.roxell@linaro.org>

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

Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
Signed-off-by: Daniel Díaz <daniel.diaz at linaro.org>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] selftests: memfd: add config fragment for fuse
  2018-02-06 22:20 ` 
  (?)
@ 2018-02-13 21:23   ` shuahkh
  -1 siblings, 0 replies; 6+ messages in thread
From: Shuah Khan @ 2018-02-13 21:23 UTC (permalink / raw)
  To: Daniel Díaz, linux-kselftest
  Cc: Anders Roxell, Shuah Khan, open list, Shuah Khan

On 02/06/2018 03:20 PM, Daniel Díaz wrote:
> From: Anders Roxell <anders.roxell@linaro.org>
> 
> The memfd test requires to insert the fuse module (CONFIG_FUSE_FS).
> 
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
> ---
>  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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] selftests: memfd: add config fragment for fuse
@ 2018-02-13 21:23   ` shuahkh
  0 siblings, 0 replies; 6+ messages in thread
From: shuahkh @ 2018-02-13 21:23 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 968 bytes --]

On 02/06/2018 03:20 PM, Daniel Díaz wrote:
> From: Anders Roxell <anders.roxell at linaro.org>
> 
> The memfd test requires to insert the fuse module (CONFIG_FUSE_FS).
> 
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
> Signed-off-by: Daniel Díaz <daniel.diaz at linaro.org>
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] selftests: memfd: add config fragment for fuse
@ 2018-02-13 21:23   ` shuahkh
  0 siblings, 0 replies; 6+ messages in thread
From: Shuah Khan @ 2018-02-13 21:23 UTC (permalink / raw)


On 02/06/2018 03:20 PM, Daniel Díaz wrote:
> From: Anders Roxell <anders.roxell at linaro.org>
> 
> The memfd test requires to insert the fuse module (CONFIG_FUSE_FS).
> 
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
> Signed-off-by: Daniel Díaz <daniel.diaz at linaro.org>
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-13 21:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-06 22:20 [PATCH] selftests: memfd: add config fragment for fuse Daniel Díaz
2018-02-06 22:20 ` [Linux-kselftest-mirror] " Daniel Díaz
2018-02-06 22:20 ` 
2018-02-13 21:23 ` Shuah Khan
2018-02-13 21:23   ` Shuah Khan
2018-02-13 21:23   ` shuahkh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.