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
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
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