[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070816210508.GA10559@c2.user-mode-linux.org>
Date: Thu, 16 Aug 2007 17:05:08 -0400
From: Jeff Dike <jdike@...toit.com>
To: Sam Ravnborg <sam@...nborg.org>
Cc: Arjan van de Ven <arjan@...radead.org>,
Andrew Morton <akpm@...l.org>, stable@...nel.org,
LKML <linux-kernel@...r.kernel.org>,
uml-devel <user-mode-linux-devel@...ts.sourceforge.net>,
Alberto Pires de Oliveira Neto <apon1@...ra.com.br>,
giedrius@...lt
Subject: Re: [PATCH] UML - Add a .note.SuSE section
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists