zephyr/subsys/testsuite
Ming Shao 5b84b0ac87 ztress: Coherence fix for tests/lib/spsc_pbuf
When CONFIG_KERNEL_COHERENCE=y, it's illegal to place shared
data(like ztress_context_data in this test case) on the stack,
because that memory is incoherent with respect to other CPUs
in the system.

In this specific case, it will cause PC register to load invalid
handler function pointer and crash the Xtensa processor.

Make it static.

Signed-off-by: Ming Shao <ming.shao@intel.com>
2022-09-01 10:27:08 +02:00
..
arch/unit_testing cmake: kconfig: introduce dedicated unit testing board 2022-08-18 14:29:14 +02:00
boards/unit_testing/unit_testing cmake: kconfig: introduce dedicated unit testing board 2022-08-18 14:29:14 +02:00
busy_sim devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
coverage testsuite: coverage: pin gcov sections for demand paging 2022-08-18 17:23:18 +02:00
include/zephyr ztest: Add test duration to summary for new ztest 2022-08-11 09:01:12 -04:00
soc/unit_testing/unit_testing cmake: kconfig: introduce dedicated unit testing board 2022-08-18 14:29:14 +02:00
ztest ztress: Coherence fix for tests/lib/spsc_pbuf 2022-09-01 10:27:08 +02:00
CMakeLists.txt testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
Kconfig tests: arm: Increase main stack size with no optimizations 2022-08-08 11:17:01 -04:00