commit | 1dc02fcbda3e65723dcf920a2cfe53895e172d6e | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Jul 31 12:19:41 2024 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Aug 28 06:50:30 2024 -0400 |
tree | e8b0de66b4dc528701c1c437b5ecb52473a62a4d | |
parent | d736af8d2674525775bf52a68d2f8ff7870439f9 [diff] |
xtensa: initialize privileged stack during thread init This adds the bits to initialize the privileged stack for each thread during thread initialization. This prevents information leaking if the thread stack is reused, and also aids in calculating stack space usage during system calls. Signed-off-by: Daniel Leung <daniel.leung@intel.com>