[Libhugetlbfs-devel] [SPAM] Criminals enslaved bums

2009-05-27 Thread Roberge C. Joshua
Trouble viewing this e-mail? Click here. Hot Pharmacy news You are subscribed as libhugetlbfs-de...@lists.sourceforge.net. Click here to change your subscription format from HTML to text. This message was sent to libhugetlbfs-devel@lists.sourceforge.net becau

Re: [Libhugetlbfs-devel] [PATCH] hugeadm: Add temporary swap on disk for duration of positive pool resize when --add-temp-swap is specified

2009-05-27 Thread Mel Gorman
On Tue, May 26, 2009 at 11:48:21PM -0700, Avantika Mathur wrote: > When growing the hugepage pool with --pool-pages-min, swap space is generally > needed to allocate free memory for the resize. > > For systems that do not have enough or any swap configured, the user can > specify the --add-temp

[Libhugetlbfs-devel] [PATCH] Clear up compile warning from hugeadm

2009-05-27 Thread Eric B Munson
The return value from the system() call in add_temp_swap() was being ignored, generating compile time warnings. This patch adds a check of the return value to make sure that all is well. It also changes the ERROR reporting in add_temp_swap to WARNING in the cases where execution is not stopped.

Re: [Libhugetlbfs-devel] [PATCH] Add -f option to run_test.py to force dangerous tests to run

2009-05-27 Thread Eric B Munson
On Wed, 20 May 2009, Eric B Munson wrote: > Currently the readahead_reserve and [m|f]advise tests are all skipped > if the running kernel is earlier than 2.6.30 because they can cause > the machine to hang. This patch adds a -f switch to run_tests.py that > allows the user to override this behavi

Re: [Libhugetlbfs-devel] [PATCH] Move shm segment to 2GB mark

2009-05-27 Thread Eric B Munson
On Wed, 20 May 2009, Eric B Munson wrote: > Currently the 32bit test fails on ppc64 because ld.so is mapped in at > 1GB. This patch moves the shm segment address to avoid the collision. > > Signed-off-by: Eric B Munson Applied, thanks. Eric signature.asc Description: Digital signature --

Re: [Libhugetlbfs-devel] [PATCH] hugeadm: Add temporary swap on disk for duration of positive pool resize when --add-temp-swap is specified

2009-05-27 Thread Eric B Munson
> When growing the hugepage pool with --pool-pages-min, swap space is generally > needed to allocate free memory for the resize. > > For systems that do not have enough or any swap configured, the user can > specify the --add-temp-swap flag. When this flag is specified, temporary swap > space i

Re: [Libhugetlbfs-devel] [PATCH] hugeadm: Add temporary swap on disk for duration of positive pool resize when --add-temp-swap is specified

2009-05-27 Thread Eric B Munson
> When growing the hugepage pool with --pool-pages-min, swap space is generally > needed to allocate free memory for the resize. > > For systems that do not have enough or any swap configured, the user can > specify the --add-temp-swap flag. When this flag is specified, temporary swap > space i

Re: [Libhugetlbfs-devel] Support for Position independent executables.

2009-05-27 Thread David Gibson
On Tue, May 26, 2009 at 07:48:10AM -0700, Mehul Vora wrote: > > Hi, > >    Does libhugetlb support "position independent executables" > ("-pie" ) ? I tried compiling a simple "hello_world" application > with libhugetlb library but library seg faults while mapping > "writable section" in to hugepa