From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934238AbZHELVK (ORCPT ); Wed, 5 Aug 2009 07:21:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934147AbZHELVI (ORCPT ); Wed, 5 Aug 2009 07:21:08 -0400 Received: from mx2.redhat.com ([66.187.237.31]:41994 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934085AbZHELVG (ORCPT ); Wed, 5 Aug 2009 07:21:06 -0400 Date: Wed, 5 Aug 2009 07:20:10 -0400 From: Amerigo Wang To: linux-kernel@vger.kernel.org Cc: tony.luck@intel.com, linux-ia64@vger.kernel.org, Neil Horman , "Eric W. Biederman" , Amerigo Wang , akpm@linux-foundation.org, Ingo Molnar , Anton Vorontsov Message-Id: <20090805112230.6552.87209.sendpatchset@localhost.localdomain> In-Reply-To: <20090805112123.6552.73574.sendpatchset@localhost.localdomain> References: <20090805112123.6552.73574.sendpatchset@localhost.localdomain> Subject: [Patch 7/7] doc: update the kdump document Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update the document for kdump. Signed-off-by: WANG Cong --- Index: linux-2.6/Documentation/kdump/kdump.txt =================================================================== --- linux-2.6.orig/Documentation/kdump/kdump.txt +++ linux-2.6/Documentation/kdump/kdump.txt @@ -147,6 +147,15 @@ System kernel config options analysis tools require a vmlinux with debug symbols in order to read and analyze a dump file. +4) Enable "automatically reserve memory for kexec kernel" in + "Processor type and features." + + CONFIG_KEXEC_AUTO_RESERVE=y + + This will let you to use "crashkernel=auto", instead of specifying + numbers for "crashkernel=". Note, you need to have enough memory. + The threshold and reserved memory size are arch-dependent. + Dump-capture kernel config options (Arch Independent) ----------------------------------------------------- @@ -266,6 +275,13 @@ This would mean: 2) if the RAM size is between 512M and 2G (exclusive), then reserve 64M 3) if the RAM size is larger than 2G, then reserve 128M +Or you can use: + + crashkernel=auto + +if you have enough memory. The threshold is 4G, below which this won't work. +Also the automatically reserved memory size would be 128M on x86, 256M on +other platforms that have KEXEC. Boot into System Kernel