Re: [PATCH] arm64: move kimage_vaddr to .rodata

From: Catalin Marinas
Date: Fri Mar 20 2020 - 14:25:04 EST


On Thu, Mar 12, 2020 at 11:40:02AM +0200, Rémi Denis-Courmont wrote:
> From: Remi Denis-Courmont <remi.denis.courmont@xxxxxxxxxx>
>
> This datum is not referenced from .idmap.text: it does not need to be
> mapped in idmap. Lets move it to .rodata as it is never written to after
> early boot of the primary CPU.
> (Maybe .data.ro_after_init would be cleaner though?)
>
> Signed-off-by: Rémi Denis-Courmont <remi@xxxxxxxxxx>

Queued for 5.7. Thanks.

--
Catalin