aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/tm/tm-exec.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-26selftests/powerpc: exec() with suspended transactionCyril Bur1-0/+70
Perform an exec() class syscall with a suspended transaction. This is a test for the bug we fixed in 8e96a87c5431 ("powerpc/tm: Always reclaim in start_thread() for exec() class syscalls"). Signed-off-by: Cyril Bur <[email protected]> [mpe: Fix build errors, use a single binary for the test] Signed-off-by: Michael Ellerman <[email protected]>