> > kmalloc 16K                         kmalloc 32K
> > block                                       block
> > 
> 2) set PF_MEMALLOC on the task you're killing for OOM,
>    that way this task will either get the memory or
>    fail (note that PF_MEMALLOC tasks don't wait)

Nobody is out of memory at this point. Everyone is in kernel space blocking
for someone else. There is also no further allocation after this deadlock 
point to cause a kill

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to