Faisal Latif wrote: > qp was accessed after it got freed from disconnect task handling causing system crash. Now we increment qp's refcount before queue_work() and decrementing it after it is complete. > > Signed-off-by: Faisal Latif <faisal.latif at intel.com> > > --- Applied, Regards, Vladimir