diff options
author | Cyril Bur <cyrilbur@gmail.com> | 2016-09-23 16:18:22 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-10-04 20:33:14 +1100 |
commit | 7bb0e7e38b5787d0d88c709c8933a08ed733eb94 (patch) | |
tree | 8a0b0268feb657379291514ec9959c4edb2f0b41 | |
parent | 5ca4ffcd5cee39af6b0b3ccfea59ebfffb5c2ad5 (diff) |
selftests/powerpc: Add checks for transactional VMXs 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>