All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-rc v3 0/2] RDMA/bnxt_re: Bug fixes for 6.12 kernel
@ 2024-10-14 13:36 Selvin Xavier
  2024-10-14 13:36 ` [PATCH for-rc v3 1/2] RDMA/bnxt_re: Fix the usage of control path spin locks Selvin Xavier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Selvin Xavier @ 2024-10-14 13:36 UTC (permalink / raw)
  To: leon, jgg
  Cc: linux-rdma, andrew.gospodarek, kalesh-anakkur.purayil, Zhu Yanjun,
	Selvin Xavier

Hi,
 Posting the v3 series for the 2 patches that was not merged from
 the series. Please review and apply if it is okay to be merged.

Thanks,
Selvin Xavier

v2 - v3:
	- Only the patches that got deferred from the previous posting of
	  this series
	- Addressing Jason's comment to avoid using the lockdep
	  annotation for the new spin_lock, as this is not a nested
	  lock.

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

Selvin Xavier (2):
  RDMA/bnxt_re: Fix the usage of control path spin locks
  RDMA/bnxt_re: synchronize the qp-handle table array

 drivers/infiniband/hw/bnxt_re/qplib_fp.c   |  4 ++++
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 38 +++++++++++++++---------------
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.h |  2 ++
 3 files changed, 25 insertions(+), 19 deletions(-)

-- 
2.5.5


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

end of thread, other threads:[~2024-10-21 16:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-14 13:36 [PATCH for-rc v3 0/2] RDMA/bnxt_re: Bug fixes for 6.12 kernel Selvin Xavier
2024-10-14 13:36 ` [PATCH for-rc v3 1/2] RDMA/bnxt_re: Fix the usage of control path spin locks Selvin Xavier
2024-10-14 13:36 ` [PATCH for-rc v3 2/2] RDMA/bnxt_re: synchronize the qp-handle table array Selvin Xavier
2024-10-21 16:34 ` [PATCH for-rc v3 0/2] RDMA/bnxt_re: Bug fixes for 6.12 kernel 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.