From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QtnJW-0007oZ-Cu for kexec@lists.infradead.org; Wed, 17 Aug 2011 21:06:15 +0000 Date: Wed, 17 Aug 2011 17:05:55 -0400 From: Vivek Goyal Subject: Re: [patch v3 3/8] kdump: Add size to elfcorehdr kernel parameter Message-ID: <20110817210554.GD14813@redhat.com> References: <20110812134849.748973593@linux.vnet.ibm.com> <20110812134907.325789470@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20110812134907.325789470@linux.vnet.ibm.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=twosheds.infradead.org@lists.infradead.org To: Michael Holzheu Cc: oomichi@mxs.nes.nec.co.jp, linux-s390@vger.kernel.org, mahesh@linux.vnet.ibm.com, heiko.carstens@de.ibm.com, linux-kernel@vger.kernel.org, hbabu@us.ibm.com, horms@verge.net.au, ebiederm@xmission.com, schwidefsky@de.ibm.com, kexec@lists.infradead.org On Fri, Aug 12, 2011 at 03:48:52PM +0200, Michael Holzheu wrote: > From: Michael Holzheu > > Currently only the address of the pre-allocated ELF header is passed with > the elfcorehdr= kernel parameter. In order to reserve memory for the header > in the 2nd kernel also the size is required. Current kdump architecture > backends use different methods to do that, e.g. x86 uses the memmap= kernel > parameter. On s390 there is no easy way to transfer this information. > Therefore the elfcorehdr kernel parameter is extended to also pass the size. > This now can also be used as standard mechanism by all future kdump > architecture backends. Michael, This version looks much better. A quick question. Who parses this elfcorehdr= parameter in s390 and how do we make sure these headers are not overwritten. Thanks Vivek _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec