diff mbox

selftests/nsfs: create kconfig fragments

Message ID 1498726553-22070-1-git-send-email-naresh.kamboju@linaro.org
State Accepted
Commit 9f5eb964c5ab59489d54daed83071f52181da64d
Headers show

Commit Message

Naresh Kamboju June 29, 2017, 8:55 a.m. UTC
From: Naresh Kamboju <naresh.kamboju@linaro.org>


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

---
 tools/testing/selftests/nsfs/config | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 tools/testing/selftests/nsfs/config

-- 
2.13.0

Comments

Andrei Vagin July 5, 2017, 10:18 p.m. UTC | #1
On Thu, Jun 29, 2017 at 02:25:53PM +0530, naresh.kamboju@linaro.org wrote:
> From: Naresh Kamboju <naresh.kamboju@linaro.org>

> 

> 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 <avagin@virtuozzo.com>


Thank you.

> Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>

> ---

>  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

>
Shuah Khan July 26, 2017, 4:37 p.m. UTC | #2
On 07/05/2017 04:18 PM, Andrei Vagin wrote:
> On Thu, Jun 29, 2017 at 02:25:53PM +0530, naresh.kamboju@linaro.org wrote:

>> From: Naresh Kamboju <naresh.kamboju@linaro.org>

>>

>> 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 <avagin@virtuozzo.com>

> 

> Thank you.

> 


Applied to linux-kselftest next for 4.14-rc1.

thanks,
-- Shuah
diff mbox

Patch

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