Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1432573

Re: [PATCH v14 00/10] arm64: Add kernel probes (kprobes) support

From Masami Hiramatsu <mhiramat@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v14 00/10] arm64: Add kernel probes (kprobes) support
Date 2016-06-28 09:40 +0200
Message-ID <rOVMJ-3Pm-1@gated-at.bofh.it> (permalink)
References <rOv5T-35I-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi David,

On Sun, 26 Jun 2016 23:06:43 -0400
David Long <dave.long@linaro.org> wrote:

> From: "David A. Long" <dave.long@linaro.org>
> 
> This patchset is heavily based on Sandeepa Prabhu's ARM v8 kprobes patches,
> first seen in October 2013. This version attempts to address concerns
> raised by reviewers and also fixes problems discovered during testing.
> 
> This patchset adds support for kernel probes(kprobes), jump probes(jprobes)
> and return probes(kretprobes) support for ARM64.
> 
> The kprobes mechanism makes use of software breakpoint and single stepping
> support available in the ARM v8 kernel.

Great! All the patches in this series are OK for me :)
If you'd like to update the series about directory renaming and
including "asm-generic/ptrace.h", feel free to do so, and resend
with my Ack.

Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
for this series.

Thank you!

-- 
Masami Hiramatsu <mhiramat@kernel.org>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v14 00/10] arm64: Add kernel probes (kprobes) support David Long <dave.long@linaro.org> - 2016-06-27 05:10 +0200
  [PATCH v14 02/10] arm64: Add more test functions to insn.c David Long <dave.long@linaro.org> - 2016-06-27 05:10 +0200
  [PATCH v14 10/10] kprobes: Add arm64 case in kprobe example module David Long <dave.long@linaro.org> - 2016-06-27 05:10 +0200
  [PATCH v14 07/10] arm64: kprobes instruction simulation support David Long <dave.long@linaro.org> - 2016-06-27 05:10 +0200
  [PATCH v14 08/10] arm64: Add trampoline code for kretprobes David Long <dave.long@linaro.org> - 2016-06-27 05:10 +0200
  [PATCH v14 06/10] arm64: Treat all entry code as non-kprobe-able David Long <dave.long@linaro.org> - 2016-06-27 05:10 +0200
  [PATCH v14 09/10] arm64: Add kernel return probes support (kretprobes) David Long <dave.long@linaro.org> - 2016-06-27 05:10 +0200
  [PATCH v14 04/10] arm64: Kprobes with single stepping support David Long <dave.long@linaro.org> - 2016-06-27 05:10 +0200
    Re: [PATCH v14 04/10] arm64: Kprobes with single stepping support Pratyush Anand <panand@redhat.com> - 2016-06-27 09:00 +0200
      Re: [PATCH v14 04/10] arm64: Kprobes with single stepping support David Long <dave.long@linaro.org> - 2016-06-27 16:10 +0200
        Re: [PATCH v14 04/10] arm64: Kprobes with single stepping support Masami Hiramatsu <mhiramat@kernel.org> - 2016-06-28 09:30 +0200
  Re: [PATCH v14 00/10] arm64: Add kernel probes (kprobes) support Masami Hiramatsu <mhiramat@kernel.org> - 2016-06-28 09:40 +0200

csiph-web