]> git.karo-electronics.de Git - linux-beck.git/commit
selftests/powerpc: Add TM signal with invalid stack test
authorMichael Neuling <mikey@neuling.org>
Fri, 20 Nov 2015 04:15:34 +0000 (15:15 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 14 Dec 2015 09:41:49 +0000 (20:41 +1100)
commita26f415bf71640f0141e5e946384444675206b6a
treecac336d44bd69819375a6d413980457d81f55499
parent25007a69e852389985ee98235e76d740d4821c6c
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>
tools/testing/selftests/powerpc/tm/.gitignore
tools/testing/selftests/powerpc/tm/Makefile
tools/testing/selftests/powerpc/tm/tm-signal-stack.c [new file with mode: 0644]