diff options
author | Michael Neuling <mikey@neuling.org> | 2015-11-20 07:15:33 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-12-14 12:41:48 +0300 |
commit | 25007a69e852389985ee98235e76d740d4821c6c (patch) | |
tree | 16dd7664889f9bcec4d30fafe234a32a734520cc /tools/testing/selftests/powerpc/tm/.gitignore | |
parent | b319ee8445961c5f7b2fd199c0ef99c418ee2d4a (diff) | |
download | linux-25007a69e852389985ee98235e76d740d4821c6c.tar.xz |
selftests/powerpc: Add TM signal return test
Test the kernel's signal return code to ensure that it doesn't crash
when both the transactional and suspend MSR bits are set in the signal
context.
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 2699635d2cd9..61c318fdace4 100644 --- a/tools/testing/selftests/powerpc/tm/.gitignore +++ b/tools/testing/selftests/powerpc/tm/.gitignore @@ -1,2 +1,3 @@ tm-resched-dscr tm-syscall +tm-signal-msr-resv |