mbox series

[v2,0/2] Modify some code about kprobe

Message ID 1651832423-7932-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series Modify some code about kprobe | expand

Message

Tiezhu Yang May 6, 2022, 10:20 a.m. UTC
v2:
  -- only replace __kprobes with NOKPROBE_SYMBOL() in patch #2
  -- update the commit messages

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

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