Re: [PATCH v2] powerpc: fix alignment bug whithin the init sections

From: Michael Ellerman
Date: Fri Jan 15 2021 - 07:24:50 EST


On Sat, 2 Jan 2021 22:11:56 +0200, Ariel Marcovitch wrote:
> This is a bug that causes early crashes in builds with a
> .exit.text section smaller than a page and a .init.text section that
> ends in the beginning of a physical page (this is kinda random, which
> might explain why this wasn't really encountered before).
>
> The init sections are ordered like this:
> .init.text
> .exit.text
> .init.data
>
> [...]

Applied to powerpc/fixes.

[1/1] powerpc: Fix alignment bug within the init sections
https://git.kernel.org/powerpc/c/2225a8dda263edc35a0e8b858fe2945cf6240fde

cheers