linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] UML various fixes for 2.6.16
@ 2006-01-17 23:36 Paolo 'Blaisorblade' Giarrusso
  0 siblings, 0 replies; only message in thread
From: Paolo 'Blaisorblade' Giarrusso @ 2006-01-17 23:36 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Jeff Dike, linux-kernel, user-mode-linux-devel

Merge various fixes, mainly for locking issues.

A bit of attention is to give to "uml: avoid malloc to sleep in atomic
sections". It's really an hack, but we already use this hack in a more buggy
way (see the patch).

In practice, when malloc() is called, it's translated in
a call to kmalloc(GFP_?), where ATOMIC or KERNEL is used depending on
in_atomic() and in_interrupt().
--
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-18  0:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-17 23:36 [PATCH 0/9] UML various fixes for 2.6.16 Paolo 'Blaisorblade' Giarrusso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).