Re: [PATCH for review] [43/145] i386: Redo semaphore and rwlock assembly helpers

From: Andi Kleen
Date: Sun Aug 13 2006 - 02:47:55 EST


On Sunday 13 August 2006 02:53, Andrew Morton wrote:
> On Thu, 10 Aug 2006 21:35:57 +0200 (CEST)
> Andi Kleen <ak@xxxxxxx> wrote:
>
> > - Move them to a pure assembly file. Previously they were in
> > a C file that only consisted of inline assembly. Doing it in pure
> > assembler is much nicer.
> > - Add a frame.i include with FRAME/ENDFRAME macros to easily
> > add frame pointers to assembly functions
> > - Add dwarf2 annotation to them so that the new dwarf2 unwinder
> > doesn't get stuck on them
> > [TBD: needs review from someone who knows more about CFA than me, e.g. Jan]
> > - Random cleanups
>
> This patch causes the below crash after some seconds of disk stresstesting.

I can't reproduce this with either LTP nor OraSim.
Also I looked over the patch and i can't see any mistakes.

Can you double check please?

-Andi


>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/