commit | f10d4424b20c101f3b4dd599819083e1e4b5a3fa | [log] [tgz] |
---|---|---|
author | Cyril Bur <cyrilbur@gmail.com> | Fri Sep 23 16:18:20 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Oct 04 20:33:12 2016 +1100 |
tree | 1ba4364831f7a9e797d34c797d1cde69ef976e7d | |
parent | ef186331b427fdf2bf791d184921df6c6c6e9a63 [diff] |
selftests/powerpc: Add checks for transactional GPRs in signal contexts If a thread receives a signal while transactional the kernel creates a second context to show the transactional state of the process. This test loads some known values and waits for a signal and confirms that the expected values are in the signal context. Signed-off-by: Cyril Bur <cyrilbur@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>