mbox series

[v1,0/2] vDSO linkerscript follow up

Message ID 20220628151307.35561-1-joey.gouly@arm.com (mailing list archive)
Headers show
Series vDSO linkerscript follow up | expand

Message

Joey Gouly June 28, 2022, 3:13 p.m. UTC
Hi all,

This is a follow up to the vDSO linker script fixes, that was pulled into the
arm64 tree.

Patch 1 fixes the issue found by Will:
  https://lore.kernel.org/linux-arm-kernel/20220623175352.GA17471@willie-the-truck/
Patch 2 fixes the comments Vincenzo had:
  https://lore.kernel.org/linux-arm-kernel/00abb0c5-6360-0004-353f-e7a88b3bd22c@arm.com/o

This is based on for-next/vdso: 2d304afaedc4 ("arm64: compat: Move kuser32.S to .rodata section")

Thanks,
Joey

Joey Gouly (2):
  arm64: vdso32: add ARM.exidx* sections
  arm64: vdso*: place got/plt sections in .rodata

 arch/arm64/kernel/vdso/vdso.lds.S   | 12 +++++-------
 arch/arm64/kernel/vdso32/vdso.lds.S | 24 +++++++++++-------------
 2 files changed, 16 insertions(+), 20 deletions(-)

Comments

Will Deacon June 28, 2022, 5:02 p.m. UTC | #1
On Tue, 28 Jun 2022 16:13:05 +0100, Joey Gouly wrote:
> This is a follow up to the vDSO linker script fixes, that was pulled into the
> arm64 tree.
> 
> Patch 1 fixes the issue found by Will:
>   https://lore.kernel.org/linux-arm-kernel/20220623175352.GA17471@willie-the-truck/
> Patch 2 fixes the comments Vincenzo had:
>   https://lore.kernel.org/linux-arm-kernel/00abb0c5-6360-0004-353f-e7a88b3bd22c@arm.com/o
> 
> [...]

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

[1/2] arm64: vdso32: add ARM.exidx* sections
      https://git.kernel.org/arm64/c/5c4fb60816ea
[2/2] arm64: vdso*: place got/plt sections in .rodata
      https://git.kernel.org/arm64/c/4274929c7ee6

Cheers,