mbox series

[0/3] ftrace fixes for PA-RISC

Message ID 20211019183152.26191-1-svens@stackframe.org (mailing list archive)
Headers show
Series ftrace fixes for PA-RISC | expand

Message

Sven Schnelle Oct. 19, 2021, 6:31 p.m. UTC
I tried to enable ftrace, but it didn't work. These are the required
fixes to make it work again.

Sven Schnelle (3):
  parisc: don't use dereference_function_descriptor() in trace stub
  parisc/ftrace: use static key to enable function graph
  parisc: mark xchg functions notrace

 arch/parisc/kernel/ftrace.c | 13 ++++++-------
 arch/parisc/lib/bitops.c    | 12 ++++++------
 2 files changed, 12 insertions(+), 13 deletions(-)