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/.gitignore | |
parent | 25007a69e852389985ee98235e76d740d4821c6c (diff) | |
download | linux-next-a26f415bf71640f0141e5e946384444675206b6a.tar.gz |
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/.gitignore')
-rw-r--r-- | tools/testing/selftests/powerpc/tm/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/tm/.gitignore b/tools/testing/selftests/powerpc/tm/.gitignore index 61c318fdace4..e6668217ccd0 100644 --- a/tools/testing/selftests/powerpc/tm/.gitignore +++ b/tools/testing/selftests/powerpc/tm/.gitignore @@ -1,3 +1,4 @@ tm-resched-dscr tm-syscall tm-signal-msr-resv +tm-signal-stack |