mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
The function_graph_enter() function does the work of calling the function
graph hook function and the management of the shadow stack, simplifying the
work done in the architecture dependent prepare_ftrace_return().
Have nds32 use the new code, and remove the shadow stack management as well as
having to set up the trace structure.
This is needed to prepare for a fix of a design bug on how the curr_ret_stack
is used.
Cc: Greentime Hu <greentime@andestech.com>
Cc: stable@kernel.org
Fixes:
|
||
|---|---|---|
| .. | ||
| vdso | ||
| asm-offsets.c | ||
| atl2c.c | ||
| cacheinfo.c | ||
| devtree.c | ||
| dma.c | ||
| ex-entry.S | ||
| ex-exit.S | ||
| ex-scall.S | ||
| ftrace.c | ||
| head.S | ||
| irq.c | ||
| Makefile | ||
| module.c | ||
| nds32_ksyms.c | ||
| process.c | ||
| ptrace.c | ||
| setup.c | ||
| signal.c | ||
| stacktrace.c | ||
| sys_nds32.c | ||
| syscall_table.c | ||
| time.c | ||
| traps.c | ||
| vdso.c | ||
| vmlinux.lds.S | ||