Re: [patch] my latest oom stuff

Andrea Arcangeli (andrea@e-mind.com)
Wed, 4 Nov 1998 00:36:58 +0100 (CET)


On Tue, 3 Nov 1998, Linus Torvalds wrote:

>The reason - tadaam - is so silly that it's embarrassing. The thing is,
>that the things that should use GFP_USER don't. They use GFP_KERNEL

I thought to change that but I was not sure (and infact some email ago I
asked that to you too). I have not changed that myself because I was
worryed that userspace allocation could be too much light. It would be
nice to know if using GFP_USER and disabling kswapd (at the end of
vmscan.c) causes process to segfaults (so that we can know if a real time
process can alloc/swapout memory safely).

My FP_IMPOSSIBLE code works fine here and detect the OOM perfectly. My
__get_free_pages() handle the GFP_USER allocation fine too, the only
differences is that it returns 0 when the machine is really really OOM
(even if there is some unused page). The point now is that using GFP_USER
for the userspace memory allocation sure works but _maybe_ is hiding an
_eventually_ possible deadlock. Right now I have no idea on how to
reproduce the deadlock using device drivers or network, maybe it' s really
impossible...

Right now I am rejecting the FP_* code from my tree though.

Andrea Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/