08/08/2019 05:44, Phil Yang (Arm Technology China): > From: Aaron Conole <acon...@redhat.com> > > > > It's possible that the mcsunlock occurs before the test_mcslock_try has > > a chance to execute, which will result in the trylock being successful, > > making the test case fail. Fix this by waiting until all lcores have > > completed their test before unlocking the master lock. > > > > Fixes: 32dcb9fd2a22 ("test/mcslock: add MCS queued lock unit test") > > Cc: Phil Yang <phil.y...@arm.com> > > Cc: Gavin Hu <gavin...@arm.com> > > Cc: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > > Signed-off-by: Aaron Conole <acon...@redhat.com> > > Thanks for the patch. > Acked-by: Phil Yang <phil.y...@arm.com>
Applied, thanks