Re: [PATCH] arm64/mm: Ensure PGD_SIZE is aligned to 64 bytes when PA_BITS = 52

From: Catalin Marinas

Date: Tue Nov 11 2025 - 15:17:17 EST


On Fri, 31 Oct 2025 07:12:55 +0000, Anshuman Khandual wrote:
> Although the comment clearly states about PGD table's alignment requirement
> (when PA_BITS = 52) but the subsequent BUILD_BUG_ON() tests size comparison
> to 64 bytes instead. So change it as an actual alignment test.
>
>

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64/mm: Ensure PGD_SIZE is aligned to 64 bytes when PA_BITS = 52
https://git.kernel.org/arm64/c/e2e21a9757b9

--
Catalin