Re: [PATCH v2 3/3] powerpc/tm: Add tm-poison test

2019-09-25 Thread Michael Ellerman
On Wed, 2019-09-04 at 04:55:29 UTC, gromero wrote: > From: Gustavo Romero > > Add TM selftest to check if FP or VEC register values from one process > can leak into another process when both run on the same CPU. > > Signed-off-by: Gustavo Romero > Signed-off-by: Michael Neuling Applied to pow

[PATCH v2 3/3] powerpc/tm: Add tm-poison test

2019-09-03 Thread gromero
From: Gustavo Romero Add TM selftest to check if FP or VEC register values from one process can leak into another process when both run on the same CPU. Signed-off-by: Gustavo Romero Signed-off-by: Michael Neuling --- tools/testing/selftests/powerpc/tm/.gitignore | 1 + tools/testing/selfte