Re: [PATCH 4/4] selftests/sysctl: Make sysctl test driver as a module

2020-06-01 Thread Luis Chamberlain
On Thu, May 28, 2020 at 11:52:37PM +0900, Masami Hiramatsu wrote:
> 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 

Reviewed-by: Luis Chamberlain 

  Luis


Re: [PATCH 4/4] selftests/sysctl: Make sysctl test driver as a module

2020-05-28 Thread Kees Cook
On Thu, May 28, 2020 at 11:52:37PM +0900, Masami Hiramatsu wrote:
> 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 

Reviewed-by: Kees Cook 

-- 
Kees Cook


[PATCH 4/4] selftests/sysctl: Make sysctl test driver as a module

2020-05-28 Thread Masami Hiramatsu
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 
---
 tools/testing/selftests/sysctl/config |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/sysctl/config 
b/tools/testing/selftests/sysctl/config
index 6ca14800d755..fc263efd1fad 100644
--- a/tools/testing/selftests/sysctl/config
+++ b/tools/testing/selftests/sysctl/config
@@ -1 +1 @@
-CONFIG_TEST_SYSCTL=y
+CONFIG_TEST_SYSCTL=m