Hi Saurav On Thu, Dec 23, 2021 at 11:06:58PM -0800, Nilesh Javali wrote: > From: Saurav Kashyap <skashyap@xxxxxxxxxxx> > > Fix race between timeout handler and completion handler by introducing > a reference counter. One reference is taken for the normal code path > (the 'good case') and one for the timeout path. > > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Daniel Wagner <dwagner@xxxxxxx> > Signed-off-by: Saurav Kashyap <skashyap@xxxxxxxxxxx> > Signed-off-by: Nilesh Javali <njavali@xxxxxxxxxxx> Thanks picking the patch up and getting it into shape. Highly appreciated! FWIW, Reviewed-by: Daniel Wagner <dwagner@xxxxxxx> Daniel