All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Modify some code about kprobe
@ 2022-05-05 12:19 Tiezhu Yang
  2022-05-05 12:19 ` [PATCH 1/2] selftests/ftrace: Save kprobe_events to test log Tiezhu Yang
  2022-05-05 12:19 ` [PATCH 2/2] MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation Tiezhu Yang
  0 siblings, 2 replies; 6+ messages in thread
From: Tiezhu Yang @ 2022-05-05 12:19 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Masami Hiramatsu, Steven Rostedt, Shuah Khan
  Cc: Xuefeng Li, linux-mips, linux-kselftest, linux-kernel

This patch series is preparation to fix the problems when execute
the multiple_kprobes.tc selftest on mips, some more work needs to
be done.

Tiezhu Yang (2):
  selftests/ftrace: Save kprobe_events to test log
  MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation

 arch/mips/kernel/kprobes.c                         | 45 +++++++++++++++-------
 arch/mips/mm/fault.c                               |  6 ++-
 .../ftrace/test.d/kprobe/multiple_kprobes.tc       |  2 +
 3 files changed, 38 insertions(+), 15 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2022-05-06  3:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 12:19 [PATCH 0/2] Modify some code about kprobe Tiezhu Yang
2022-05-05 12:19 ` [PATCH 1/2] selftests/ftrace: Save kprobe_events to test log Tiezhu Yang
2022-05-06  1:46   ` Masami Hiramatsu
2022-05-05 12:19 ` [PATCH 2/2] MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation Tiezhu Yang
2022-05-06  1:45   ` Masami Hiramatsu
2022-05-06  3:24     ` Tiezhu Yang

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.