mirror of
https://github.com/apache/nuttx.git
synced 2026-08-30 21:53:06 +00:00
After addrenv_switch(), the current running task (this_task) may change due to deferred work execution. Update all architecture interrupt, syscall, and exit handlers to re-fetch tcb = this_task() after addrenv_switch(). Ensures scheduler and context operations use the correct TCB, preventing context corruption and exceptions across SMP and memory-protected builds. Signed-off-by: hujun5 <hujun5@xiaomi.com> |
||
|---|---|---|
| .. | ||
| cmake | ||
| common | ||
| esp32 | ||
| esp32s2 | ||
| esp32s3 | ||
| lx6 | ||
| lx7 | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Makefile | ||