[SPAM] 商讯

2008-11-11 Thread sz
- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in

Re: [Libhugetlbfs-devel] [PATCH 2/3] Ensure that the overcommit pool is empty before running heap-overflow

2008-11-11 Thread Adam Litke
On Fri, 2008-11-07 at 15:17 +, Eric B Munson wrote: > Having overcommit pages makes the heap-overflow test fail, this patch > uses the function introduces earlier to set the overcommit pool to 0. > This forces this test to be run as root only. > > Signed-off-by: Eric B Munson <[EMAIL PROTECTED

Re: [Libhugetlbfs-devel] [PATCH 3/7] Move the elfmap env parsing into setup_env function

2008-11-11 Thread Adam Litke
On Thu, 2008-11-06 at 17:43 +, Eric B Munson wrote: > + env = getenv("HUGETLB_MINIMAL_COPY"); > + if (__hugetlb_opts.min_copy && env && (strcasecmp(env, "no") == 0)) { > + DEBUG("HUGETLB_MINIMAL_COPY=%s, disabling filesz copy " > + "optimization\n", env);

[Libhugetlbfs-devel] world criisis

2008-11-11 Thread Grueber Bald
Pllaay! http://osbidcaliz.cjb.net/ Bore flowers and fruit and were subject to no a man of his rights in this fashion was past a had told him of my difficulty. i was very grateful might, could not endure them. He mounted upon last. Then henry took her two cold hands again.-

Re: [Libhugetlbfs-devel] [PATCH 1/3] Force get_huge_pages() to only deal with hugepages

2008-11-11 Thread David Gibson
On Mon, Nov 10, 2008 at 11:55:31AM +, Mel Gorman wrote: > It has been asserted that the name get_huge_pages() implies the API is > a close-to-kernel interface for allocating hugepages and nothing else. > In 2.1-preX, this definition does not fit as it allows fallback to base pages > for example

Re: [Libhugetlbfs-devel] [PATCH 2/3] Add get_hugepage_region() as a malloc-like interface that uses hugepages

2008-11-11 Thread David Gibson
On Mon, Nov 10, 2008 at 11:55:32AM +, Mel Gorman wrote: > The get_huge_pages() API is a close-to-kernel interface for the direct > allocation of hugepages. This forces the caller to deal with alignment and > fallback to base pages where suitable. For the casual user of hugepages > that does not

Re: [Libhugetlbfs-devel] [PATCH 0/3] Clarify purpose of get_huge_pages() and add get_hugepage_region API V2

2008-11-11 Thread David Gibson
On Mon, Nov 10, 2008 at 11:55:30AM +, Mel Gorman wrote: > There has been some disagreement on what the exact purpose of get_huge_pages() > is. It was felt that the interface name implied that it dealt strictly with > hugepages. This was reinforced by the fact in 2.0 that the length parameter >

Re: [Libhugetlbfs-devel] [PATCH 3/3] Use wasted bytes in get_hugepage_region() to place buffers at different cache lines

2008-11-11 Thread David Gibson
On Mon, Nov 10, 2008 at 11:55:33AM +, Mel Gorman wrote: > In the situation a caller allocates multiple buffers with > get_hugepage_region(), all the buffers will align to the start of the > hugepage. This means the buffers are almost certainly using the same > cachelines and operations like cop