[PATCH 2/2] um: enable VMAP_STACK
Johannes Berg
johannes at sipsolutions.net
Wed Aug 11 07:58:26 PDT 2021
From: Johannes Berg <johannes.berg at intel.com>
This works just fine, so select HAVE_ARCH_VMAP_STACK to
let users enable VMAP_STACK if desired.
Signed-off-by: Johannes Berg <johannes.berg at intel.com>
---
arch/um/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index 0561b73cfd9a..389c9f5bcb2b 100644
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -21,6 +21,7 @@ config UML
select HAVE_GCC_PLUGINS
select SET_FS
select TTY # Needed for line.c
+ select HAVE_ARCH_VMAP_STACK
config MMU
bool
--
2.31.1
More information about the linux-um
mailing list