Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1677535
| From | naresh.kamboju@linaro.org |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] selftests/nsfs: create kconfig fragments |
| Date | 2017-06-29 11:00 +0200 |
| Message-ID | <tXDsS-5mR-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] selftests/nsfs: create kconfig fragments naresh.kamboju@linaro.org - 2017-06-29 11:00 +0200
csiph-web