From d6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Sun, 3 Jan 2021 03:24:08 +0100 Subject: force futex2 futex 2 dependend on EXPERT being set before being configured. Since we don't want to deal with the 30 new configuration values that enabling EXPERT allows configuring we are just going to force it on by default via the patch --- SOURCES/futex2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SOURCES/futex2.patch') diff --git a/SOURCES/futex2.patch b/SOURCES/futex2.patch index bfd12ba..bae4138 100644 --- a/SOURCES/futex2.patch +++ b/SOURCES/futex2.patch @@ -160,7 +160,7 @@ index 2a5df1cf838c..440f21f5c3d8 100644 +config FUTEX2 + bool "Enable futex2 support" if EXPERT + depends on FUTEX -+ default n ++ default y + help + Experimental support for futex2 interface. + -- cgit v1.2.3