All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Move CONFIG_DEVKMEM default to n
@ 2016-10-10  5:34 Dave Young
  0 siblings, 0 replies; only message in thread
From: Dave Young @ 2016-10-10  5:34 UTC (permalink / raw
  To: Greg Kroah-Hartman; +Cc: Arnd Bergmann, 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>
---
Greg: drop the "default" line will set the default as n
 drivers/char/Kconfig |    1 -
 1 file changed, 1 deletion(-)

--- linux-x86.orig/drivers/char/Kconfig
+++ linux-x86/drivers/char/Kconfig
@@ -17,7 +17,6 @@ config DEVMEM
 
 config DEVKMEM
 	bool "/dev/kmem virtual device support"
-	default y
 	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] only message in thread

only message in thread, other threads:[~2016-10-10  5:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-10  5:34 [PATCH v2] Move CONFIG_DEVKMEM default to n 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.