From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: Out of order unwind entry warning Date: Mon, 02 Nov 2009 16:31:12 -0600 Message-ID: <1257201072.9933.2.camel@mulgrave.site> References: <20091102215027.07A81500F@hiauly1.hia.nrc.ca> <4AEF5B2D.7030906@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: John David Anglin , dave.anglin@nrc-cnrc.gc.ca, linux-parisc@vger.kernel.org, carlos@systemhalted.org, randolph@tausq.org To: Helge Deller Return-path: In-Reply-To: <4AEF5B2D.7030906@gmx.de> List-ID: List-Id: linux-parisc.vger.kernel.org On Mon, 2009-11-02 at 23:20 +0100, Helge Deller wrote: > On 11/02/2009 10:50 PM, John David Anglin wrote: > > sysfs: cannot create duplicate filename '/module/usbhid/sections/.text' > > ------------[ cut here ]------------ > > Badness at fs/sysfs/dir.c:487 > > Yes, this is known. > See here: > http://patchwork.kernel.org/patch/42190/ > Would be nice if this could get fixed. Actually, it is fixed; the patch is upstream as commit 1b364bf438cf337a3818aee77d68c0713f3e1fc4 The patch was designed to fix the panic that occurred. This warn on is coming out of the sysfs code when we try to register a duplicate section name. The panic that followed is what the patch fixed ... but we still get left with the warn on. James