linux/arch/arm/probes/kprobes
Wang Nan a0266c214f ARM: kprobes: disallow probing stack consuming instructions
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 <wangnan0@huawei.com>
Reviewed-by: Jon Medhurst <tixy@linaro.org>
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2015-01-13 16:10:15 +00:00
..
actions-arm.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
actions-common.c
actions-thumb.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
checkers-arm.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
checkers-common.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
checkers-thumb.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
checkers.h ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
core.c ARM: kprobes: disallow probing stack consuming instructions 2015-01-13 16:10:15 +00:00
core.h ARM: kprobes: introduces checker 2015-01-09 09:36:51 +00:00
Makefile ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
test-arm.c ARM: kprobes: disallow probing stack consuming instructions 2015-01-13 16:10:15 +00:00
test-core.c
test-core.h
test-thumb.c