projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71082f
)
Move CONFIG_DEVKMEM default to n
author
Dave Young
<dyoung@redhat.com>
Mon, 10 Oct 2016 05:34:33 +0000
(13:34 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 28 Oct 2016 12:23:03 +0000
(08:23 -0400)
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/Kconfig
b/drivers/char/Kconfig
index dcc09739a54ef860343ac2fca5acf59724ca60e2..dc4f35ad19d0601e86327901822c97c7cdcc8747 100644
(file)
--- a/
drivers/char/Kconfig
+++ b/
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