Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1205278
| From | Will Deacon <will.deacon@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v8 0/7] arm64: Add kernel probes (kprobes) support |
| Date | 2015-08-11 19:00 +0200 |
| Message-ID | <pWl46-2zU-19@gated-at.bofh.it> (permalink) |
| References | <pW654-66O-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi David, On Tue, Aug 11, 2015 at 01:52:37AM +0100, David Long 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. > > This patch depends on: > [PATCH 1/2] Move the pt_regs_offset struct definition from arch to common include file > [PATCH 2/2] Consolidate redundant register/stack access code Are these two queued somewhere? This series doesn't even build without them. Will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v8 0/7] arm64: Add kernel probes (kprobes) support David Long <dave.long@linaro.org> - 2015-08-11 03:00 +0200
Re: [PATCH v8 0/7] arm64: Add kernel probes (kprobes) support Will Deacon <will.deacon@arm.com> - 2015-08-11 19:00 +0200
Re: [PATCH v8 0/7] arm64: Add kernel probes (kprobes) support David Long <dave.long@linaro.org> - 2015-08-11 19:10 +0200
Re: [PATCH v8 0/7] arm64: Add kernel probes (kprobes) support Will Deacon <will.deacon@arm.com> - 2015-08-11 19:40 +0200
csiph-web