diff options
| author | Abel Wu <[email protected]> | 2022-08-03 10:51:21 +0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-09-11 20:25:51 -0700 |
| commit | e933dc4a07b36b835f8ad7085e17cc21ed869051 (patch) | |
| tree | 12fd3345e1ba46864275d0633932cf087f06d3c1 /tools/perf/scripts/python/flamegraph.py | |
| parent | 97bab178e8e4035e0f3a8b1362eec3e86fdcb9ce (diff) | |
mm/page_alloc: only search higher order when fallback
It seems unnecessary to search pages with order < alloc_order in
fallback allocation.
This can currently happen with ALLOC_NOFRAGMENT and alloc_order >
pageblock_order, so add a test to prevent it.
[[email protected]: changelog addition]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Abel Wu <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Acked-by: Mel Gorman <[email protected]>
Reviewed-by: Muchun Song <[email protected]>
Cc: Michal Hocko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions