diff options
| author | Wei Yang <[email protected]> | 2025-06-24 19:18:40 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2025-07-10 04:07:52 +0000 |
| commit | ea9b77f98d94c4d5c1bd1ac1db078f78b40e8bf5 (patch) | |
| tree | fa0e19624369cf1cd17f60839906666857ee0b12 /tools/perf/scripts/python | |
| parent | mm/vmalloc: leave lazy MMU mode on PTE mapping error (diff) | |
| download | kernel-ea9b77f98d94c4d5c1bd1ac1db078f78b40e8bf5.tar.gz kernel-ea9b77f98d94c4d5c1bd1ac1db078f78b40e8bf5.zip | |
maple_tree: fix mt_destroy_walk() on root leaf node
On destroy, we should set each node dead. But current code miss this when
the maple tree has only the root node.
The reason is mt_destroy_walk() leverage mte_destroy_descend() to set node
dead, but this is skipped since the only root node is a leaf.
Fixes this by setting the node dead if it is a leaf.
Link: https://lore.kernel.org/all/[email protected]/
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 54a611b60590 ("Maple Tree: add new data structure")
Signed-off-by: Wei Yang <[email protected]>
Signed-off-by: Liam R. Howlett <[email protected]>
Reviewed-by: Dev Jain <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
