Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030782AbWI0Uf4 (ORCPT ); Wed, 27 Sep 2006 16:35:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030785AbWI0Ufz (ORCPT ); Wed, 27 Sep 2006 16:35:55 -0400 Received: from smtp.osdl.org ([65.172.181.4]:45286 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1030780AbWI0Ufy (ORCPT ); Wed, 27 Sep 2006 16:35:54 -0400 Date: Wed, 27 Sep 2006 13:35:47 -0700 (PDT) From: Linus Torvalds To: Andi Kleen cc: Kyle McMartin , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, akpm@osdl.org Subject: Re: [BUG] Oops on boot (probably ACPI related) In-Reply-To: Message-ID: References: <200609271424.47824.eike-kernel@sf-tec.de> <20060927184037.GA3306@athena.road.mcmartin.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1510 Lines: 41 On Wed, 27 Sep 2006, Linus Torvalds wrote: > > On Wed, 27 Sep 2006, Andi Kleen wrote: > > > > I expect this patch to fix it. > > Andrew, Kyle, can you verify? Not that it really matters. Andi sure as hell pinpointed a real problem with the new and broken inline asm. That's almost certainly the bug that crept in during the recent rewrite. HOWEVER, now that I look more closely at the rewrite, I'm really wondering whether the rewrite was worth it at all. It generates smaller code, but at the expense of - the actual cache-footprint is bigger - the branch will now be mis-predicted by default Since the "smaller code" really only tends to matter from a cache usage standpoint, I don't know if I'm at all convinced. The fact that rewinders have problems is fairly immaterial. Maybe we should just take this as a hint that all the stupid rewinding code was wrong in the first place, and we should stop doing that? We can go back to just printing out our stacktrace guesses, that has worked for us for a long time, and the stack unwinding simply looks _fundamentally_ flawed. So I have a real urge to just revert that change anyway. Are there any _real_ advantages to this broken unwinding code that has had more bugs that Windows XP? Linus - 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/