Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: remove ARCH_NO_PREEMPT_DYNAMIC

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 <lbulwahn@redhat.com>
Fixes: cd01672d64a3 ("um: Enable preemption in UML")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Johannes Berg and committed by
Richard Weinberger
64dcf0b8 671cd5ee

-1
-1
arch/um/Kconfig
··· 11 11 select ARCH_HAS_KCOV 12 12 select ARCH_HAS_STRNCPY_FROM_USER 13 13 select ARCH_HAS_STRNLEN_USER 14 - select ARCH_NO_PREEMPT_DYNAMIC 15 14 select HAVE_ARCH_AUDITSYSCALL 16 15 select HAVE_ARCH_KASAN if X86_64 17 16 select HAVE_ARCH_KASAN_VMALLOC if HAVE_ARCH_KASAN