]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
MIPS: oprofile: Fix backtrace on 64-bit kernel
authorAaro Koskinen <aaro.koskinen@nsn.com>
Fri, 17 Oct 2014 15:10:24 +0000 (18:10 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Dec 2014 23:57:12 +0000 (15:57 -0800)
commit51b4651a82bb4fee40de9f5bd0770db4eb798e8a
tree3d9bfd5e4e62765346efaa8a5a020c2a48550c02
parent2782ec76ca4c8760f12426502588b9e1d3c6cd84
MIPS: oprofile: Fix backtrace on 64-bit kernel

commit bbaf113a481b6ce32444c125807ad3618643ce57 upstream.

Fix incorrect cast that always results in wrong address for the new
frame on 64-bit kernels.

Signed-off-by: Aaro Koskinen <aaro.koskinen@nsn.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8110/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/oprofile/backtrace.c