zephyr/kernel/sys
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Yiren Guo 470f468760 kernel: thread_entry: fix include for TLS stack canaries
sys_rand_get() is used to initialize __stack_chk_guard under
CONFIG_STACK_CANARIES_TLS, but <zephyr/random/random.h> was included
under CONFIG_CURRENT_THREAD_USE_TLS. Builds fail when
STACK_CANARIES_TLS=y and CURRENT_THREAD_USE_TLS=n. Also fix the
mismatched endif comment.

Signed-off-by: Yiren Guo <guoyr_2013@hotmail.com>
2026-08-19 18:41:05 -04:00
..
CMakeLists.txt
sem.c
thread_entry.c kernel: thread_entry: fix include for TLS stack canaries 2026-08-19 18:41:05 -04:00