[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZyCLnJ01aYBlSWPA@kernel.org>
Date: Tue, 29 Oct 2024 09:15:40 +0200
From: Mike Rapoport <rppt@...nel.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Su Hua <suhua.tanke@...il.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: boot failure after merge of the memblock tree
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@...il.com> 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.
Powered by blists - more mailing lists