alistair23-linux/arch/mips/lib
Harvey Hunt aedcfbe065 MIPS: lib: Mark intrinsics notrace
On certain MIPS32 devices, the ftrace tracer "function_graph" uses
__lshrdi3() during the capturing of trace data. ftrace then attempts to
trace __lshrdi3() which leads to infinite recursion and a stack overflow.
Fix this by marking __lshrdi3() as notrace. Mark the other compiler
intrinsics as notrace in case the compiler decides to use them in the
ftrace path.

Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com>
Cc: <linux-mips@linux-mips.org>
Cc: <linux-kernel@vger.kernel.org>
Cc: <stable@vger.kernel.org> # 4.2.x-
Patchwork: https://patchwork.linux-mips.org/patch/13354/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2016-05-28 12:35:11 +02:00
..
ashldi3.c MIPS: lib: Mark intrinsics notrace 2016-05-28 12:35:11 +02:00
ashrdi3.c MIPS: lib: Mark intrinsics notrace 2016-05-28 12:35:11 +02:00
bitops.c
bswapdi.c MIPS: lib: Mark intrinsics notrace 2016-05-28 12:35:11 +02:00
bswapsi.c MIPS: lib: Mark intrinsics notrace 2016-05-28 12:35:11 +02:00
cmpdi2.c MIPS: lib: Mark intrinsics notrace 2016-05-28 12:35:11 +02:00
csum_partial.S
delay.c
dump_tlb.c MIPS: Print GuestCtl1 on machine check exception 2016-05-13 15:30:25 +02:00
iomap-pci.c
iomap.c
libgcc.h
lshrdi3.c MIPS: lib: Mark intrinsics notrace 2016-05-28 12:35:11 +02:00
Makefile MIPS: Use ARCH_USE_BUILTIN_BSWAP. 2015-10-26 09:49:43 +01:00
memcpy.S MIPS: lib: Fix typo 2016-05-28 12:35:08 +02:00
memset.S MIPS: memset.S: Disable code unused with non-R6 MIPS configs 2016-05-09 12:00:04 +02:00
mips-atomic.c MIPS: Cleanup the unused __arch_local_irq_restore() function 2016-01-22 01:58:49 +01:00
r3k_dump_tlb.c MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mips 2016-05-13 14:02:20 +02:00
strlen_user.S
strncpy_user.S
strnlen_user.S
ucmpdi2.c MIPS: lib: Mark intrinsics notrace 2016-05-28 12:35:11 +02:00
uncached.c