]> www.infradead.org Git - users/jedix/linux-maple.git/commit
um: vdso: Always reject undefined references in during linking
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 11 Oct 2024 09:18:26 +0000 (11:18 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Oct 2024 07:52:49 +0000 (09:52 +0200)
commit90daca7c8f6f33e9482591446d2e76b18a21be49
tree64cc5e96bb204d7ad86879f2ba9a529d35f93a3b
parentb9ee5fc8f4aa8c6547f9853e0480949c155163cb
um: vdso: Always reject undefined references in 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>
Link: https://patch.msgid.link/20241011-vdso-checkundef-v1-2-1a46e0352d20@linutronix.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/x86/um/vdso/Makefile
arch/x86/um/vdso/checkundef.sh [deleted file]