diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2024-02-27 19:23:31 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-03-06 13:04:18 -0800 |
| commit | fae7d834c43ccdb9fcecaf4d0f33145d884b3e5c (patch) | |
| tree | dea65dd075e12db5aa284c2283b993701abd3045 /tools/perf/scripts/python/task-analyzer.py | |
| parent | 7da8988c7c0e28dad8d0e9a697d6e7baa66f4534 (diff) | |
mm: add __dump_folio()
Turn __dump_page() into a wrapper around __dump_folio(). Snapshot the
page & folio into a stack variable so we don't hit BUG_ON() if an
allocation is freed under us and what was a folio pointer becomes a
pointer to a tail page.
[[email protected]: fix build issue]
Link: https://lkml.kernel.org/r/[email protected]
[[email protected]: fix __dump_folio]
Link: https://lkml.kernel.org/r/[email protected]
[[email protected]: fix pointer confusion]
Link: https://lkml.kernel.org/r/[email protected]
[[email protected]: s/printk/pr_warn/]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions