Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/nsfs: create kconfig fragments

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>
Acked-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>

authored by

Naresh Kamboju and committed by
Shuah Khan
9f5eb964 5771a8c0

+3
+3
tools/testing/selftests/nsfs/config
··· 1 + CONFIG_USER_NS=y 2 + CONFIG_UTS_NS=y 3 + CONFIG_PID_NS=y