All of lore.kernel.org
 help / color / mirror / Atom feed
* Change CONFIG_DEVKMEM default value to n
@ 2016-10-07  2:04 Dave Young
  2016-10-07  3:57 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Young @ 2016-10-07  2:04 UTC (permalink / raw)
  To: Arnd Bergmann, Greg Kroah-Hartman; +Cc: Kees Cook, linux-kernel

Kconfig comment suggests setting it as "n" if in doubt thus move the
default value to 'n'.

Signed-off-by: Dave Young <dyoung@redhat.com>
Suggested-by: Kees Cook <keescook@chromium.org>
---
 drivers/char/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-x86.orig/drivers/char/Kconfig
+++ linux-x86/drivers/char/Kconfig
@@ -17,7 +17,7 @@ config DEVMEM
 
 config DEVKMEM
 	bool "/dev/kmem virtual device support"
-	default y
+	default n
 	help
 	  Say Y here if you want to support the /dev/kmem device. The
 	  /dev/kmem device is rarely used, but can be used for certain

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-10-10  5:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07  2:04 Change CONFIG_DEVKMEM default value to n Dave Young
2016-10-07  3:57 ` Greg Kroah-Hartman
2016-10-07 17:02   ` Kees Cook
2016-10-10  2:44   ` Dave Young
2016-10-10  2:50     ` Dave Young
2016-10-10  5:12       ` Greg Kroah-Hartman
2016-10-10  5:35         ` Dave Young

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.