]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: apply stack bias to user stack walks on SPARC
authorNick Alcock <nick.alcock@oracle.com>
Fri, 29 Jan 2016 15:04:40 +0000 (15:04 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 3 Feb 2016 16:37:06 +0000 (16:37 +0000)
commit526869b757f8855bb193aa6a3950c3216bc92c84
treecb7e8acec0f4425e1adf81188f57855333c7f913
parent88c61311c8537d1a94f75fee55bd7cbe73a6965a
dtrace: apply stack bias to user stack walks on SPARC

We were walking the stack without applying the stack bias, leading to a
big chunk of the start of the stack being cut off (often all of it).

Orabug: 22629102
Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Acked-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dtrace_isa.c