linux/arch/x86/um/vdso
Thomas Weißschuh d1895c15fc x86/um: fix vDSO installation
The generic vDSO installation logic used by 'make vdso_install' requires
that $(vdso-install-y) is defined by the top-level architecture Makefile
and that it contains a path relative to the root of the tree.
For UML neither of these is satisfied.

Move the definition of $(vdso-install-y) to a place which is included by
the arch/um/Makefile and use the full relative path.

Fixes: f1c2bb8b99 ("um: implement a x86_64 vDSO")
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://patch.msgid.link/20260318-um-vdso-install-v1-1-26a4ca5c4210@weissschuh.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2026-03-21 10:43:21 +01:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Makefile x86/um: fix vDSO installation 2026-03-21 10:43:21 +01:00
um_vdso.c um: vdso: Remove getcpu support on x86 2025-10-27 16:41:53 +01:00
vdso-layout.lds.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vdso-note.S
vdso.lds.S um: vdso: Remove getcpu support on x86 2025-10-27 16:41:53 +01:00
vdso.S x86/um: Annotate data appropriately 2019-10-18 10:45:03 +02:00
vma.c x86/um/vdso: Panic when vDSO can not be allocated 2025-10-27 15:12:06 +01:00