Re: [PATCH 02/16] qla2xxx: Implement ref count for srb
From: Daniel Wagner <hidden>
Date: 2021-12-28 11:12:28
From: Daniel Wagner <hidden>
Date: 2021-12-28 11:12:28
Hi Saurav On Thu, Dec 23, 2021 at 11:06:58PM -0800, Nilesh Javali wrote:
From: Saurav Kashyap <skashyap@marvell.com> 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@vger.kernel.org Signed-off-by: Daniel Wagner <redacted> Signed-off-by: Saurav Kashyap <skashyap@marvell.com> Signed-off-by: Nilesh Javali <njavali@marvell.com>
Thanks picking the patch up and getting it into shape. Highly appreciated! FWIW, Reviewed-by: Daniel Wagner <redacted> Daniel