lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241024124000.2931869-1-huangjunxian6@hisilicon.com>
Date: Thu, 24 Oct 2024 20:39:55 +0800
From: Junxian Huang <huangjunxian6@...ilicon.com>
To: <jgg@...pe.ca>, <leon@...nel.org>
CC: <linux-rdma@...r.kernel.org>, <linuxarm@...wei.com>,
	<linux-kernel@...r.kernel.org>, <huangjunxian6@...ilicon.com>,
	<tangchengchang@...wei.com>
Subject: [PATCH v2 for-rc 0/5] RDMA/hns: Bugfixes

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ