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

From: Christoph Lameter (Ampere)
Date: Mon Oct 14 2024 - 13:21:01 EST


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.