diff options
author | Michael Neuling <mikey@neuling.org> | 2015-11-20 15:15:34 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-12-14 20:41:49 +1100 |
commit | a26f415bf71640f0141e5e946384444675206b6a (patch) | |
tree | cac336d44bd69819375a6d413980457d81f55499 /tools/testing/selftests/powerpc/tm/Makefile | |
parent | 25007a69e852389985ee98235e76d740d4821c6c (diff) | |
download | talos-obmc-linux-a26f415bf71640f0141e5e946384444675206b6a.tar.gz talos-obmc-linux-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/Makefile | 2 |
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) |