projects
/
users
/
jedix
/
linux-maple.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a2540e
)
debug
author
Liam R. Howlett <Liam.Howlett@oracle.com>
Wed, 2 Apr 2025 13:36:49 +0000
(09:36 -0400)
committer
Liam R. Howlett <Liam.Howlett@oracle.com>
Wed, 2 Apr 2025 13:36:49 +0000
(09:36 -0400)
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
lib/test_maple_tree.c
patch
|
blob
|
history
diff --git
a/lib/test_maple_tree.c
b/lib/test_maple_tree.c
index 47d2b5242e2c3c4e8b719e98e256323147000cc6..c0f192a48bc1f0bf40eb0c30b5088f04304c9024 100644
(file)
--- a/
lib/test_maple_tree.c
+++ b/
lib/test_maple_tree.c
@@
-1304,10
+1304,12
@@
static noinline void __init check_ranges(struct maple_tree *mt)
for (i = 5; i < 215; i += 10) {
check_store_range(mt, 11450 + i, 11450 + i + 1, NULL, 0);
mt_validate(mt);
+ mt_dump(mt, mt_dump_dec);
}
for (i = 5; i < 65; i += 10) {
check_store_range(mt, 11770 + i, 11770 + i + 1, NULL, 0);
mt_validate(mt);
+ mt_dump(mt, mt_dump_dec);
MT_BUG_ON(mt, mt_height(mt) >= 4);
}
@@
-1315,6
+1317,7
@@
static noinline void __init check_ranges(struct maple_tree *mt)
for (i = 5; i < 45; i += 10) {
check_store_range(mt, 11700 + i, 11700 + i + 1, NULL, 0);
mt_validate(mt);
+ mt_dump(mt, mt_dump_dec);
}
if (!MAPLE_32BIT)