Re: [Libhugetlbfs-devel] [PATCH] Wrapping tests to prevent machine hangs

2009-05-13 Thread David Gibson
On Wed, May 13, 2009 at 10:35:53AM +0100, Eric B. Munson wrote: > The readahead, madvise, and the fadvise tests can all hang the running machine > if the kernel bug they are testing is present. This patch wraps these tests > so that they fail without running if the kernel version is less than > 2.

Re: [Libhugetlbfs-devel] [PATCH] Wrapping tests to prevent machine hangs

2009-05-13 Thread Eric B Munson
On Wed, 13 May 2009, Eric B Munson wrote: > The readahead, madvise, and the fadvise tests can all hang the running machine > if the kernel bug they are testing is present. This patch wraps these tests > so that they fail without running if the kernel version is less than 2.6.30. > > Signed-off-b

Re: [Libhugetlbfs-devel] [PATCH] Wrapping tests to prevent machine hangs

2009-05-13 Thread Mel Gorman
On Wed, May 13, 2009 at 10:35:53AM +0100, Eric B Munson wrote: > The readahead, madvise, and the fadvise tests can all hang the running machine > if the kernel bug they are testing is present. This patch wraps these tests > so that they fail without running if the kernel version is less than 2.6.3

[Libhugetlbfs-devel] [PATCH] Wrapping tests to prevent machine hangs

2009-05-13 Thread Eric B Munson
The readahead, madvise, and the fadvise tests can all hang the running machine if the kernel bug they are testing is present. This patch wraps these tests so that they fail without running if the kernel version is less than 2.6.30. Signed-off-by: Eric B Munson --- tests/Makefile |