This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
2182178bae
zephyr
/
tests
/
kernel
/
fatal
/
sentinel.conf
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kconfig: generalised stack protection options Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-09-09 09:14:06 +08:00
CONFIG_STACK_SENTINEL=y
CONFIG_HW_STACK_PROTECTION=n
tests: fatal: fix several issues An errant commit accidentally disabled all testing of hardware-based stack protection. Restore it, and work around a problem with how these kinds of exceptions are reported on ARM until #7706 is fixed. We need to globally disable user mode due to how the select statements in Kconfig work, the stack sentinel is incompatible with user mode. Some build warnings when compiling as native_posix fixed. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-05-22 08:43:22 +08:00
CONFIG_TEST_USERSPACE=n
tests: fatal: convert legacy test to ztest Clear checkpatch errors and make use of ztest apis to support ztest framework. Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-10-31 13:05:27 +08:00
CONFIG_ZTEST=y