Re: [PATCH 1/3] selftests/powerpc: Fix TM tests when CPU 0 is offline

2020-09-09 Thread Michael Ellerman
On Thu, 13 Aug 2020 11:34:43 +1000, Michael Ellerman wrote: > Several of the TM tests fail spuriously if CPU 0 is offline, because > they blindly try to affinitise to CPU 0. > > Fix them by picking any online CPU and using that instead. Applied to powerpc/next. [1/3] selftests/powerpc: Fix TM te

[PATCH 1/3] selftests/powerpc: Fix TM tests when CPU 0 is offline

2020-08-12 Thread Michael Ellerman
Several of the TM tests fail spuriously if CPU 0 is offline, because they blindly try to affinitise to CPU 0. Fix them by picking any online CPU and using that instead. Signed-off-by: Michael Ellerman --- tools/testing/selftests/powerpc/tm/tm-poison.c | 11 +++ tools/testing/selfte