From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1KRGNp-0005c0-AK for user-mode-linux-devel@lists.sourceforge.net; Thu, 07 Aug 2008 18:03:09 -0700 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5] helo=grelber.thyrsus.com) by mail.sourceforge.net with esmtp (Exim 4.44) id 1KRGNo-0008BO-Sx for user-mode-linux-devel@lists.sourceforge.net; Thu, 07 Aug 2008 18:03:09 -0700 From: Rob Landley Date: Thu, 7 Aug 2008 20:02:56 -0500 References: <1214488251-20927-1-git-send-email-bhalevy@panasas.com> <48673A9B.8050907@panasas.com> <20080630162201.GC6643@c2.user-mode-linux.org> In-Reply-To: <20080630162201.GC6643@c2.user-mode-linux.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200808072002.57539.rob@landley.net> Subject: Re: [uml-devel] [PATCH] fix extern inline errors with gcc 4.3.0 List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: user-mode-linux-devel@lists.sourceforge.net Cc: Jeff Dike , Benny Halevy , linux-kernel@vger.kernel.org On Monday 30 June 2008 11:22:01 Jeff Dike wrote: > Uli reported a crash on x86_64 with gcc 4.1.2 with unit-at-a-time ... > If that crash does come back, I'd say we should just debug it. It's > likely UML implicitly relying on some gcc behavior anyway. Well, I'm seeing the crash in stock 2.6.26. For the moment I'm reverting http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=4f81c5350b44bcc501ab6f8a089b16d064b4d2f6 And then it runs fine. (With gcc 4.1.2, on x86-64.) Rob -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756731AbYHHBDU (ORCPT ); Thu, 7 Aug 2008 21:03:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752037AbYHHBDI (ORCPT ); Thu, 7 Aug 2008 21:03:08 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:48700 "EHLO grelber.thyrsus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751351AbYHHBDH (ORCPT ); Thu, 7 Aug 2008 21:03:07 -0400 From: Rob Landley Organization: Boundaries Unlimited To: user-mode-linux-devel@lists.sourceforge.net Subject: Re: [uml-devel] [PATCH] fix extern inline errors with gcc 4.3.0 Date: Thu, 7 Aug 2008 20:02:56 -0500 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: Jeff Dike , Benny Halevy , linux-kernel@vger.kernel.org References: <1214488251-20927-1-git-send-email-bhalevy@panasas.com> <48673A9B.8050907@panasas.com> <20080630162201.GC6643@c2.user-mode-linux.org> In-Reply-To: <20080630162201.GC6643@c2.user-mode-linux.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808072002.57539.rob@landley.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 30 June 2008 11:22:01 Jeff Dike wrote: > Uli reported a crash on x86_64 with gcc 4.1.2 with unit-at-a-time ... > If that crash does come back, I'd say we should just debug it. It's > likely UML implicitly relying on some gcc behavior anyway. Well, I'm seeing the crash in stock 2.6.26. For the moment I'm reverting http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=4f81c5350b44bcc501ab6f8a089b16d064b4d2f6 And then it runs fine. (With gcc 4.1.2, on x86-64.) Rob -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.