All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 for-rc 0/6] RDMA/bnxt_re: Bug fixes for 6.12 kernel
@ 2024-09-19  3:05 Selvin Xavier
  2024-09-19  3:05 ` [PATCH v2 for-rc 1/6] RDMA/bnxt_re: Fix a possible memory leak Selvin Xavier
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Selvin Xavier @ 2024-09-19  3:05 UTC (permalink / raw)
  To: leon, jgg
  Cc: linux-rdma, andrew.gospodarek, kalesh-anakkur.purayil,
	Selvin Xavier

Few generic fixes in bnxt_re driver for 6.12 kernel.
Please review and apply.

Thanks,
Selvin Xavier

v1 - v2: 
	- Add a patch that removes irq variant of spinlock and use
	  spin_lock_bh as the control path processing happens from
	  tasklet context
	- Address the comments from Zhu Yanjun by initializing the
	  newly added spin lock.
	- One more fix included in the series

Kalesh AP (2):
  RDMA/bnxt_re: Fix a possible memory leak
  RDMA/bnxt_re: Add a check for memory allocation

Saravanan Vajravel (1):
  RDMA/bnxt_re: Fix incorrect AVID type in WQE structure

Selvin Xavier (3):
  RDMA/bnxt_re: Fix the usage of control path spin locks
  RDMA/bnxt_re: synchronize the qp-handle table array
  RDMA/bnxt_re: Fix the max WQEs used in Static WQE mode

 drivers/infiniband/hw/bnxt_re/ib_verbs.c   |  6 ++++-
 drivers/infiniband/hw/bnxt_re/main.c       |  5 +++-
 drivers/infiniband/hw/bnxt_re/qplib_fp.c   |  4 ++++
 drivers/infiniband/hw/bnxt_re/qplib_fp.h   |  2 +-
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 38 +++++++++++++++---------------
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.h |  2 ++
 drivers/infiniband/hw/bnxt_re/qplib_res.c  |  2 ++
 7 files changed, 37 insertions(+), 22 deletions(-)

-- 
2.5.5


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-10-07 18:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19  3:05 [PATCH v2 for-rc 0/6] RDMA/bnxt_re: Bug fixes for 6.12 kernel Selvin Xavier
2024-09-19  3:05 ` [PATCH v2 for-rc 1/6] RDMA/bnxt_re: Fix a possible memory leak Selvin Xavier
2024-09-19  3:05 ` [PATCH v2 for-rc 2/6] RDMA/bnxt_re: Fix incorrect AVID type in WQE structure Selvin Xavier
2024-09-19  3:05 ` [PATCH v2 for-rc 3/6] RDMA/bnxt_re: Add a check for memory allocation Selvin Xavier
2024-09-19  3:05 ` [PATCH v2 for-rc 4/6] RDMA/bnxt_re: Fix the usage of control path spin locks Selvin Xavier
2024-09-19  3:06 ` [PATCH v2 for-rc 5/6] RDMA/bnxt_re: synchronize the qp-handle table array Selvin Xavier
2024-09-19  8:28   ` Zhu Yanjun
2024-10-04 19:27   ` Jason Gunthorpe
2024-10-07  5:50     ` Selvin Xavier
2024-10-07 12:28       ` Jason Gunthorpe
2024-10-07 18:26         ` Selvin Xavier
2024-09-19  3:06 ` [PATCH v2 for-rc 6/6] RDMA/bnxt_re: Fix the max WQEs used in Static WQE mode Selvin Xavier
2024-09-20 12:56 ` [PATCH v2 for-rc 0/6] RDMA/bnxt_re: Bug fixes for 6.12 kernel Jason Gunthorpe
2024-10-04 20:05 ` Jason Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.