Linux-RDMA Archive mirror
 help / color / mirror / Atom feed
From: Junxian Huang <huangjunxian6@hisilicon.com>
To: <jgg@ziepe.ca>, <leon@kernel.org>
Cc: <linux-rdma@vger.kernel.org>, <linuxarm@huawei.com>,
	<linux-kernel@vger.kernel.org>, <huangjunxian6@hisilicon.com>
Subject: [PATCH for-next 00/10] RDMA/hns: Bugfixes and cleanups
Date: Fri, 12 Apr 2024 17:16:06 +0800	[thread overview]
Message-ID: <20240412091616.370789-1-huangjunxian6@hisilicon.com> (raw)

Here are some bugfixes and cleanups.

Chengchang Tang (7):
  RDMA/hns: Remove unused parameters and variables
  RDMA/hns: Add max_ah and cq moderation capacities in query_device()
  RDMA/hns: Fix deadlock on SRQ async events.
  RDMA/hns: Fix UAF for cq async event
  RDMA/hns: Fix GMV table pagesize
  RDMA/hns: Use complete parentheses in macros
  RDMA/hns: Modify the print level of CQE error

Yangyang Li (1):
  RDMA/hns: Use macro instead of magic number

wenglianfa (2):
  RDMA/hns: Fix mismatch exception rollback
  RDMA/hns: Add mutex_destroy()

 drivers/infiniband/hw/hns/hns_roce_alloc.c  |  3 +-
 drivers/infiniband/hw/hns/hns_roce_cq.c     | 25 ++++----
 drivers/infiniband/hw/hns/hns_roce_device.h |  8 ++-
 drivers/infiniband/hw/hns/hns_roce_hem.c    | 17 +++--
 drivers/infiniband/hw/hns/hns_roce_hem.h    | 12 ++--
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 69 +++++++++++----------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  | 15 ++++-
 drivers/infiniband/hw/hns/hns_roce_main.c   | 32 +++++++++-
 drivers/infiniband/hw/hns/hns_roce_mr.c     |  4 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c     | 16 +++--
 drivers/infiniband/hw/hns/hns_roce_srq.c    | 12 ++--
 11 files changed, 133 insertions(+), 80 deletions(-)

--
2.30.0


             reply	other threads:[~2024-04-12  9:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-12  9:16 Junxian Huang [this message]
2024-04-12  9:16 ` [PATCH for-next 01/10] RDMA/hns: Use macro instead of magic number Junxian Huang
2024-04-12  9:16 ` [PATCH for-next 02/10] RDMA/hns: Remove unused parameters and variables Junxian Huang
2024-04-12  9:16 ` [PATCH for-next 03/10] RDMA/hns: Add max_ah and cq moderation capacities in query_device() Junxian Huang
2024-04-12  9:16 ` [PATCH for-next 04/10] RDMA/hns: Fix deadlock on SRQ async events Junxian Huang
2024-04-12  9:16 ` [PATCH for-next 05/10] RDMA/hns: Fix UAF for cq async event Junxian Huang
2024-04-12  9:16 ` [PATCH for-next 06/10] RDMA/hns: Fix mismatch exception rollback Junxian Huang
2024-04-12  9:16 ` [PATCH for-next 07/10] RDMA/hns: Fix GMV table pagesize Junxian Huang
2024-04-12  9:16 ` [PATCH for-next 08/10] RDMA/hns: Add mutex_destroy() Junxian Huang
2024-04-12  9:16 ` [PATCH for-next 09/10] RDMA/hns: Use complete parentheses in macros Junxian Huang
2024-04-12  9:16 ` [PATCH for-next 10/10] RDMA/hns: Modify the print level of CQE error Junxian Huang
2024-04-16 12:07 ` [PATCH for-next 00/10] RDMA/hns: Bugfixes and cleanups Leon Romanovsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240412091616.370789-1-huangjunxian6@hisilicon.com \
    --to=huangjunxian6@hisilicon.com \
    --cc=jgg@ziepe.ca \
    --cc=leon@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linuxarm@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).