commit | dd9bda4780936d319476867901b20c86b490b0c0 | [log] [tgz] |
---|---|---|
author | Cyril Bur <cyrilbur@gmail.com> | Fri Sep 23 16:18:23 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Oct 04 20:33:15 2016 +1100 |
tree | 3e0d5cc7bfdad5aa39b7a5c0c58627c575d75087 | |
parent | 7bb0e7e38b5787d0d88c709c8933a08ed733eb94 [diff] |
selftests/powerpc: Add checks for transactional VSXs 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>