Re: Top kernel oopses/warnings for the week of May 16th 2008

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Arjan van de Ven <arjan@...>
Cc: Linux Kernel Mailing List <linux-kernel@...>, Linus Torvalds <torvalds@...>, NetDev <netdev@...>, Andrew Morton <akpm@...>, Jeff Garzik <jgarzik@...>, <andrea@...>, Jens Axboe <jens.axboe@...>
Date: Friday, May 16, 2008 - 9:55 pm

Arjan van de Ven wrote:

In the case of the sata_nv error, it appears this is happening now 
because blk_queue_bounce_limit is initializing emergency ISA pools which 
can't be done under spinlock. This is happening because the code in 
blk_queue_bounce_limit now thinks that a 32-bit DMA mask requires 
allocating with GFP_DMA. This is only needed for a DMA mask less than 
32-bit, which is what the original code did. It looks like this was 
broken by this commit:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=00d61e3e8c...

author	Andrea Arcangeli <andrea@qumranet.com>
	Wed, 2 Apr 2008 07:06:44 +0000 (09:06 +0200)
committer	Jens Axboe <jens.axboe@oracle.com>
	Wed, 2 Apr 2008 07:06:44 +0000 (09:06 +0200)

Fix bounce setting for 64-bit

Not sure what this was intended to fix, but I don't think it's right..
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Top kernel oopses/warnings for the week of May 16th 2008, Robert Hancock, (Fri May 16, 9:55 pm)
Re: Top kernel oopses/warnings for the week of May 16th 2008, Andrea Arcangeli, (Sat May 17, 10:12 am)
Re: Top kernel oopses/warnings for the week of May 16th 2008, Arjan van de Ven, (Sat May 17, 10:57 am)
Re: Top kernel oopses/warnings for the week of May 16th 2008, Andrea Arcangeli, (Sat May 17, 4:34 pm)