Re: hugepage patches
Ingo Oeser <ingo.oeser <at> informatik.tu-chemnitz.de>
2003-02-01 08:58:48 GMT
Hi Andrew,
On Fri, Jan 31, 2003 at 03:18:58PM -0800, Andrew Morton wrote:
> Also, don't mark hugepages as all PageReserved any more. That's preenting
> callers from doing proper refcounting. Any code which does a user pagetable
> walk and hits part of a hugepage will now handle it transparently.
Heh, that's helping me a lot and makes get_one_user_page very
simple again (and simplify the follow_huge_* stuff even more).
This could help futex slow-path and remove loads of code.
Once this hugetlb stuff settles down a bit, I'll rewrite the
page-walking again to accomodate this. No API changes, just
internal rewrites.
So please tell the linux-mm list, when it's finished and I'll have
sth. ready for -mm in the first week of March[1].
Regards
Ingo Oeser
[1] Important exams in February, sorry.
--
--
Science is what we can tell a computer. Art is everything else. --- D.E.Knuth
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo <at> kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
(Continue reading)