mbox series

[0/2] Modify some code about kprobe

Message ID 1651753148-1464-1-git-send-email-yangtiezhu@loongson.cn
Headers show
Series Modify some code about kprobe | expand

Message

Tiezhu Yang May 5, 2022, 12:19 p.m. UTC
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(-)