From da4024b1f7294e0d7d515426bafdd3fbaf8d189f Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Fri, 13 Oct 2017 13:03:32 -0700 Subject: [PATCH] Kconfig: CONFIG_USERSPACE is experimental Indicate to users that this feature isn't fully baked yet. This will be reverted for 1.11 release. Signed-off-by: Andrew Boie --- arch/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 1f5d43fff07..b70307e47bf 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -45,7 +45,7 @@ config HW_STACK_PROTECTION Select this option to enable hardware stack protection. config USERSPACE - bool "User mode threads" + bool "User mode threads (EXPERIMENTAL)" depends on ARCH_HAS_USERSPACE select HW_STACK_PROTECTION help @@ -54,6 +54,9 @@ config USERSPACE with the kernel via system calls. See Zephyr documentation for more details about this feature. + This feature is under heavy development and APIs related to it are + subject to change, even if declared non-private. + config MAX_THREAD_BYTES int "Bytes to use when tracking object thread permissions" default 2