[RFC PATCH v1 02/57] vmlinux: Align to PAGE_SIZE_MAX

Christoph Lameter (Ampere) cl at gentwo.org
Mon Oct 14 09:50:21 PDT 2024


On Mon, 14 Oct 2024, Ryan Roberts wrote:

> Increase alignment of structures requiring at least PAGE_SIZE alignment
> to PAGE_SIZE_MAX. For compile-time PAGE_SIZE, PAGE_SIZE_MAX == PAGE_SIZE
> so there is no change. For boot-time PAGE_SIZE, PAGE_SIZE_MAX is the
> largest selectable page size.

Can you verify that this works with the arch specific portions? This may
also allow to to reduce some of the arch dependent stuff.



More information about the linux-arm-kernel mailing list