Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265248AbUAYVrJ (ORCPT ); Sun, 25 Jan 2004 16:47:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265252AbUAYVrJ (ORCPT ); Sun, 25 Jan 2004 16:47:09 -0500 Received: from colin2.muc.de ([193.149.48.15]:6673 "HELO colin2.muc.de") by vger.kernel.org with SMTP id S265248AbUAYVrC (ORCPT ); Sun, 25 Jan 2004 16:47:02 -0500 Date: 25 Jan 2004 22:45:15 +0100 Date: Sun, 25 Jan 2004 22:45:15 +0100 From: Andi Kleen To: John Stoffel Cc: Andi Kleen , Valdis.Kletnieks@vt.edu, Adrian Bunk , Fabio Coatti , Andrew Morton , Eric , linux-kernel@vger.kernel.org Subject: Re: [patch] Re: Kernels > 2.6.1-mm3 do not boot. - SOLVED Message-ID: <20040125214515.GA28576@colin2.muc.de> References: <200401251639.56799.cova@ferrara.linux.it> <20040125162122.GJ513@fs.tum.de> <200401251811.27890.cova@ferrara.linux.it> <20040125173048.GL513@fs.tum.de> <20040125174837.GB16962@colin2.muc.de> <200401251800.i0PI0SmV001246@turing-police.cc.vt.edu> <20040125191232.GC16962@colin2.muc.de> <16404.9520.764788.21497@gargle.gargle.HOWL> <20040125202557.GD16962@colin2.muc.de> <16404.10496.50601.268391@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16404.10496.50601.268391@gargle.gargle.HOWL> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1561 Lines: 43 On Sun, Jan 25, 2004 at 03:37:20PM -0500, John Stoffel wrote: > > > Andi> On Sun, Jan 25, 2004 at 03:21:04PM -0500, John Stoffel wrote: > >> > Andi> The latest bk tree (post 2.6.2rc1) has a full solution that > Andi> should cover all architectures. > >> > >> Can you post your patch please? I've been running into this too. I'm > >> compiling 2.6.2-rc1-mm3 right now after having commented out the > > Andi> It should be in there already. > > It's not in there, since my Makefile had the -funit-at-a-time stuff, > which I've now commented out. Still compiling, and waiting to do > areboot to test it out. I meant the patch to sort the exception tables, which fixes the only problem I know that unit-at-a-time triggered on i386 > > >> -funit-at-a-time in Makefile. I'm running gcc 3.3.3 on Debian with > >> the stable/unstable/testing branches. > > Andi> Did you actually have problems? > > Sure, the darn thing wouldn't boot, it kept Oopsing with the > test_wp_bit oops (that I just posted more details about). Looks like the sort extable patch was missing. Are you 100% sure you booted the right kernel? 2.6.2-rc1 has Paul Mackerras' generalized sort extable patch already. I just booted an 2.6.2-rc1-mm3 kernel compiled with an -funit-at-a-time capable gcc 3 and it worked just fine. -Andi - 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/