From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from cantor2.suse.de ([195.135.220.15] helo=mx2.suse.de) by bombadil.infradead.org with esmtps (Exim 4.68 #1 (Red Hat Linux)) id 1KJmcj-00077Z-6c for kexec@lists.infradead.org; Fri, 18 Jul 2008 09:51:37 +0000 Date: Fri, 18 Jul 2008 11:52:13 +0200 From: Bernhard Walle Subject: Re: [PATCH] x86: Move crashkernel reservation before dma32_reserve_bootmem() Message-ID: <20080718115213.3c87f8f8@halley.suse.de> In-Reply-To: <86802c440807171550t360a2a76mddb9ae45c7e9f4fb@mail.gmail.com> References: <1216332945-17197-1-git-send-email-bwalle@suse.de> <86802c440807171550t360a2a76mddb9ae45c7e9f4fb@mail.gmail.com> Mime-Version: 1.0 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=infradead.org@lists.infradead.org To: Yinghai Lu Cc: akpm@linux-foundation.org, x86@kernel.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, vgoyal@redhat.com * Yinghai Lu [2008-07-17 15:50]: > > > + /* > > + * dma32_reserve_bootmem() allocates bootmem which may conflict > > + * with the crashkernel command line, so do that before > > + */ > > + reserve_crashkernel(); > > + > > #ifdef CONFIG_X86_64 > > dma32_reserve_bootmem(); > > #endif > > @@ -808,7 +814,6 @@ void __init setup_arch(char **cmdline_p) > > */ > > find_smp_config(); > > #endif > > - reserve_crashkernel(); > > > > reserve_ibft_region(); > > Joe Jin already had another one to move dma32_reserve_bootmem later Commit id? Current status? Bernhard -- Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756576AbYGRJvq (ORCPT ); Fri, 18 Jul 2008 05:51:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754364AbYGRJvh (ORCPT ); Fri, 18 Jul 2008 05:51:37 -0400 Received: from mx2.suse.de ([195.135.220.15]:37479 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753698AbYGRJvg (ORCPT ); Fri, 18 Jul 2008 05:51:36 -0400 Date: Fri, 18 Jul 2008 11:52:13 +0200 From: Bernhard Walle To: "Yinghai Lu" Cc: akpm@linux-foundation.org, x86@kernel.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, vgoyal@redhat.com Subject: Re: [PATCH] x86: Move crashkernel reservation before dma32_reserve_bootmem() Message-ID: <20080718115213.3c87f8f8@halley.suse.de> In-Reply-To: <86802c440807171550t360a2a76mddb9ae45c7e9f4fb@mail.gmail.com> References: <1216332945-17197-1-git-send-email-bwalle@suse.de> <86802c440807171550t360a2a76mddb9ae45c7e9f4fb@mail.gmail.com> Organization: SUSE Linux Products GmbH X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.9; x86_64-suse-linux-gnu) X-Face: ,G!z)dEOMkc[Cu+sF64,T9^5r3b>/}#HBRL%D^j@\SZbr'Itl7q@1<*dgB?A7(_leO1Tc4^ D*WfvfwKcz;,@E^y+pNP%86n8o<&g-vToCXW:r>Y$jxY,`KT?{H!07=2|Jdt?0ba^C-Tnx50vIV8It vi&Sicl:sj`k2`y)E;ECFi;i7W-?t3%\kD*));q)+%-pQd^.r'W}oBBx=+.~Gu}&F;lS7.a-m>Rv"w pe`D'OV^?HJd$-)7<2T[naDPl6+bAj'+UYd]u]B^'.LYK$2jS Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Yinghai Lu [2008-07-17 15:50]: > > > + /* > > + * dma32_reserve_bootmem() allocates bootmem which may conflict > > + * with the crashkernel command line, so do that before > > + */ > > + reserve_crashkernel(); > > + > > #ifdef CONFIG_X86_64 > > dma32_reserve_bootmem(); > > #endif > > @@ -808,7 +814,6 @@ void __init setup_arch(char **cmdline_p) > > */ > > find_smp_config(); > > #endif > > - reserve_crashkernel(); > > > > reserve_ibft_region(); > > Joe Jin already had another one to move dma32_reserve_bootmem later Commit id? Current status? Bernhard -- Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development