Skip to content
Commit 408c3658 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov Committed by Catalin Marinas
Browse files

ARM64: check stack pointer in get_wchan



get_wchan() is lockless. Task may wakeup at any time and change its own stack,
thus each next stack frame may be overwritten and filled with random stuff.

Signed-off-by: default avatarKonstantin Khlebnikov <k.khlebnikov@samsung.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 50afc33a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment