diff options
author | Matthew Wilcox (Oracle) <[email protected]> | 2024-05-01 16:31:18 +0100 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-05-05 17:28:08 -0700 |
commit | 2a0774c2886d25f4d2987cd3e3813d16bf96f34f (patch) | |
tree | dc64341591255153a95ca599ed33cb2d7b2d95a3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 48f044a784d6783f862b035ce5c5cca81b0ca117 (diff) |
XArray: set the marks correctly when splitting an entry
If we created a new node to replace an entry which had search marks set,
we were setting the search mark on every entry in that node. That works
fine when we're splitting to order 0, but when splitting to a larger
order, we must not set the search marks on the sibling entries.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: c010d47f107f ("mm: thp: split huge page to any lower order pages")
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Reported-by: Luis Chamberlain <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Tested-by: Luis Chamberlain <[email protected]>
Cc: Zi Yan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions