[PATCH v7 2/3] kho: fix deferred init of kho scratch

Andrew Morton akpm at linux-foundation.org
Tue Mar 17 17:23:10 PDT 2026


On Tue, 17 Mar 2026 17:08:15 -0700 SeongJae Park <sj at kernel.org> wrote:

> >  error: ‘MIGRATE_CMA’ undeclared (first use in this function); did you mean ‘MIGRATE_SYNC’?
> >   557 |                 migratetype = MIGRATE_CMA;
> >       |                               ^~~~~~~~~~~
> >       |                               MIGRATE_SYNC
> > 
> > >From what I can tell, MIGRATE_CMA is only defined if CONFIG_CMA is
> > enabled (for x86 defconfig its disabled).
> 
> I also got the same issue, and was about to report.

Thanks.  I dropped this series and repushed.



More information about the kexec mailing list