On 9 May 2022, at 21:03, Andrew Morton wrote: > On Mon, 25 Apr 2022 10:31:12 -0400 Zi Yan wrote: > >> This patchset tries to remove the MAX_ORDER-1 alignment requirement for CMA >> and alloc_contig_range(). It prepares for my upcoming changes to make >> MAX_ORDER adjustable at boot time[1]. > > I'm thinking this looks ready to be merged into mm-stable later this week, for > the 5.19-rc1 merge window. > > I believe the build error at > https://lkml.kernel.org/r/CA+G9fYveMF-NU-rvrsbaora2g2QWxrkF7AWViuDrJyN9mNScJg@mail.gmail.com > was addressed in ARM? Right. The warning is caused by CONFIG_ARM64_SME=y not this patchset, see https://lore.kernel.org/all/YnGrbEt3oBBTly7u@qian/. > > I have one -fix to be squashed, > https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-make-alloc_contig_range-work-at-pageblock-granularity-fix.patch Yes. Thanks. -- Best Regards, Yan, Zi