mbox series

[v3,for-rc,0/3] IB/isert Bug fixes in ib_isert

Message ID 20230606102531.162967-1-saravanan.vajravel@broadcom.com (mailing list archive)
Headers show
Series IB/isert Bug fixes in ib_isert | expand

Message

Saravanan Vajravel June 6, 2023, 10:25 a.m. UTC
Generic bug fixes to ib_isert

Regards,
Saravanan Vajravel

v1 -> v2:
 - Added Fixes tag to all patches
 - Fixed compilation issue in first patch
v2 -> v3:
 - In second patch, limited mutex lock to list_del_init() only
 - In third patch, corrected Fixes tag

Saravanan Vajravel (3):
  IB/isert: Fix dead lock in ib_isert
  IB/isert: Fix possible list corruption in CMA handler
  IB/isert: Fix incorrect release of isert connection

 drivers/infiniband/ulp/isert/ib_isert.c | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

Comments

Leon Romanovsky June 11, 2023, 5:30 p.m. UTC | #1
On Tue, 06 Jun 2023 03:25:28 -0700, Saravanan Vajravel wrote:
> Generic bug fixes to ib_isert
> 
> Regards,
> Saravanan Vajravel
> 
> v1 -> v2:
>  - Added Fixes tag to all patches
>  - Fixed compilation issue in first patch
> v2 -> v3:
>  - In second patch, limited mutex lock to list_del_init() only
>  - In third patch, corrected Fixes tag
> 
> [...]

Applied, thanks!

[1/3] IB/isert: Fix dead lock in ib_isert
      https://git.kernel.org/rdma/rdma/c/691b0480933f0c
[2/3] IB/isert: Fix possible list corruption in CMA handler
      https://git.kernel.org/rdma/rdma/c/7651e2d6c5b359
[3/3] IB/isert: Fix incorrect release of isert connection
      https://git.kernel.org/rdma/rdma/c/699826f4e30ab7

Best regards,