zephyr/tests
Carlo Caione 807991e15f AArch64: Do not use CONFIG_GEN_PRIV_STACKS
We are setting CONFIG_GEN_PRIV_STACKS when AArch64 actually uses a
statically allocated privileged stack.

This error was not captured by the tests because we only verify whether
a read/write to a privileged stack is failing, but it can fail for a lot
of reasons including when the pointer to the privileged stack is not
initialized at all, like in this case.

With this patch we deselect CONFIG_GEN_PRIV_STACKS and we fix the
mem_protect/userspace test to correctly probe the privileged stack.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2021-03-25 07:23:19 -04:00
..
application_development tests: application_development: set integration_platforms 2021-03-03 18:13:19 -05:00
arch test: arm_psci: Move test to arm64_psci directory 2021-03-23 17:02:58 -04:00
benchmarks tests: benchmarks: increase timeout 2021-03-22 21:39:53 -04:00
bluetooth Bluetooth: Audio: Volume Offset Control Service and Client 2021-03-22 13:05:56 -04:00
boards qspi_testcase: modify the value used to check whether qspi is enabled 2021-03-10 14:26:00 -05:00
crypto tests: crypto: Add a unnormal testing condition 2021-03-09 05:10:54 -05:00
drivers tests: i2c_slave_api: Fix define usage 2021-03-22 13:04:36 -04:00
kernel AArch64: Do not use CONFIG_GEN_PRIV_STACKS 2021-03-25 07:23:19 -04:00
lib tests: lib: time: add test for time() function 2021-03-19 09:56:53 -04:00
misc/test_build
net include: Move ptp_clock.h to drivers/ptp_clock.h 2021-03-25 10:09:33 +02:00
portability tests: samples: Add targetted platform_excludes for intel_adsp_cavs15 2021-03-08 19:25:25 -05:00
posix tests/boards/samples: fixup after sdmmc driver relocation 2021-03-23 12:16:01 +01:00
subsys edac: ibecc: Add testing README 2021-03-24 05:43:17 -04:00
unit kernel: rbtree: test rbtree minmax api 2021-03-18 11:53:44 -04:00
ztest test: error_hook: check for exact SoCs instead of entire ARC EM family 2021-03-25 07:23:02 -04:00