sparc64: Prevent stack backtrace false positives on trap frames.
When we fully commit to returning back to kernel mode from a trap, zero out the regs->magic value to prevent false positives during stack backtraces. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
14d2c68baa
commit
ada44a0430
1 changed files with 1 additions and 0 deletions
|
@ -363,6 +363,7 @@ kern_rtt: rdpr %canrestore, %g1
|
||||||
brz,pn %g1, kern_rtt_fill
|
brz,pn %g1, kern_rtt_fill
|
||||||
nop
|
nop
|
||||||
kern_rtt_restore:
|
kern_rtt_restore:
|
||||||
|
stw %g0, [%sp + PTREGS_OFF + PT_V9_MAGIC]
|
||||||
restore
|
restore
|
||||||
retry
|
retry
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue