RE: [External] Re: [PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration

From: Maxwell Bland
Date: Wed Feb 21 2024 - 10:46:02 EST


> From: Conor Dooley <conor@xxxxxxxxxx>
> FYI:
>
> > mm/vmalloc: allow arch-specific vmalloc_node overrides
> > mm: pgalloc: support address-conditional pmd allocation
>
> With these two arch/riscv/configs/* are broken with calls to undeclared
> functions.

Will fix, thanks! I will also figure out how to make sure this doesn't happen again for some other architecture.

> > arm64: separate code and data virtual memory allocation
> > arm64: dynamic enforcement of pmd-level PXNTable
>
> And with these two the 32-bit and nommu builds are broken.

Was not aware there was a dependency here. I will see what I can do.

Thank you,
Maxwell