[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: broken VM in 2.4.10-pre9
Alan Cox <alan@lxorguk.ukuu.org.uk> writes:
> Much of this goes away if you get rid of both the swap and anonymous page
> special cases. Back anonymous pages with the "whoops everything I write here
> vanishes mysteriously" file system and swap with a swapfs
Essentially. Though that is just the strategy it doesn't cut to the heart of the
problems that need to be addressed. The trickiest part is to allocate persistent
id's to the pages that don't require us to fragment the VMA's.
> Reverse mappings make linear aging easier to do but are not critical (we
> can walk all physical pages via the page map array).
Agreed.
What I find interesting about the 2.4.x VM is that most of the large
problems people have seen were not stupid designs mistakes in the VM
but small interaction glitches, between various pieces of code.
Eric
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/