Re: [PATCH 04/14] arm64: head: Move boot header to .head.data

From: Song Liu

Date: Wed Mar 11 2026 - 19:13:41 EST


On Wed, Mar 4, 2026 at 7:31 PM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
>
> The arm64 boot header is mostly data. Move it to a data section to
> prevent objtool and other tools from trying to disassemble it. The
> final linked result is the same.
>
> Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>

Acked-by: Song Liu <song@xxxxxxxxxx>