]> Gentwo Git Trees - linux/.git/commit
x86/vdso: Always reject undefined references during linking
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 6 Mar 2025 14:07:20 +0000 (15:07 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 11 Mar 2025 08:49:15 +0000 (09:49 +0100)
commitc080f2b8a2e44077aed15f1b4f0fbc0f4a912a66
tree27220717b9e92f7a78b3cd31c9fb5f709a63312f
parent886653e36639177dd3ec2e7a4f0dc843d7def3f4
x86/vdso: Always reject undefined references during linking

Instead of using a custom script to detect and fail on undefined
references, use --no-undefined for all VDSO linker invocations.

Drop the now unused checkundef.sh script.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250306-vdso-checkundef-v2-1-a26cc315fd73@linutronix.de
arch/x86/entry/vdso/Makefile
arch/x86/entry/vdso/checkundef.sh [deleted file]