Re: [Libhugetlbfs-devel] libhugetlbfs: Provide more debug info readback testcase

2008-11-25 Thread Eric B Munson
On Tue, 25 Nov 2008, David Gibson wrote: > This patch causes the FAIL() path of the 'readback' test where the > data readback from the hugepage doesn't match what was written to give > some more information on where the mismatch occurred and what data was > read back instead. This can be useful f

Re: [Libhugetlbfs-devel] libhugetlbfs: Provide more debug info readback testcase

2008-11-25 Thread Adam Litke
On Tue, 2008-11-25 at 13:22 +1100, David Gibson wrote: > This patch causes the FAIL() path of the 'readback' test where the > data readback from the hugepage doesn't match what was written to give > some more information on where the mismatch occurred and what data was > read back instead. This ca

[Libhugetlbfs-devel] libhugetlbfs: Provide more debug info readback testcase

2008-11-24 Thread David Gibson
This patch causes the FAIL() path of the 'readback' test where the data readback from the hugepage doesn't match what was written to give some more information on where the mismatch occurred and what data was read back instead. This can be useful for debugging failures. Signed-off-by: David Gibso