kernel_optimize_test/arch/parisc
Sven Schnelle 3d252454ed parisc: fix frame pointer in ftrace_regs_caller()
The current code in ftrace_regs_caller() doesn't assign
%r3 to contain the address of the current frame. This
is hidden if the kernel is compiled with FRAME_POINTER,
but without it just crashes because it tries to dereference
an arbitrary address. Fix this by always setting %r3 to the
current stack frame.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
2019-10-30 21:24:40 +01:00
..
boot
configs
include parisc: prefer __section from compiler_attributes.h 2019-10-14 21:44:07 +02:00
kernel parisc: fix frame pointer in ftrace_regs_caller() 2019-10-30 21:24:40 +01:00
lib
math-emu
mm parisc: Fix vmap memory leak in ioremap()/iounmap() 2019-10-14 21:44:17 +02:00
oprofile
defpalo.conf
install.sh
Kconfig
Kconfig.debug
Makefile
nm