Re: [PATCH -next v2] mm/hotplug: silence a lockdep splat with printk()

From: Qian Cai
Date: Wed Jan 15 2020 - 07:35:50 EST




> On Jan 15, 2020, at 4:22 AM, Michal Hocko <mhocko@xxxxxxxxxx> wrote:
>
> Is this correct? CMA pages cannot be comound?

I never saw a CMA page also a compound page. Also, in alloc_contig_range(), it calls migrate_pages()â> unmap_and_move_huge_page() which will free the old huge page, so I think that will clear pageCompound.

Cc Mike in case I miss anything.