You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During allocation of a counter slot, spinlock isn't released in case of
failure. This could lead to deadlock in case of failed allocation. This
change fixes that by adding the missing release operation.
Signed-off-by: Wojciech Jablonski <wojciech.jablonski@intel.com>
0 commit comments