Re: libata crash

2007-10-19 Thread Denys Vlasenko
On Friday 19 October 2007 08:05, Jan Dittmer wrote: > Jeff Garzik wrote: > > Building on x86-64, I'm betting? :) > > > > I fell victim to the same thing a few days ago, missing some compile > > breakage that only appeared with > > > > make ARCH=i386 allmodconfig && make ARCH=i386 -sj9 > >

Re: libata crash

2007-10-19 Thread Jan Dittmer
Jeff Garzik wrote: Building on x86-64, I'm betting? :) I fell victim to the same thing a few days ago, missing some compile breakage that only appeared with make ARCH=i386 allmodconfig && make ARCH=i386 -sj9 Though am I alone in dreaming of a kernel.org service that would permit all-ar

Re: libata crash

2007-10-18 Thread Ingo Molnar
* Jens Axboe <[EMAIL PROTECTED]> wrote: > > and make sure it builds: > > > > drivers/scsi/fd_mcs.c: In function 'fd_mcs_intr': > > drivers/scsi/fd_mcs.c:976: error: 'struct scatterlist' has no member named > > 'page' > > drivers/scsi/fd_mcs.c:1009: error: 'struct scatterlist' has no member name

Re: libata crash

2007-10-18 Thread Jeff Garzik
Jens Axboe wrote: On Thu, Oct 18 2007, Ingo Molnar wrote: * Jens Axboe <[EMAIL PROTECTED]> wrote: I'll see if I can spend some time tonight chopping the patch into digestable pieces, unfortunately I'll be away the next three days. And it would be nice to get this thing merged asap. and make

Re: libata crash

2007-10-18 Thread Jens Axboe
On Thu, Oct 18 2007, Ingo Molnar wrote: > * Jens Axboe <[EMAIL PROTECTED]> wrote: > > > I'll see if I can spend some time tonight chopping the patch into > > digestable pieces, unfortunately I'll be away the next three days. And > > it would be nice to get this thing merged asap. > > and make s

Re: libata crash

2007-10-18 Thread Ingo Molnar
* Jens Axboe <[EMAIL PROTECTED]> wrote: > I'll see if I can spend some time tonight chopping the patch into > digestable pieces, unfortunately I'll be away the next three days. And > it would be nice to get this thing merged asap. and make sure it builds: drivers/scsi/fd_mcs.c: In function 'fd

Re: libata crash

2007-10-18 Thread Jens Axboe
On Thu, Oct 18 2007, Ingo Molnar wrote: > > * Jens Axboe <[EMAIL PROTECTED]> wrote: > > > Hi Ingo, > > > > Can you try this rolled up patch against current -git and see if it > > works for you? > > update: booted up a couple of times with your patch (with > DEBUG_PAGEALLOC enabled) and it's w

Re: libata crash

2007-10-18 Thread Ingo Molnar
* Jens Axboe <[EMAIL PROTECTED]> wrote: > Hi Ingo, > > Can you try this rolled up patch against current -git and see if it > works for you? update: booted up a couple of times with your patch (with DEBUG_PAGEALLOC enabled) and it's working all fine, no crashes. So i think you nailed it!