1tests:
2  kernel.memory_protection.stackprot:
3    arch_exclude:
4      - xtensa
5      - posix
6      - sparc
7      - rx
8    tags:
9      - kernel
10      - userspace
11    ignore_faults: true
12  kernel.memory_protection.stackprot_tls:
13    filter: CONFIG_ARCH_HAS_STACK_CANARIES_TLS and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE
14    tags:
15      - kernel
16      - userspace
17    ignore_faults: true
18    extra_configs:
19      - CONFIG_THREAD_LOCAL_STORAGE=y
20      - CONFIG_STACK_CANARIES_TLS=y
21