From: Johannes Berg Date: Tue, 23 Jul 2024 12:24:56 +0000 (+0200) Subject: um: remove ARCH_NO_PREEMPT_DYNAMIC X-Git-Tag: v6.11.2~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18998de2808b8eb52b56d34fec6794e9b866ad9c;p=thirdparty%2Fkernel%2Fstable.git um: remove ARCH_NO_PREEMPT_DYNAMIC [ Upstream commit 64dcf0b8779363ca07dfb5649a4cc71f9fdf390b ] There's no such symbol and we currently don't have any of the mechanisms to make boot-time selection cheap enough, so we can't have HAVE_PREEMPT_DYNAMIC_CALL or HAVE_PREEMPT_DYNAMIC_KEY. Remove the select statement. Reported-by: Lukas Bulwahn Fixes: cd01672d64a3 ("um: Enable preemption in UML") Signed-off-by: Johannes Berg Signed-off-by: Richard Weinberger Signed-off-by: Sasha Levin --- diff --git a/arch/um/Kconfig b/arch/um/Kconfig index dca84fd6d00a5..c89575d05021f 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -11,7 +11,6 @@ config UML select ARCH_HAS_KCOV select ARCH_HAS_STRNCPY_FROM_USER select ARCH_HAS_STRNLEN_USER - select ARCH_NO_PREEMPT_DYNAMIC select HAVE_ARCH_AUDITSYSCALL select HAVE_ARCH_KASAN if X86_64 select HAVE_ARCH_KASAN_VMALLOC if HAVE_ARCH_KASAN