Skip to content

Commit 382561a

Browse files
mhiramatshuahkh
authored andcommitted
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 <[email protected]> Reviewed-by: Kees Cook <[email protected]> Reviewed-by: Luis Chamberlain <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent eee470e commit 382561a

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/sysctl

1 file changed

+1
-1
lines changed

tools/testing/selftests/sysctl/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_TEST_SYSCTL=y
1+
CONFIG_TEST_SYSCTL=m

0 commit comments

Comments
 (0)