OpenCloudOS-Kernel/arch/powerpc/platforms
Nicholas Piggin 4f242fc5f2 powerpc/pseries: warn if recursing into the hcall tracing code
The hcall tracing code has a recursion check built in, which skips
tracing if we are already tracing an hcall.

However if the tracing code has problems with recursion, this check
may not catch all cases because the tracing code could be invoked from
a different tracepoint first, then make an hcall that gets traced,
then recurse.

Add an explicit warning if recursion is detected here, which might help
to notice tracing code making hcalls. Really the core trace code should
have its own recursion checking and warnings though.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210508101455.1578318-5-npiggin@gmail.com
2021-05-12 11:07:39 +10:00
..
4xx
8xx
40x
44x
52xx
82xx
83xx
85xx
86xx
512x
amigaone
cell
chrp
embedded6xx
maple
pasemi
powermac
powernv
ps3
pseries powerpc/pseries: warn if recursing into the hcall tracing code 2021-05-12 11:07:39 +10:00
Kconfig
Kconfig.cputype Merge branch 'akpm' (patches from Andrew) 2021-05-05 13:50:15 -07:00
Makefile
fsl_uli1575.c