From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1ILmXA-0002Ob-9g for user-mode-linux-devel@lists.sourceforge.net; Thu, 16 Aug 2007 14:05:36 -0700 Received: from saraswathi.solana.com ([198.99.130.12]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1ILmX8-0004C6-OV for user-mode-linux-devel@lists.sourceforge.net; Thu, 16 Aug 2007 14:05:36 -0700 Date: Thu, 16 Aug 2007 17:05:08 -0400 From: Jeff Dike Message-ID: <20070816210508.GA10559@c2.user-mode-linux.org> References: <20070816162428.GA8128@c2.user-mode-linux.org> <1187281856.2663.0.camel@laptopd505.fenrus.org> <20070816192639.GA8957@c2.user-mode-linux.org> <20070816200455.GA14424@uranus.ravnborg.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20070816200455.GA14424@uranus.ravnborg.org> Subject: Re: [uml-devel] [PATCH] UML - Add a .note.SuSE section 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: Sam Ravnborg Cc: Andrew Morton , uml-devel , Alberto Pires de Oliveira Neto , giedrius@su.lt, LKML , stable@kernel.org, Arjan van de Ven On Thu, Aug 16, 2007 at 10:04:55PM +0200, Sam Ravnborg wrote: > On Thu, Aug 16, 2007 at 03:26:39PM -0400, Jeff Dike wrote: > > > > The crash is in this section: > > > > __uml_setup_start = .; > > .uml.setup.init : { *(.uml.setup.init) } > > __uml_setup_end = .; > > This looks like a classic bug. > You wanted this: > .uml.setup.init : { > __uml_setup_start = .; > *(.uml.setup.init) > __uml_setup_end = .; > } Ooh, this sounds promising, thanks. Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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 S1752731AbXHPVHZ (ORCPT ); Thu, 16 Aug 2007 17:07:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757796AbXHPVHH (ORCPT ); Thu, 16 Aug 2007 17:07:07 -0400 Received: from saraswathi.solana.com ([198.99.130.12]:52474 "EHLO saraswathi.solana.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757762AbXHPVHF (ORCPT ); Thu, 16 Aug 2007 17:07:05 -0400 Date: Thu, 16 Aug 2007 17:05:08 -0400 From: Jeff Dike To: Sam Ravnborg Cc: Arjan van de Ven , Andrew Morton , stable@kernel.org, LKML , uml-devel , Alberto Pires de Oliveira Neto , giedrius@su.lt Subject: Re: [PATCH] UML - Add a .note.SuSE section Message-ID: <20070816210508.GA10559@c2.user-mode-linux.org> References: <20070816162428.GA8128@c2.user-mode-linux.org> <1187281856.2663.0.camel@laptopd505.fenrus.org> <20070816192639.GA8957@c2.user-mode-linux.org> <20070816200455.GA14424@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070816200455.GA14424@uranus.ravnborg.org> User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 16, 2007 at 10:04:55PM +0200, Sam Ravnborg wrote: > On Thu, Aug 16, 2007 at 03:26:39PM -0400, Jeff Dike wrote: > > > > The crash is in this section: > > > > __uml_setup_start = .; > > .uml.setup.init : { *(.uml.setup.init) } > > __uml_setup_end = .; > > This looks like a classic bug. > You wanted this: > .uml.setup.init : { > __uml_setup_start = .; > *(.uml.setup.init) > __uml_setup_end = .; > } Ooh, this sounds promising, thanks. Jeff -- Work email - jdike at linux dot intel dot com