mbox series

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

Message ID 1651834923-31573-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, 11:02 a.m. UTC
v3: no need to change post_kprobe_handler() in patch #2 now,
    sorry for the carelessness.

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                         | 36 ++++++++++++++--------
 arch/mips/mm/fault.c                               |  6 ++--
 .../ftrace/test.d/kprobe/multiple_kprobes.tc       |  2 ++
 3 files changed, 30 insertions(+), 14 deletions(-)

Comments

Thomas Bogendoerfer May 12, 2022, 4:10 p.m. UTC | #1
On Fri, May 06, 2022 at 07:02:01PM +0800, Tiezhu Yang wrote:
> v3: no need to change post_kprobe_handler() in patch #2 now,
>     sorry for the carelessness.
> 
> 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                         | 36 ++++++++++++++--------
>  arch/mips/mm/fault.c                               |  6 ++--
>  .../ftrace/test.d/kprobe/multiple_kprobes.tc       |  2 ++
>  3 files changed, 30 insertions(+), 14 deletions(-)
> 
> -- 
> 2.1.0

seires applied to mips-next.

Thomas.