Skip to content

Commit

Permalink
vmcore: it is not experimental any more
Browse files Browse the repository at this point in the history
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 <xiyou.wangcong@gmail.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
WANG Cong authored and Linus Torvalds committed Oct 26, 2010
1 parent dbec921 commit a4f7326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/proc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a4f7326

Please sign in to comment.