On Thu, Jun 11, 2020 at 04:00:45PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Fix the following sparse error by adding annotation > to cm_queue_work_unlock() that it releases cm_id_priv->lock lock. > > drivers/infiniband/core/cm.c:936:24: warning: context imbalance in > 'cm_queue_work_unlock' - unexpected unlock > > Fixes: e83f195aa45c ("RDMA/cm: Pull duplicated code into cm_queue_work_unlock()") > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/core/cm.c | 1 + > 1 file changed, 1 insertion(+) Applied to for-rc Thanks, Jason