Skip to content

Commit 144a439

Browse files
Wayne RenMaureenHelm
authored andcommitted
tests: fix the bug of sentinel.conf
Even CONFIG_HW_STACK_PROTECTION is no here, it is still yes as it will be re-selected by CONFIG_TEST_HW_STACK_PROTECTION in tests/Kconfig. So the correct setting here is: CONFIG_TEST_HW_STACK_PROTECTION=n This fixes #8092 (case1) Signed-off-by: Wayne Ren <[email protected]>
1 parent 5b6f860 commit 144a439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kernel/fatal/sentinel.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CONFIG_STACK_SENTINEL=y
2-
CONFIG_HW_STACK_PROTECTION=n
2+
CONFIG_TEST_HW_STACK_PROTECTION=n
33
CONFIG_TEST_USERSPACE=n
44
CONFIG_ZTEST=y

0 commit comments

Comments
 (0)