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: Andrea Arcangeli <andrea@...>
Cc: Robert Hancock <hancockr@...>, Linux Kernel Mailing List <linux-kernel@...>, Linus Torvalds <torvalds@...>, NetDev <netdev@...>, Andrew Morton <akpm@...>, Jeff Garzik <jgarzik@...>, Jens Axboe <jens.axboe@...>
Date: Saturday, May 17, 2008 - 10:57 am

Andrea Arcangeli wrote:

I'd not really call "breaks external patch" a regression ;)


What we really ought to be doing is always initialize the pool, from
the right process context. However, we need to make it such that we
can detect that there is zero __GFP_DMA memory in the system, and bail
out in that case. Doing it on-demand is just not going to fly; by that
time it's just too late (the pool may have been eaten already, the context
might be nasty to do allocations from etc etc).

the sata_nv driver has to do it on finding a cdrom; afaik it has something
like a different DMA mask for disks and cdroms, and it scales down once you
insert a CD.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
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, 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)