projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbec921
)
vmcore: it is not experimental any more
author
WANG Cong
<
[email protected]
>
Tue, 26 Oct 2010 21:21:21 +0000
(14:21 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 26 Oct 2010 23:52:05 +0000
(16:52 -0700)
We use vmcore in our production kernel for a long time, it is pretty
stable now. So I don't think we need to mark it as experimental any more.
Signed-off-by: WANG Cong <
[email protected]
>
Acked-by: Neil Horman <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/proc/Kconfig
patch
|
blob
|
history
diff --git
a/fs/proc/Kconfig
b/fs/proc/Kconfig
index 50f8f0600f0657d47de7081883f7dfe0fa460b69..6a0068841d96c00ef3b1bbc38182bf1db9b54f17 100644
(file)
--- a/
fs/proc/Kconfig
+++ b/
fs/proc/Kconfig
@@
-33,8
+33,8
@@
config PROC_KCORE
depends on PROC_FS && MMU
config PROC_VMCORE
-
bool "/proc/vmcore support (EXPERIMENTAL)
"
-
depends on PROC_FS && CRASH_DUMP
+
bool "/proc/vmcore support
"
+ depends on PROC_FS && CRASH_DUMP
default y
help
Exports the dump image of crashed kernel in ELF format.