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
fb60aab245
zephyr
/
tests
/
kernel
/
mem_protect
/
stack_random
/
testcase.yaml
5 lines
107 B
YAML
Raw
Normal View
History
Unescape
Escape
kernel: introduce initial stack randomization This is a component of address space layout randomization that we can implement even though we have a physical address space. Support for upward-growing stacks omitted for now, it's not done currently on any of our current or planned architectures. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-03-02 23:54:13 +08:00
tests
:
kernel.memory_protection.stack_random
:
arch_exclude
:
posix
tests: kernel: Add missing kernel tag to tests Add kernel to any testcase.yaml files that happen to be missing for tests under tests/kernel/ Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-06 00:19:13 +08:00
tags
:
kernel memory_protection