projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee470e
)
selftests/sysctl: Make sysctl test driver as a module
author
Masami Hiramatsu
<mhiramat@kernel.org>
Thu, 28 May 2020 14:52:37 +0000
(23:52 +0900)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Tue, 2 Jun 2020 16:27:02 +0000
(10:27 -0600)
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
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/sysctl/config
b/tools/testing/selftests/sysctl/config
index 6ca14800d7553223db099ca4aecb3db2e7900583..fc263efd1fad519641ca005f7ff176bb006e849f 100644
(file)
--- a/
tools/testing/selftests/sysctl/config
+++ b/
tools/testing/selftests/sysctl/config
@@
-1
+1
@@
-CONFIG_TEST_SYSCTL=
y
+CONFIG_TEST_SYSCTL=
m