[PATCH 08/11] vdso: Drop kconfig GENERIC_COMPAT_VDSO
From: Thomas Weißschuh <hidden>
Date: 2025-08-26 06:18:24
Also in:
linux-arch, linux-kselftest, linux-mips, linux-riscv, linux-s390, linuxppc-dev, lkml, loongarch
Subsystem:
arm64 port (aarch64 architecture), generic vdso library, library code, the rest · Maintainers:
Catalin Marinas, Will Deacon, Andy Lutomirski, Thomas Gleixner, Vincenzo Frascino, Andrew Morton, Linus Torvalds
This configuration is never used.
Remove it.
Signed-off-by: Thomas Weißschuh <redacted>
---
arch/arm64/Kconfig | 1 -
lib/vdso/Kconfig | 5 -----
2 files changed, 6 deletions(-)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index e9bbfacc35a64d7ef1793a5d7f7ff8db138f2814..5c61b19ea9c80559ca3c4d1aa0732c6126494cb0 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1782,7 +1782,6 @@ config COMPAT_VDSO
bool "Enable vDSO for 32-bit applications"
depends on !CPU_BIG_ENDIAN
depends on (CC_IS_CLANG && LD_IS_LLD) || "$(CROSS_COMPILE_COMPAT)" != ""
- select GENERIC_COMPAT_VDSO
default y
help
Place in the process address space of 32-bit applications an
diff --git a/lib/vdso/Kconfig b/lib/vdso/Kconfig
index 76157c26931d28327750ad53bfcae5109a29d998..2594dd7185be762a4a94aa38ecec5db016776f85 100644
--- a/lib/vdso/Kconfig
+++ b/lib/vdso/Kconfig
@@ -12,11 +12,6 @@ config GENERIC_GETTIMEOFDAY
Each architecture that enables this feature has to
provide the fallback implementation.
-config GENERIC_COMPAT_VDSO
- bool
- help
- This config option enables the compat VDSO layer.
-
config GENERIC_VDSO_TIME_NS
bool
help
--
2.50.1