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_VDSO_32

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>
Link: https://lore.kernel.org/all/20250826-vdso-cleanups-v1-7-d9b65750e49f@linutronix.de

authored by

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

-9
-1
arch/arm/mm/Kconfig
··· 926 926 default y if ARM_ARCH_TIMER 927 927 select HAVE_GENERIC_VDSO 928 928 select GENERIC_TIME_VSYSCALL 929 - select GENERIC_VDSO_32 930 929 select GENERIC_GETTIMEOFDAY 931 930 select GENERIC_VDSO_DATA_STORE 932 931 help
-1
arch/x86/Kconfig
··· 14 14 select ARCH_WANT_IPC_PARSE_VERSION 15 15 select CLKSRC_I8253 16 16 select CLONE_BACKWARDS 17 - select GENERIC_VDSO_32 18 17 select HAVE_DEBUG_STACKOVERFLOW 19 18 select KMAP_LOCAL 20 19 select MODULES_USE_ELF_REL
-7
lib/vdso/Kconfig
··· 12 12 Each architecture that enables this feature has to 13 13 provide the fallback implementation. 14 14 15 - config GENERIC_VDSO_32 16 - bool 17 - depends on GENERIC_GETTIMEOFDAY && !64BIT 18 - help 19 - This config option helps to avoid possible performance issues 20 - in 32 bit only architectures. 21 - 22 15 config GENERIC_COMPAT_VDSO 23 16 bool 24 17 help