public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 for-rc 0/5] RDMA/hns: Bugfixes
@ 2024-10-24 12:39 Junxian Huang
  2024-10-24 12:39 ` [PATCH v2 for-rc 1/5] RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci Junxian Huang
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Junxian Huang @ 2024-10-24 12:39 UTC (permalink / raw)
  To: jgg, leon
  Cc: linux-rdma, linuxarm, linux-kernel, huangjunxian6, tangchengchang

Some hns bugfixes.
Patch #5 has been sent once before:
https://lore.kernel.org/lkml/4c202653-1ad7-d885-55b7-07c77a549b09@hisilicon.com/T/#m05883778af8e39438d864e9c0fb9062aa09f362c

v1 -> v2:
* Add spin_lock_init() for the newly-added flush_lock in patch #2.

Junxian Huang (1):
  RDMA/hns: Use dev_* printings in hem code instead of ibdev_*

Yuyu Li (1):
  RDMA/hns: Modify debugfs name

wenglianfa (3):
  RDMA/hns: Fix an AEQE overflow error caused by untimely update of
    eq_db_ci
  RDMA/hns: Fix flush cqe error when racing with destroy qp
  RDMA/hns: Fix cpu stuck caused by printings during reset

 drivers/infiniband/hw/hns/hns_roce_cq.c      |   4 +-
 drivers/infiniband/hw/hns/hns_roce_debugfs.c |   3 +-
 drivers/infiniband/hw/hns/hns_roce_device.h  |   3 +
 drivers/infiniband/hw/hns/hns_roce_hem.c     |  48 +++---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c   | 155 +++++++++++--------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h   |   5 +
 drivers/infiniband/hw/hns/hns_roce_mr.c      |   4 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c      |  69 ++++++---
 drivers/infiniband/hw/hns/hns_roce_srq.c     |   4 +-
 9 files changed, 178 insertions(+), 117 deletions(-)

--
2.33.0


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24 12:39 [PATCH v2 for-rc 0/5] RDMA/hns: Bugfixes Junxian Huang
2024-10-24 12:39 ` [PATCH v2 for-rc 1/5] RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci Junxian Huang
2024-10-24 12:39 ` [PATCH v2 for-rc 2/5] RDMA/hns: Fix flush cqe error when racing with destroy qp Junxian Huang
2024-10-24 17:48   ` Zhu Yanjun
2024-10-24 12:39 ` [PATCH v2 for-rc 3/5] RDMA/hns: Modify debugfs name Junxian Huang
2024-10-30 12:12   ` Leon Romanovsky
2024-10-31  9:16     ` Junxian Huang
2024-10-24 12:39 ` [PATCH v2 for-rc 4/5] RDMA/hns: Use dev_* printings in hem code instead of ibdev_* Junxian Huang
2024-10-24 12:40 ` [PATCH v2 for-rc 5/5] RDMA/hns: Fix cpu stuck caused by printings during reset Junxian Huang
2024-10-30 12:14 ` [PATCH v2 for-rc 0/5] RDMA/hns: Bugfixes Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox