linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/2] ARM: kprobes: enable OPTPROBES for ARM 32.
@ 2014-10-25  6:51 Wang Nan
  2014-10-25  6:51 ` [PATCH v7 1/2] kprobes: copy ainsn after alloc aggr kprobe Wang Nan
  2014-10-25  6:51 ` [PATCH v7 2/2] ARM: kprobes: enable OPTPROBES for ARM 32 Wang Nan
  0 siblings, 2 replies; 4+ messages in thread
From: Wang Nan @ 2014-10-25  6:51 UTC (permalink / raw)
  To: linux-arm-kernel

This is the 7th version of ARM KPROBEOPT patch series.  This patch
series is depend on previous patch series I have posted: 'ARM: kprobes:
introduces instruction checker.'.

Previous discussions can be found:

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

The main content of this patch series is identical to patch 6/7 and 7/7
in v6. I post a v7 series because Masami Hiramatsu suggests me to make
the ARM OPTPROBES and the checker mechanism two sepreted series.

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] 4+ messages in thread

end of thread, other threads:[~2014-10-27 12:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-25  6:51 [PATCH v7 0/2] ARM: kprobes: enable OPTPROBES for ARM 32 Wang Nan
2014-10-25  6:51 ` [PATCH v7 1/2] kprobes: copy ainsn after alloc aggr kprobe Wang Nan
2014-10-27 12:24   ` Masami Hiramatsu
2014-10-25  6:51 ` [PATCH v7 2/2] ARM: kprobes: enable OPTPROBES for ARM 32 Wang Nan

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).