Re: [PATCH] arm64: vmlinux.lds.S: Drop redundant *.init.rodata.*

From: Catalin Marinas
Date: Fri Nov 27 2020 - 14:25:31 EST


On Thu, 19 Nov 2020 09:45:40 +0800, Youling Tang wrote:
> We currently try to emit *.init.rodata.* twice, once in INIT_DATA, and once
> in the line immediately following it. As the two section definitions are
> identical, the latter is redundant and can be dropped.
>
> This patch drops the redundant *.init.rodata.* section definition.

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

[1/1] arm64: vmlinux.lds.S: Drop redundant *.init.rodata.*
https://git.kernel.org/arm64/c/344f2db2a18a

--
Catalin