Skip to content

Commit 005f6c7

Browse files
committed
arch: increase privileged stack with mpu stack guard
After commit 3fb6ea2 the stack is not enough and a few tests have been failing. Fixes zephyrproject-rtos#10632 Signed-off-by: Anas Nashif <[email protected]>
1 parent 537798d commit 005f6c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ config USERSPACE
105105

106106
config PRIVILEGED_STACK_SIZE
107107
int "Size of privileged stack"
108+
default 512 if MPU_STACK_GUARD
108109
default 384 if ARC
109110
default 256
110111
depends on ARCH_HAS_USERSPACE

0 commit comments

Comments
 (0)