linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] ARM: kprobes: enable OPTPROBES for ARM32
@ 2014-11-18  6:32 Wang Nan
  2014-11-18  6:32 ` [PATCH v8 1/2] kprobes: copy ainsn after alloc aggr kprobe Wang Nan
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Wang Nan @ 2014-11-18  6:32 UTC (permalink / raw)
  To: tixy, masami.hiramatsu.pt, linux, will.deacon, dave.long,
	taras.kondratiuk, ben.dooks, cl, rabin, davem
  Cc: lizefan, linux-kernel, linux-arm-kernel

Enable OPTPROBES for ARM 32. Previous discussion can be found:

https://lkml.org/lkml/2014/10/25/48
https://lkml.org/lkml/2014/10/22/254
https://lkml.org/lkml/2014/8/27/255
https://lkml.org/lkml/2014/8/12/12
https://lkml.org/lkml/2014/8/8/992
https://lkml.org/lkml/2014/8/8/5
https://lkml.org/lkml/2014/8/5/63

This series of patches is depend on 'ARM: kprobes: introduces
instruction checker.', which can be found at:

http://lists.infradead.org/pipermail/linux-arm-kernel/2014-November/303525.html

Wang Nan (2):
  kprobes: copy ainsn after alloc aggr kprobe
  ARM: kprobes: enable OPTPROBES for ARM 32

 arch/arm/Kconfig                  |   1 +
 arch/arm/include/asm/kprobes.h    |  26 ++++
 arch/arm/kernel/Makefile          |   3 +-
 arch/arm/kernel/kprobes-opt-arm.c | 285 ++++++++++++++++++++++++++++++++++++++
 kernel/kprobes.c                  |   6 +
 5 files changed, 320 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/kernel/kprobes-opt-arm.c

-- 
1.8.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-19  7:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-18  6:32 [PATCH v8 0/2] ARM: kprobes: enable OPTPROBES for ARM32 Wang Nan
2014-11-18  6:32 ` [PATCH v8 1/2] kprobes: copy ainsn after alloc aggr kprobe Wang Nan
2014-11-18 11:38   ` Masami Hiramatsu
2014-11-19  1:53     ` Wang Nan
2014-11-18  6:32 ` [PATCH v8 2/2] ARM: kprobes: enable OPTPROBES for ARM 32 Wang Nan
2014-11-19  7:08   ` Wang Nan
2014-11-18 19:34 ` [PATCH] kprobes: Pass the original kprobe for preparing optimized kprobe Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).