Re: [Xen-devel] Re: OOPS and panic on 2.6.29-rc1 on xen-x86

From: Ingo Molnar
Date: Tue Jan 13 2009 - 06:51:02 EST



* Christophe Saout <christophe@xxxxxxxx> wrote:

> Hi Bryan,
>
> > I've bisected the bug in question, and the faulty commit appears to be:
> > commit e97a630eb0f5b8b380fd67504de6cedebb489003
> > Author: Nick Piggin <npiggin@xxxxxxx>
> > Date: Tue Jan 6 14:39:19 2009 -0800
> >
> > mm: vmalloc use mutex for purge
> >
> > The vmalloc purge lock can be a mutex so we can sleep while a purge is
> > going on (purge involves a global kernel TLB invalidate, so it can take
> > quite a while).
> >
> > Signed-off-by: Nick Piggin <npiggin@xxxxxxx>
> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> >
> > The bug is easily reproducable by a kernel build on -j4 - it will
> > generally OOPS and panic before the build completes.
> > Also, I've tested it with ext3, and it still occurs, so it seems
> > unrelated to btrfs at least :)
>
> Nice!
>
> Reverting this also fixes the BUG() I was seeing when testing the Dom0
> patches on 2.6.29-rc1+tip. It just ran stable for an hour compiling
> gimp and playing music on my notebook (and then I had to leave).

okay - i've reverted it in tip/master so that testing can continue - but
the upstream fix (or revert) should be done via the MM folks.

Ingo
--
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/