[PATCH v8 0/2] ARM: kprobes: enable OPTPROBES for ARM32
From: Wang Nan
Date: Tue Nov 18 2014 - 01:35:52 EST
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/