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! Ingo -
Awesome, thanks a lot for testing it Ingo! 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. -- Jens Axboe -
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' ;-) Ingo -
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
-
Wow. When you click on Ok/Fail, you get a build log. One part of it (make oldconfig output) is not usable much, verbatim .config would be more useful. But this is a minor nitpicking. Overall looks awesome. -- vda -
where can i pick the latest sg patchset up from? These build failures are ruining my make randconfig build tests :) Ingo -
