Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

vdso: Drop kconfig GENERIC_COMPAT_VDSO

This configuration is never used.

Remove it.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/all/20250826-vdso-cleanups-v1-8-d9b65750e49f@linutronix.de

authored by

Thomas Weißschuh and committed by
Thomas Gleixner
bb5bc7bf 278f1c93

-6
-1
arch/arm64/Kconfig
··· 1782 1782 bool "Enable vDSO for 32-bit applications" 1783 1783 depends on !CPU_BIG_ENDIAN 1784 1784 depends on (CC_IS_CLANG && LD_IS_LLD) || "$(CROSS_COMPILE_COMPAT)" != "" 1785 - select GENERIC_COMPAT_VDSO 1786 1785 default y 1787 1786 help 1788 1787 Place in the process address space of 32-bit applications an
-5
lib/vdso/Kconfig
··· 12 12 Each architecture that enables this feature has to 13 13 provide the fallback implementation. 14 14 15 - config GENERIC_COMPAT_VDSO 16 - bool 17 - help 18 - This config option enables the compat VDSO layer. 19 - 20 15 config GENERIC_VDSO_TIME_NS 21 16 bool 22 17 help