Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750944AbWHGDIb (ORCPT ); Sun, 6 Aug 2006 23:08:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750984AbWHGDIb (ORCPT ); Sun, 6 Aug 2006 23:08:31 -0400 Received: from ozlabs.org ([203.10.76.45]:50393 "EHLO ozlabs.org") by vger.kernel.org with ESMTP id S1750944AbWHGDIa (ORCPT ); Sun, 6 Aug 2006 23:08:30 -0400 Subject: Re: 2.6.18-rc3-mm2 early_param mem= fix From: Rusty Russell To: Andi Kleen Cc: Hugh Dickins , Andrew Morton , linux-kernel@vger.kernel.org, Len Brown In-Reply-To: <200608070455.44237.ak@suse.de> References: <1154919267.21647.7.camel@localhost.localdomain> <200608070455.44237.ak@suse.de> Content-Type: text/plain Date: Mon, 07 Aug 2006 13:08:26 +1000 Message-Id: <1154920106.21647.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1148 Lines: 35 On Mon, 2006-08-07 at 04:55 +0200, Andi Kleen wrote: > On Monday 07 August 2006 04:54, Rusty Russell wrote: > > On Sun, 2006-08-06 at 18:22 +0100, Hugh Dickins wrote: > > > but I wonder how many other early_param > > > "option=" args are wrong (e.g. "memmap=" in the same file): x86_64 > > > shows many such, i386 shows only one, I've not followed it up further. > > > > Thanks Hugh. > > > > Andrew, here's that i386 fix: > > I had already fixed that one and the x86-64 ones. > > But it still doesn't boot on x86-64 - gets into an endless loop > at boot. I'm suspecting the code can't deal with duplicated > prefixes. Works fine here: early_param("param", early_param1); early_param("param2", early_param2); I'm building an x86_64 kernel, and hoping it runs under qemu. If so, I'll find the problem... Thanks, Rusty. -- Help! Save Australia from the worst of the DMCA: http://linux.org.au/law - 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/