All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for kprobes on ftrace
@ 2019-07-23 20:37 Sven Schnelle
  2019-07-23 20:37 ` [PATCH 1/4] parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support Sven Schnelle
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sven Schnelle @ 2019-07-23 20:37 UTC (permalink / raw)
  To: deller; +Cc: linux-parisc, Sven Schnelle

Hi,

these patches add support for running Kprobes on ftrace infrastructure. While
at it i also fixed on bug in the code patching function and add Jump labels
to the supported features list for PA-RISC.

Regards
Sven

Sven Schnelle (4):
  parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support
  parisc/ftrace: Add KPROBES_ON_FTRACE
  parisc: Update feature list
  parisc: fix race condition in patching code

 .../core/jump-labels/arch-support.txt         |  2 +-
 .../debug/kprobes-on-ftrace/arch-support.txt  |  2 +-
 arch/parisc/Kconfig                           |  2 +
 arch/parisc/include/asm/ftrace.h              |  1 +
 arch/parisc/kernel/entry.S                    | 99 +++++++++++++++++++
 arch/parisc/kernel/ftrace.c                   | 67 ++++++++++++-
 6 files changed, 166 insertions(+), 7 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-23 20:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-23 20:37 [PATCH 0/4] Add support for kprobes on ftrace Sven Schnelle
2019-07-23 20:37 ` [PATCH 1/4] parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support Sven Schnelle
2019-07-23 20:37 ` [PATCH 2/4] parisc/ftrace: Add KPROBES_ON_FTRACE Sven Schnelle
2019-07-23 20:37 ` [PATCH 3/4] parisc: Update feature list Sven Schnelle
2019-07-23 20:37 ` [PATCH 4/4] parisc: fix race condition in patching code Sven Schnelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.