linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/nsfs: create kconfig fragments
@ 2017-06-29  8:55 naresh.kamboju
  2017-07-05 22:18 ` Andrei Vagin
  0 siblings, 1 reply; 3+ messages in thread
From: naresh.kamboju @ 2017-06-29  8:55 UTC (permalink / raw)
  To: shuahkh, linux-kselftest; +Cc: linux-kernel, avagin

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

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

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

* Re: [PATCH] selftests/nsfs: create kconfig fragments
  2017-06-29  8:55 [PATCH] selftests/nsfs: create kconfig fragments naresh.kamboju
@ 2017-07-05 22:18 ` Andrei Vagin
  2017-07-26 16:37   ` Shuah Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Andrei Vagin @ 2017-07-05 22:18 UTC (permalink / raw)
  To: naresh.kamboju; +Cc: shuahkh, linux-kselftest, linux-kernel

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
> 

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

* Re: [PATCH] selftests/nsfs: create kconfig fragments
  2017-07-05 22:18 ` Andrei Vagin
@ 2017-07-26 16:37   ` Shuah Khan
  0 siblings, 0 replies; 3+ messages in thread
From: Shuah Khan @ 2017-07-26 16:37 UTC (permalink / raw)
  To: Andrei Vagin, naresh.kamboju
  Cc: linux-kselftest, linux-kernel, Shuah Khan, Shuah Khan

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

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

end of thread, other threads:[~2017-07-26 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29  8:55 [PATCH] selftests/nsfs: create kconfig fragments naresh.kamboju
2017-07-05 22:18 ` Andrei Vagin
2017-07-26 16:37   ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).