ARM: kprobes: Add ARM instruction simulation test cases
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
This commit is contained in:
@@ -1139,6 +1139,11 @@ static int __init run_all_tests(void)
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
pr_info("ARM instruction simulation\n");
|
||||
ret = run_test_cases(kprobe_arm_test_cases);
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
#else /* CONFIG_THUMB2_KERNEL */
|
||||
|
||||
pr_info("Probe 16-bit Thumb code\n");
|
||||
|
Reference in New Issue
Block a user