aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/tm/Makefile
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2015-11-20 15:15:34 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2015-12-14 20:41:49 +1100
commita26f415bf71640f0141e5e946384444675206b6a (patch)
treecac336d44bd69819375a6d413980457d81f55499 /tools/testing/selftests/powerpc/tm/Makefile
parentselftests/powerpc: Add TM signal return test (diff)
downloadlinux-dev-a26f415bf71640f0141e5e946384444675206b6a.tar.xz
linux-dev-a26f415bf71640f0141e5e946384444675206b6a.zip
selftests/powerpc: Add TM signal with invalid stack test
Test the kernels signal generation code to ensure it can handle an invalid stack pointer when transactional. Signed-off-by: Michael Neuling <mikey@neuling.org> Tested-by: Anshuman Khandual <khandual@linux.vnet.ibm.com> [mpe: Skip if we don't have TM] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/tm/Makefile')
-rw-r--r--tools/testing/selftests/powerpc/tm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/tm/Makefile b/tools/testing/selftests/powerpc/tm/Makefile
index c6b4ca8b2812..e7ceff809fa0 100644
--- a/tools/testing/selftests/powerpc/tm/Makefile
+++ b/tools/testing/selftests/powerpc/tm/Makefile
@@ -1,4 +1,4 @@
-TEST_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv
+TEST_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack
all: $(TEST_PROGS)