aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/debug_page_alloc.c
diff options
context:
space:
mode:
authorJohannes Weiner <hannes@cmpxchg.org>2024-03-20 14:02:08 -0400
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:56:02 -0700
commite6cf9e1c4cde8a53385423ecb8ca581097f42e02 (patch)
tree8a10dba0453bc5f49e3edcd1483fff16deab90b6 /mm/debug_page_alloc.c
parentmm: page_alloc: optimize free_unref_folios() (diff)
downloadwireguard-linux-e6cf9e1c4cde8a53385423ecb8ca581097f42e02.tar.xz
wireguard-linux-e6cf9e1c4cde8a53385423ecb8ca581097f42e02.zip
mm: page_alloc: fix up block types when merging compatible blocks
The buddy allocator coalesces compatible blocks during freeing, but it doesn't update the types of the subblocks to match. When an allocation later breaks the chunk down again, its pieces will be put on freelists of the wrong type. This encourages incompatible page mixing (ask for one type, get another), and thus long-term fragmentation. Update the subblocks when merging a larger chunk, such that a later expand() will maintain freelist type hygiene. Link: https://lkml.kernel.org/r/20240320180429.678181-4-hannes@cmpxchg.org Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Reviewed-by: Zi Yan <ziy@nvidia.com> Reviewed-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Mel Gorman <mgorman@techsingularity.net> Tested-by: "Huang, Ying" <ying.huang@intel.com> Tested-by: Baolin Wang <baolin.wang@linux.alibaba.com> Cc: David Hildenbrand <david@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/debug_page_alloc.c')
0 files changed, 0 insertions, 0 deletions