| commit | c08905ecc9074539af2605b25befb6ab65a8b4ec | [log] [tgz] |
|---|---|---|
| author | Peter Mitsis <peter.mitsis@intel.com> | Fri Oct 03 12:41:46 2025 -0700 |
| committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Nov 25 19:25:44 2025 +0000 |
| tree | 6530154ea3aa06ea8ddca110df31bbeade0a6d13 | |
| parent | 962a4cadec441b68936149337c22c9c9f4b4eff4 [diff] |
kernel: Add thread runtime stack safety Adds support for thread runtime stack safety. This kernel feature allows a developer to run enhanced stack usage checks on threads such that if the amount of unused stack space drops below a thread's configured threshold, it will invoke a custom handler/callback. This can be used by monitoring software to log warnings, suspend or abort threads, or even reboot the system. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>