aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMiaohe Lin <[email protected]>2022-05-12 20:23:00 -0700
committerAndrew Morton <[email protected]>2022-05-13 07:20:14 -0700
commit9aafcffc18785fcdd9295640eb2ed927960b31a1 (patch)
tree5a87bec9652afd6878cc8c9f8ce37fd1f49d0613 /tools/perf/scripts/python/bin
parent1fe47c0beb2df2739b07b8e051425b6400abce5b (diff)
mm/vmscan: take all base pages of THP into account when race with speculative reference
If the page has buffers, shrink_page_list will try to free the buffer mappings associated with the page and try to free the page as well. In the rare race with speculative reference, the page will be freed shortly by speculative reference. But nr_reclaimed is not incremented correctly when we come across the THP. We need to account all the base pages in this case. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Miaohe Lin <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Huang, Ying <[email protected]> Cc: Joonsoo Kim <[email protected]> Cc: Oscar Salvador <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions