Re: libata crash

From: Jeff Garzik
Date: Thu Oct 18 2007 - 16:52:35 EST


Jens Axboe wrote:
On Thu, Oct 18 2007, Ingo Molnar wrote:
* Jens Axboe <jens.axboe@xxxxxxxxxx> 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_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 named 'page'
drivers/scsi/fd_mcs.c: In function 'fd_mcs_queue':
drivers/scsi/fd_mcs.c:1112: error: 'struct scatterlist' has no member named 'page'
drivers/scsi/in2000.c: In function 'in2000_queuecommand':
drivers/scsi/in2000.c:375: error: 'struct scatterlist' has no member named 'page'
drivers/scsi/in2000.c: In function 'transfer_bytes':
drivers/scsi/in2000.c:767: error: 'struct scatterlist' has no member named 'page'

Oops, wonder why they were missed in the allyes/modconfig. Fixed now,
thanks!

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-arch build testing of a git URL?

Regards,

Jeff



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