linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Enable orphan-handling=warn for VDSO
@ 2022-04-07 10:13 Joey Gouly
  2022-04-07 10:13 ` [PATCH v2 1/2] arm64: vdso: put ELF related sections in the linker script Joey Gouly
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Joey Gouly @ 2022-04-07 10:13 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: nd, catalin.marinas, joey.gouly, keescook, masahiroy,
	vincenzo.frascino, will

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.

Changes from v1[1]:
  - Include vmlinux.ld.h directly, to use macros
  - Include DWARF sections in linker script

Thanks,
Joey

[1]: https://lore.kernel.org/linux-arm-kernel/20220405160246.1991-1-joey.gouly@arm.com/

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 | 4 ++++
 2 files changed, 11 insertions(+), 1 deletion(-)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-04-12 10:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-07 10:13 [PATCH v2 0/2] Enable orphan-handling=warn for VDSO Joey Gouly
2022-04-07 10:13 ` [PATCH v2 1/2] arm64: vdso: put ELF related sections in the linker script Joey Gouly
2022-04-07 16:49   ` Kees Cook
2022-04-08  7:18   ` Vincenzo Frascino
2022-04-07 10:13 ` [PATCH v2 2/2] arm64: vdso: enable orphan handling for VDSO Joey Gouly
2022-04-07 16:49   ` Kees Cook
2022-04-08  7:20   ` Vincenzo Frascino
2022-04-08  7:22 ` [PATCH v2 0/2] Enable orphan-handling=warn " Vincenzo Frascino
2022-04-12 10:04   ` Joey Gouly
2022-04-12 10:05     ` Vincenzo Frascino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).