Re: [Libhugetlbfs-devel] [PATCH] remap_segments: adjust brk value to end of data segment (v. 2)

2007-11-28 Thread Nishanth Aravamudan
On 27.11.2007 [16:53:06 -0600], Andrew Hastings wrote: > Adjust the kernel's idea of the end of the data segment (the 'brk' value) > to match user space when we remap the data segment onto hugepages. Perhaps some details on the iterations of the patch here, in particular how you ... > > Signed-o

Re: [Libhugetlbfs-devel] [PATCH] stack remapping

2007-11-28 Thread Nishanth Aravamudan
On 27.11.2007 [16:51:26 -0600], Andrew Hastings wrote: > Remap stack on hugepages if HUGETLB_STACK is set in the environment. I would prefer a bit more verbose commitlog :) For instance, a bit on what, if any, caveats there might be (I note further down that you say that it might not always work?