[PATCH v6 5/7] ARM: kprobes: disallow probing stack consuming instructions

2014-10-22 Thread Wang Nan
This patch prohibit probing instructions for which the stack requirement are unable to be determined statically. Some test cases are found not work again after the modification, this patch also removes them. Signed-off-by: Wang Nan --- arch/arm/kernel/kprobes-test-arm.c | 16 ++--

[PATCH v6 5/7] ARM: kprobes: disallow probing stack consuming instructions

2014-10-22 Thread Wang Nan
This patch prohibit probing instructions for which the stack requirement are unable to be determined statically. Some test cases are found not work again after the modification, this patch also removes them. Signed-off-by: Wang Nan wangn...@huawei.com --- arch/arm/kernel/kprobes-test-arm.c | 16