radix-tree: add test for radix_tree_locate_item()
Add a unit test that provides coverage for the bug fixed in the commit entitled "radix-tree: rewrite radix_tree_locate_item fix" from Hugh Dickins. I've verified that this test fails before his patch due to miscalculated 'index' values in __locate() in lib/radix-tree.c, and passes with his fix. Link: http://lkml.kernel.org/r/1462307263-20623-1-git-send-email-ross.zwisler@linux.intel.com Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> Cc: Hugh Dickins <hughd@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
0a2efc6c80
commit
eb73f7f330
1
tools/testing/radix-tree/linux/init.h
Normal file
1
tools/testing/radix-tree/linux/init.h
Normal file
@@ -0,0 +1 @@
|
||||
/* An empty file stub that allows radix-tree.c to compile. */
|
Reference in New Issue
Block a user