13/04/2018 16:16, Anatoly Burakov: > Earlier fix for race condition introduced a bug where mutex > wasn't unlocked if message failed to be sent. Fix all of this > by moving locking out of mp_request_sync() altogether. > > Fixes: da5957821bdd ("eal: fix race condition in IPC request") > Cc: anatoly.bura...@intel.com > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
Applied, thanks