tests/kernel/mem_protect/stackprot: stack size adjust
revert commit 3e255e968
which is to adjust stack size
on qemu_x86 platform for coverage test, but break other
platform's CI test.
Fixes: #15379.
Signed-off-by: Wentong Wu <wentong.wu@intel.com>
This commit is contained in:
parent
f38aa2e301
commit
8646a8e4f5
2 changed files with 1 additions and 2 deletions
|
@ -147,9 +147,7 @@ config SCHED_CPU_MASK
|
|||
|
||||
config MAIN_STACK_SIZE
|
||||
int "Size of stack for initialization and main thread"
|
||||
default 640 if RISCV32
|
||||
default 2048 if COVERAGE_GCOV
|
||||
default 1024 if X86
|
||||
default 512 if ZTEST
|
||||
default 1024
|
||||
help
|
||||
|
|
|
@ -3,4 +3,5 @@ CONFIG_STACK_CANARIES=y
|
|||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_MAIN_THREAD_PRIORITY=7
|
||||
CONFIG_MAIN_STACK_SIZE=640
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue