linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/2] ARM: kprobes: enable OPTPROBES for ARM32
@ 2014-11-19  6:50 Wang Nan
  2014-11-19  6:50 ` [PATCH v9 1/2] kprobes: Pass the original kprobe for preparing optimized kprobe Wang Nan
  2014-11-19  6:50 ` [PATCH v9 2/2] ARM: kprobes: enable OPTPROBES for ARM 32 Wang Nan
  0 siblings, 2 replies; 4+ messages in thread
From: Wang Nan @ 2014-11-19  6:50 UTC (permalink / raw)
  To: linux-arm-kernel

This is version 9 of OPTPROBES for ARM 32. Previous discussion can be
found from:

https://lkml.org/lkml/2014/11/18/41
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

The main change of this series is use Masami Hiramatsu's patch to avoid
copy_kprobes() twice. See: https://lkml.org/lkml/2014/11/18/1090 .

This series is depend on 'ARM: kprobes: introduces instruction
checker.' to collect stack consumption, which can be found at:

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

Masami Hiramatsu (1):
  kprobes: Pass the original kprobe for preparing optimized kprobe

Wang Nan (1):
  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 | 290 ++++++++++++++++++++++++++++++++++++++
 arch/x86/kernel/kprobes/opt.c     |   3 +-
 include/linux/kprobes.h           |   3 +-
 kernel/kprobes.c                  |   4 +-
 7 files changed, 325 insertions(+), 5 deletions(-)
 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-11-20  4:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19  6:50 [PATCH v9 0/2] ARM: kprobes: enable OPTPROBES for ARM32 Wang Nan
2014-11-19  6:50 ` [PATCH v9 1/2] kprobes: Pass the original kprobe for preparing optimized kprobe Wang Nan
2014-11-19  6:50 ` [PATCH v9 2/2] ARM: kprobes: enable OPTPROBES for ARM 32 Wang Nan
2014-11-20  4:04   ` 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).