*** Sorry if you have been receiving duplicated messages. These messages have *** been having trouble getting out to the list.
I would appreciate a thorough review of these patches (especially the first) as I believe that they are nearing completion and will be ready to merge soon. I am not requesting a merge at this time because there are still some outstanding test case issues I need to resolve. Thanks. Changes since V2: - Rebase onto libhugetlbfs-2.0 - Get and set pool counters with the right files - The quota test case must fork/exec to reset mount point - Other misc test case fixes Changes since V1: - HUGETLB_PATH overrides contents of /proc/mounts when scanning for mount points. - Handle cases where a discovered mount point is not suitable for certain word sizes. - emty_mounts test handles start-up page size detection properly --- Adam Litke (6): tests: quota must fork and exec to change mountpoints tests: Function to check if default mount point uses system default page size tests: Make functions to read/set counters values multi-pagesize aware tests: Check for mountpoints for 32 and 64 bit apps tests: Remove page size check in empty_mounts test Basic support for multiple hugetlbfs mount points hugeutils.c | 268 +++++++++++++++++++++++++---------- init.c | 1 libhugetlbfs_internal.h | 8 + tests/alloc-instantiate-race.c | 2 tests/chunk-overcommit.c | 2 tests/counters.c | 45 ++---- tests/empty_mounts.c | 1 tests/get_huge_pages.c | 5 - tests/heap-overflow.c | 2 tests/hugetests.h | 20 +++ tests/misaligned_offset.c | 26 +-- tests/quota.c | 56 +++++-- tests/run_tests.sh | 44 +++++- tests/testutils.c | 180 +++++++++++++++++++++--- tests/truncate_reserve_wraparound.c | 37 ++--- tests/truncate_sigbus_versus_oom.c | 2 16 files changed, 494 insertions(+), 205 deletions(-) ------------------------------------------------------------------------- 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 the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libhugetlbfs-devel mailing list Libhugetlbfs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel