commit | 10308220f31db542b91ccaba7780f2d741cf84a5 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun May 03 23:08:54 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sun May 03 23:08:54 2015 -0400 |
tree | a0661f5ac8e8a10a2a0cbd12dbba82dd41c82e19 | |
parent | 7a852021a4ec2978c5d58d1904eeb90a8b2805fe [diff] | |
parent | 67b7cbf4203f7e6682a2dc17fc83a6a6cd5a3376 [diff] |
Merge branch 'rhashtable-test' Thomas Graf says: ==================== rhashtable self-test improvements This series improves the rhashtable self-test to: * Avoid allocation of test objects * Measure the time of test runs * Use the iterator to walk the table for consistency * Account for failed insertions due to memory pressure or utilization pressure * Ignore failed insertions when checking for consistency ==================== Signed-off-by: David S. Miller <davem@davemloft.net>