From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759461AbYAKDNi (ORCPT ); Thu, 10 Jan 2008 22:13:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756313AbYAKDNb (ORCPT ); Thu, 10 Jan 2008 22:13:31 -0500 Received: from rv-out-0910.google.com ([209.85.198.187]:28486 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756233AbYAKDNa (ORCPT ); Thu, 10 Jan 2008 22:13:30 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m7SNK6xkkK6czMm4JbTXKk8YPbtt5dRap+pqb2xR2wlfGYRCL04w319/JgO+aV0Yarr2+EJzU1PbZZyUzkD5L5gGDCs4SZ2i938rwrWZnt1YVbekWqUMLYeJQ7O557UUgowDuieu2U805sh+0ffuSVj3RYVwiMBIihcNrXkMGEA= Message-ID: <86802c440801101913t4b0a667agf5a61c15eed4d2b6@mail.gmail.com> Date: Thu, 10 Jan 2008 19:13:29 -0800 From: "Yinghai Lu" To: "Christoph Lameter" Subject: Re: kexec fail Cc: "Eric W. Biederman" , LKML In-Reply-To: <86802c440801081436q166f3d2fp8686fff81aaa6921@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <86802c440801071837q1d6d63ewf095c9b497b33785@mail.gmail.com> <86802c440801080015g4e3abe86s53b8af11e0074eb6@mail.gmail.com> <86802c440801081436q166f3d2fp8686fff81aaa6921@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Jan 8, 2008 2:36 PM, Yinghai Lu wrote: > > On Jan 8, 2008 12:15 AM, Yinghai Lu wrote: > > > > On Jan 7, 2008 9:50 PM, Christoph Lameter wrote: > > > On Mon, 7 Jan 2008, Yinghai Lu wrote: > > > > > > > try to kexec 2.6.23 from RHEL 5.1, will get > > > > Your BIOS doesn't leave a aperture memory hole > > > > Please enable the IOMMU option in the BIOS setup > > > > This costs you 64 MB of RAM ======> reboot > > > > > > > > but 2.6.24-rc7 kexec 2.6.24-rc7 is ok. > > > > > > BUG in 2.6.23 kexec? > > > > > > > > > > yeah, that is more worse. it will cause reboot. > > > > change mem model from CONFIG_SPARSEMEM_MANUL to > CONFIG_DISCONTIGMEM_MANUAL it will work. find the cause. because two kernel has different addr for GART aper. and second kernel will put vmemmap in the GART set by first kernel. http://lkml.org/lkml/2008/1/10/517 YH