Re: [PATCH] selftests/powerpc: Retry on host facility unavailable

2019-08-27 Thread Michael Ellerman
On Tue, 2019-08-20 at 22:54:11 UTC, Gustavo Romero wrote: > TM test tm-unavailable must take into account aborts due to host aborting > a transactin because of a facility unavailable exception, just like it > already does for aborts on reschedules (TM_CAUSE_KVM_RESCHED). > > Reported-by: Desnes

[PATCH] selftests/powerpc: Retry on host facility unavailable

2019-08-20 Thread Gustavo Romero
TM test tm-unavailable must take into account aborts due to host aborting a transactin because of a facility unavailable exception, just like it already does for aborts on reschedules (TM_CAUSE_KVM_RESCHED). Reported-by: Desnes A. Nunes do Rosario Tested-by: Desnes A. Nunes do Rosario