2017-06-29 08:56:11

by Naresh Kamboju

[permalink] [raw]
Subject: [PATCH] selftests/nsfs: create kconfig fragments

From: Naresh Kamboju <[email protected]>

Create a config fragment for nsfs to enable additional config options.
The config fragments can be used with the help of
scripts/kconfig/merge_config.sh.

Signed-off-by: Naresh Kamboju <[email protected]>
---
tools/testing/selftests/nsfs/config | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 tools/testing/selftests/nsfs/config

diff --git a/tools/testing/selftests/nsfs/config b/tools/testing/selftests/nsfs/config
new file mode 100644
index 000000000000..598d0a225fc9
--- /dev/null
+++ b/tools/testing/selftests/nsfs/config
@@ -0,0 +1,3 @@
+CONFIG_USER_NS=y
+CONFIG_UTS_NS=y
+CONFIG_PID_NS=y
--
2.13.0


2017-07-05 22:19:21

by Andrei Vagin

[permalink] [raw]
Subject: Re: [PATCH] selftests/nsfs: create kconfig fragments

On Thu, Jun 29, 2017 at 02:25:53PM +0530, [email protected] wrote:
> From: Naresh Kamboju <[email protected]>
>
> Create a config fragment for nsfs to enable additional config options.
> The config fragments can be used with the help of
> scripts/kconfig/merge_config.sh.
>

Acked-by: Andrei Vagin <[email protected]>

Thank you.

> Signed-off-by: Naresh Kamboju <[email protected]>
> ---
> tools/testing/selftests/nsfs/config | 3 +++
> 1 file changed, 3 insertions(+)
> create mode 100644 tools/testing/selftests/nsfs/config
>
> diff --git a/tools/testing/selftests/nsfs/config b/tools/testing/selftests/nsfs/config
> new file mode 100644
> index 000000000000..598d0a225fc9
> --- /dev/null
> +++ b/tools/testing/selftests/nsfs/config
> @@ -0,0 +1,3 @@
> +CONFIG_USER_NS=y
> +CONFIG_UTS_NS=y
> +CONFIG_PID_NS=y
> --
> 2.13.0
>

2017-07-26 16:37:17

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] selftests/nsfs: create kconfig fragments

On 07/05/2017 04:18 PM, Andrei Vagin wrote:
> On Thu, Jun 29, 2017 at 02:25:53PM +0530, [email protected] wrote:
>> From: Naresh Kamboju <[email protected]>
>>
>> Create a config fragment for nsfs to enable additional config options.
>> The config fragments can be used with the help of
>> scripts/kconfig/merge_config.sh.
>>
>
> Acked-by: Andrei Vagin <[email protected]>
>
> Thank you.
>

Applied to linux-kselftest next for 4.14-rc1.

thanks,
-- Shuah