Dump stack in a thread-safe way. #503
Labels
project-kernel
Related to the kernel
safety
Something is unsound, could be unsafe
todo 🗒️
Created by the todo bot
dump_stack should allow reading the stack in a thread-safe way through the use of volatile reads. This would allow having a totally safe dump_stack function that can be used at will.
SunriseOS/kernel/src/panic.rs
Lines 190 to 200 in a2961e8
This issue was generated by todo based on a
TODO
comment in a2961e8 when #501 was merged. cc @roblabla.The text was updated successfully, but these errors were encountered: