On Mon, Jul 22, 2019 at 05:14:26PM +0200, Maksym Planeta wrote: > Replace tasklets with workqueues in rxe driver. > > Ensure that task is called only through a workqueue. This allows to > simplify task logic. > > Add additional dependencies to make sure that cleanup tasks do not > happen after object's memory is already reclaimed. > > Improve overal stability of the driver by removing multiple race > conditions and use-after-free situations. This should be described more precisely Jason