[tip: timers/vdso] futex: Remove dependency on HAVE_GENERIC_VDSO from FUTEX_ROBUST_UNLOCK

From: tip-bot2 for Thomas Weißschuh

Date: Wed Jul 15 2026 - 04:58:34 EST


The following commit has been merged into the timers/vdso branch of tip:

Commit-ID: 2558084d2b03e298e3ec04bbbcfad55c8d50b7db
Gitweb: https://git.kernel.org/tip/2558084d2b03e298e3ec04bbbcfad55c8d50b7db
Author: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
AuthorDate: Thu, 09 Jul 2026 09:28:37 +02:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxx>
CommitterDate: Wed, 15 Jul 2026 10:49:02 +02:00

futex: Remove dependency on HAVE_GENERIC_VDSO from FUTEX_ROBUST_UNLOCK

The robust futex unlock functionality has no relation to the generic
vDSO functionality.

Remove the dependency.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Link: https://patch.msgid.link/20260709-vdso-have_generic_vdso-v1-1-d2e1061f268b@xxxxxxxxxxxxx
---
init/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/Kconfig b/init/Kconfig
index 5230d48..53178ea 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1857,7 +1857,7 @@ config HAVE_FUTEX_ROBUST_UNLOCK
bool

config FUTEX_ROBUST_UNLOCK
- def_bool FUTEX && HAVE_GENERIC_VDSO && GENERIC_IRQ_ENTRY && RSEQ && HAVE_FUTEX_ROBUST_UNLOCK
+ def_bool FUTEX && GENERIC_IRQ_ENTRY && RSEQ && HAVE_FUTEX_ROBUST_UNLOCK

config EPOLL
bool "Enable eventpoll support" if EXPERT