Acknowledged
Created: Dec 16, 2025
Updated: Dec 18, 2025
Found In Version: 10.24.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]riscv: stacktrace: Disable KASAN checks for non-current tasks[EOL][EOL]Unwinding the stack of a task other than current, KASAN would report[EOL]"BUG: KASAN: out-of-bounds in walk_stackframe+0x41c/0x460"[EOL][EOL]There is a same issue on x86 and has been resolved by the commit[EOL]84936118bdf3 ("x86/unwind: Disable KASAN checks for non-current tasks")[EOL]The solution could be applied to RISC-V too.[EOL][EOL]This patch also can solve the issue:[EOL]https://seclists.org/oss-sec/2025/q4/23[EOL][EOL][pjw@kernel.org: clean up checkpatch issues]