[PATCH v17 05/11] ARM: kprobes: disallow probing stack consuming instructions

2014-12-26 Thread Wang Nan
This patch prohibits probing instructions for which the stack requirements 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 Reviewed-by: Jon Medhurst --- arch/arm/include/asm/kprobes.h

[PATCH v17 05/11] ARM: kprobes: disallow probing stack consuming instructions

2014-12-26 Thread Wang Nan
This patch prohibits probing instructions for which the stack requirements 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 Reviewed-by: Jon Medhurst t...@linaro.org