Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759810AbXIIVJr (ORCPT ); Sun, 9 Sep 2007 17:09:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759183AbXIIVJi (ORCPT ); Sun, 9 Sep 2007 17:09:38 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:46540 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758772AbXIIVJh (ORCPT ); Sun, 9 Sep 2007 17:09:37 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Bernhard Walle Cc: Yinghai Lu , Vivek Goyal , linux-arch@vger.kernel.org, discuss@x86-64.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [discuss] [patch 3/5] Use extended crashkernel command line on x86_64 References: <20070909083914.065380136@strauss.suse.de> <20070909083914.951336895@strauss.suse.de> <86802c440709091027o32a63d11w629bad87abcc19c2@mail.gmail.com> <20070909185257.GA10600@suse.de> Date: Sun, 09 Sep 2007 15:06:55 -0600 In-Reply-To: <20070909185257.GA10600@suse.de> (Bernhard Walle's message of "Sun, 9 Sep 2007 20:52:58 +0200") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 924 Lines: 28 Bernhard Walle writes: > * Yinghai Lu [2007-09-09 19:27]: >> > >> > +#ifdef CONFIG_KEXEC >> ... >> >> CONFIG_KEXEC or CONFIG_CRASH_DUMP? > > Good question. The crashkernel parameter was CONFIG_KEXEC before, and > I also wondered why, but I didn't change this because maybe there's > some reason I don't know. > > Vivek, do you know why this was CONFIG_KEXEC? Probably because you use it in the primary kernel you use it. The option reserves an area of memory for the kernel we switch to on panic or another kernel crash. Generally CONFIG_CRASH_DUMP seems to be about the options needed to read out the crash dump after the fact. Eric - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/