On Wed, Mar 06, 2019 at 07:17:56PM +0200, Leon Romanovsky wrote: > From: Jack Morgenstein <jackm@xxxxxxxxxxxxxxxxxx> > > Code review revealed a race condition which could allow the catas error > flow to interrupt the alias guid query post mechanism at random points. > Thiis is fixed by doing cancel_delayed_work_sync() instead of > cancel_delayed_work() during the alias guid mechanism destroy flow. > > Fixes: a0c64a17aba8 ("mlx4: Add alias_guid mechanism") > Signed-off-by: Jack Morgenstein <jackm@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/mlx4/alias_GUID.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-rc thanks Jason