Re: [PATCH 2/2] selftests/powerpc: Test TM and VMX register state

2017-05-15 Thread Michael Ellerman
Michael Neuling writes: > diff --git a/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c > b/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c > new file mode 100644 > index 00..137185ba49 > --- /dev/null > +++ b/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c > @@ -0,0 +1,118 @@

Re: [PATCH 2/2] selftests/powerpc: Test TM and VMX register state

2017-05-12 Thread Cyril Bur
On Mon, 2017-05-08 at 17:16 +1000, Michael Neuling wrote: > Test that the VMX checkpointed register state is maintained when a VMX > unavailable exception is taken during a transaction. > > Thanks to Breno Leitao and > Gustavo Bueno Romero for the original test this > is based heavily on. > Go

[PATCH 2/2] selftests/powerpc: Test TM and VMX register state

2017-05-08 Thread Michael Neuling
Test that the VMX checkpointed register state is maintained when a VMX unavailable exception is taken during a transaction. Thanks to Breno Leitao and Gustavo Bueno Romero for the original test this is based heavily on. Signed-off-by: Michael Neuling --- tools/testing/selftests/powerpc/tm/Mak