mbox series

[v1,0/2] Enable orphan-handling=warn for VDSO

Message ID 20220405160246.1991-1-joey.gouly@arm.com (mailing list archive)
Headers show
Series Enable orphan-handling=warn for VDSO | expand

Message

Joey Gouly April 5, 2022, 4:02 p.m. UTC
Hi all,

This small series enables the orphan-handling linker flag for the VDSO.
This could catch subtle errors if features that use special sections are
introduced into the VDSO implementation.

Thanks,
Joey

Joey Gouly (2):
  arm64: vdso: put ELF related sections in the linker script
  arm64: vdso: enable orphan handling for VDSO

 arch/arm64/kernel/vdso/Makefile   | 8 +++++++-
 arch/arm64/kernel/vdso/vdso.lds.S | 5 +++++
 2 files changed, 12 insertions(+), 1 deletion(-)