selftests/sysctl: Make sysctl test driver as a module
authorMasami Hiramatsu <mhiramat@kernel.org>
Thu, 28 May 2020 14:52:37 +0000 (23:52 +0900)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 2 Jun 2020 16:27:02 +0000 (10:27 -0600)
commit382561a0f11c4995d48ab82670412f8d6c418430
tree155ca98b7d7688a04da4ded48fd26a52e52c666e
parenteee470e0739a9d8e29460f6d355cefa1c9a0384a
selftests/sysctl: Make sysctl test driver as a module

Fix config file to require CONFIG_TEST_SYSCTL=m instead of y
because this driver introduces a test sysctl interfaces which
are normally not used, and only used for the selftest.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/sysctl/config