Re: libata crash

Previous thread: [PATCH] GEODE: update GPIO API to support setting multiple GPIOs at once by Andres Salomon on Thursday, October 18, 2007 - 12:27 pm. (2 messages)

Next thread: [git pull] scheduler fixes by Ingo Molnar on Thursday, October 18, 2007 - 12:37 pm. (1 message)
From: Ingo Molnar
Date: Thursday, October 18, 2007 - 12:28 pm

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
-

From: Jens Axboe
Date: Thursday, October 18, 2007 - 12:32 pm

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

-

From: Ingo Molnar
Date: Thursday, October 18, 2007 - 12:59 pm

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
-

From: Jens Axboe
Date: Thursday, October 18, 2007 - 1:41 pm

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

-- 
Jens Axboe

-

From: Jeff Garzik
Date: Thursday, October 18, 2007 - 1:52 pm

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



-

From: Jan Dittmer
Date: Friday, October 19, 2007 - 12:05 am

I could add that to the service at http://l4x.org/k/ if there is
sufficient (>1) interest.

Jan
-

From: Denys Vlasenko
Date: Friday, October 19, 2007 - 3:12 am

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
-

From: Ingo Molnar
Date: Thursday, October 18, 2007 - 11:48 pm

where can i pick the latest sg patchset up from? These build failures 
are ruining my make randconfig build tests :)

	Ingo
-

Previous thread: [PATCH] GEODE: update GPIO API to support setting multiple GPIOs at once by Andres Salomon on Thursday, October 18, 2007 - 12:27 pm. (2 messages)

Next thread: [git pull] scheduler fixes by Ingo Molnar on Thursday, October 18, 2007 - 12:37 pm. (1 message)