[PATCH v6 3/7] ARM: kprobes: introduces checker

2014-10-22 Thread Wang Nan
This patch introdces a 'checker' field to decode_action, and calls checkers when instruction decoding. This allows further analysis for specific instructions. Signed-off-by: Wang Nan --- arch/arm/kernel/probes.c | 10 ++ arch/arm/kernel/probes.h | 10 -- 2 files changed, 18

[PATCH v6 3/7] ARM: kprobes: introduces checker

2014-10-22 Thread Wang Nan
This patch introdces a 'checker' field to decode_action, and calls checkers when instruction decoding. This allows further analysis for specific instructions. Signed-off-by: Wang Nan wangn...@huawei.com --- arch/arm/kernel/probes.c | 10 ++ arch/arm/kernel/probes.h | 10 -- 2