On Thu, Aug 01, 2024 at 06:04:56PM +0000, kaiyang2@xxxxxxxxxx wrote: > From: Kaiyang Zhao <kaiyang2@xxxxxxxxxx> > > Currently in migrate_balanced_pgdat(), ALLOC_CMA flag is not passed > when checking watermark on the migration target node. This does not > match the gfp in alloc_misplaced_dst_folio() which allows allocation > from CMA. > > This causes promotion failures when there are a lot of available CMA > memory in the system. > > Therefore, we change the alloc_flags passed to zone_watermark_ok() in > migrate_balanced_pgdat(). > > Signed-off-by: Kaiyang Zhao <kaiyang2@xxxxxxxxxx> Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>