common:
tags:
- kernel
- security
min_ram: 32
integration_platforms:
- qemu_x86
- qemu_x86/atom/nommu
- qemu_x86_64
- qemu_cortex_a53
- qemu_cortex_a53/qemu_cortex_a53/smp
- qemu_cortex_m3
- qemu_riscv32
- qemu_riscv32e
- qemu_riscv64
- qemu_riscv64/qemu_virt_riscv64/smp
# Permutations of (pool | alloc | user)
tests:
kernel.threads.dynamic_thread.stack.no_pool.no_alloc.no_user:
extra_configs:
# 000
- CONFIG_DYNAMIC_THREAD_POOL_SIZE=0
- CONFIG_DYNAMIC_THREAD_ALLOC=n
- CONFIG_USERSPACE=n
kernel.threads.dynamic_thread.stack.no_pool.no_alloc.user:
tags: userspace
# 001
- CONFIG_USERSPACE=y
kernel.threads.dynamic_thread.stack.no_pool.alloc.no_user:
# 010
- CONFIG_DYNAMIC_THREAD_ALLOC=y
- CONFIG_DYNAMIC_THREAD_PREFER_ALLOC=y
kernel.threads.dynamic_thread.stack.no_pool.alloc.user:
# 011
kernel.threads.dynamic_thread.stack.pool.no_alloc.no_user:
# 100
- CONFIG_DYNAMIC_THREAD_POOL_SIZE=2
kernel.threads.dynamic_thread.stack.pool.no_alloc.user:
# 101
kernel.threads.dynamic_thread.stack.pool.alloc.no_user:
# 110
kernel.threads.dynamic_thread.stack.pool.alloc.user:
# 111