mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00:00
vmcore: it is not experimental any more
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>
This commit is contained in:
parent
dbec921370
commit
a4f7326da2
@ -33,8 +33,8 @@ config PROC_KCORE
|
|||||||
depends on PROC_FS && MMU
|
depends on PROC_FS && MMU
|
||||||
|
|
||||||
config PROC_VMCORE
|
config PROC_VMCORE
|
||||||
bool "/proc/vmcore support (EXPERIMENTAL)"
|
bool "/proc/vmcore support"
|
||||||
depends on PROC_FS && CRASH_DUMP
|
depends on PROC_FS && CRASH_DUMP
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Exports the dump image of crashed kernel in ELF format.
|
Exports the dump image of crashed kernel in ELF format.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user