Re: [Libhugetlbfs-devel] Small tweaks to make debugging failing testcases easier

2006-11-10 Thread Nishanth Aravamudan
On 10.11.2006 [14:35:30 +1100], David Gibson wrote: > Two things to make debugging easier: > - Use an fflush() after each verbose_printf(), so that line > buffering won't mean messages get re-ordered w.r.t. the operations > they're describing (this can be particularly confusing when straceing

[Libhugetlbfs-devel] [PATCH] Catch signals in linkshare children

2006-11-10 Thread Nishanth Aravamudan
Fix linkshare testcase to catch the case where the sharing children are killed by a signal. Currently, if a child segfaults, we still PASS the test, when it clearly should be a FAIL case. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> diff --git a/tests/linkshare.c b/tests/linkshare.c ind

Re: [Libhugetlbfs-devel] [0/2] Extra testcases for recently found kernel bugs

2006-11-10 Thread Nishanth Aravamudan
On 03.11.2006 [11:52:26 +1100], David Gibson wrote: > Here are a pair of patches adding extra testcases for some of the > kernel bugs recently found by Hugh Dickins. These patches went to the > linux-mm list and some other people, but haven't made it to this list > yet, and appear to have dropped