]> Git Repo - linux.git/commitdiff
selftests/sysctl: Make sysctl test driver as a module
authorMasami Hiramatsu <[email protected]>
Thu, 28 May 2020 14:52:37 +0000 (23:52 +0900)
committerShuah Khan <[email protected]>
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 <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Reviewed-by: Luis Chamberlain <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
tools/testing/selftests/sysctl/config

index 6ca14800d7553223db099ca4aecb3db2e7900583..fc263efd1fad519641ca005f7ff176bb006e849f 100644 (file)
@@ -1 +1 @@
-CONFIG_TEST_SYSCTL=y
+CONFIG_TEST_SYSCTL=m
This page took 0.055014 seconds and 4 git commands to generate.