On Tue, Oct 29, 2024 at 07:20:39AM +1100, Stephen Rothwell wrote: > Hi all, > > On Sat, 26 Oct 2024 07:36:13 +0800 Su Hua <suhua.tanke@xxxxxxxxx> wrote: > > > > > > diff --git a/mm/mm_init.c b/mm/mm_init.c > > > > index 4ba5607aaf19..5a8114fb02ae 100644 > > > > --- a/mm/mm_init.c > > > > +++ b/mm/mm_init.c > > > > @@ -723,6 +723,9 @@ static void __meminit init_reserved_page(unsigned > > > > long pfn, int nid) > > > > break; > > > > } > > > > __init_single_page(pfn_to_page(pfn), pfn, zid, nid); > > > > + > > > > + if (pageblock_aligned(pfn)) > > > > + set_pageblock_migratetype(pfn_to_page(pfn), MIGRATE_MOVABLE); > > > > } > > > > #else > > This has returned, so I applied by hand the above discussed fix. Sorry, I forgot to push :/ > -- > Cheers, > Stephen Rothwell -- Sincerely yours, Mike.