]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: kprobes: Prevent known test failures stopping other tests running
authorJon Medhurst <tixy@linaro.org>
Thu, 23 Jan 2014 20:05:49 +0000 (15:05 -0500)
committerJon Medhurst <tixy@linaro.org>
Wed, 2 Jul 2014 11:48:36 +0000 (12:48 +0100)
commit8f255133ab52da18a3f2e0925c3b959e29499b77
tree7369d153a2a0a86eb2b7fd030c3458016e9505be
parentdad65f214dcb12470d80fac0c10a00cc171b7834
ARM: kprobes: Prevent known test failures stopping other tests running

Due to a long-standing issue with Thumb symbol lookup [1] the jprobes
tests fail when built into a kernel compiled as Thumb mode. (They work
fine for ARM mode kernels or for Thumb when built as a loadable module.)

Rather than have this problem terminate testing prematurely lets instead
emit an error message and carry on with the main kprobes tests, delaying
the final failure report until the end.

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2011-August/063026.html

Signed-off-by: Jon Medhurst <tixy@linaro.org>
arch/arm/kernel/kprobes-test.c