Drop CONFIG_DEBUG_KERNEL from kspp-recommendations.config
authorAlexander Popov <alex.popov@linux.com>
Fri, 22 Jun 2018 12:34:23 +0000 (15:34 +0300)
committerAlexander Popov <alex.popov@linux.com>
Fri, 22 Jun 2018 12:34:23 +0000 (15:34 +0300)
It is needed only for kernels prior to v4.11 (Kees has updated the wiki)

kspp-recommendations.config

index 61fba2b054e933d5fcc62ed5bccbc78968fc03b7..d2283b467964c71bda0f8f05005f9cb5028b630e 100644 (file)
@@ -4,7 +4,6 @@
 CONFIG_BUG=y
 
 # Make sure kernel page tables have safe permissions.
-CONFIG_DEBUG_KERNEL=y
 CONFIG_STRICT_KERNEL_RWX=y
 
 # Report any dangerous memory permissions (not available on all archs).