[REGRESSION] nfsd crashing with 3.6.0-rc7 on PowerPC

Linus Torvalds torvalds at linux-foundation.org
Fri Sep 28 12:04:32 EST 2012


On Thu, Sep 27, 2012 at 6:55 PM, Alexander Graf <agraf at suse.de> wrote:
>
> Below are OOPS excerpts from different rc's I tried. All of them crashed - all the way up to current Linus' master branch. I haven't cross-checked, but I don't remember any such behavior from pre-3.6 releases.

Since you seem to be able to reproduce it easily (and apparently
reliably), any chance you could just bisect it?

Since I assume v3.5 is fine, and apparently -rc1 is already busted, a simple

   git bisect start
   git bisect good v3.5
   git bisect bad v3.6-rc1

will get you started on your adventure..

          Linus


More information about the Linuxppc-dev mailing list