Re: [PATCH 1/6] futex: Remove dependency on HAVE_GENERIC_VDSO from FUTEX_ROBUST_UNLOCK

From: Vincenzo Frascino

Date: Thu Jul 09 2026 - 05:37:35 EST




On 09/07/2026 08:28, Thomas Weißschuh wrote:
> 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>

Reviewed-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>

> ---
> init/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/init/Kconfig b/init/Kconfig
> index 5230d4879b1c..53178ea4bc93 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
>

--
Regards,
Vincenzo