From 68fdbef524e93de50899d01fae02cb60be65cdb0 Mon Sep 17 00:00:00 2001 From: p-szafonimateusz Date: Tue, 30 Sep 2025 13:38:46 +0200 Subject: [PATCH] boards/x86_64/qemu-intel64: increase stack size for ostest increase stack size for ostest configuration. The default value is too small for x86 arch. Signed-off-by: p-szafonimateusz --- boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig b/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig index 66e9f33ef28..ed0585683f2 100644 --- a/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig +++ b/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig @@ -48,4 +48,5 @@ CONFIG_START_MONTH=3 CONFIG_START_YEAR=2011 CONFIG_SYSTEM_TIME64=y CONFIG_TESTING_OSTEST=y +CONFIG_TESTING_OSTEST_STACKSIZE=4194304 CONFIG_USEC_PER_TICK=1