mbox series

[for-next,00/10] RDMA/hns: Bugfixes and cleanups

Message ID 20240412091616.370789-1-huangjunxian6@hisilicon.com (mailing list archive)
Headers show
Series RDMA/hns: Bugfixes and cleanups | expand

Message

Junxian Huang April 12, 2024, 9:16 a.m. UTC
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

Comments

Leon Romanovsky April 16, 2024, 12:07 p.m. UTC | #1
On Fri, 12 Apr 2024 17:16:06 +0800, Junxian Huang wrote:
> 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
> 
> [...]

Applied, thanks!

[01/10] RDMA/hns: Use macro instead of magic number
        https://git.kernel.org/rdma/rdma/c/bfb6be40147020
[02/10] RDMA/hns: Remove unused parameters and variables
        https://git.kernel.org/rdma/rdma/c/f4caa864af84f8
[03/10] RDMA/hns: Add max_ah and cq moderation capacities in query_device()
        https://git.kernel.org/rdma/rdma/c/2ce384307f2ddf
[04/10] RDMA/hns: Fix deadlock on SRQ async events.
        https://git.kernel.org/rdma/rdma/c/b46494b6f9c19f
[05/10] RDMA/hns: Fix UAF for cq async event
        https://git.kernel.org/rdma/rdma/c/a942ec2745ca86
[06/10] RDMA/hns: Fix mismatch exception rollback
        https://git.kernel.org/rdma/rdma/c/dc3bda6e568e93
[07/10] RDMA/hns: Fix GMV table pagesize
        https://git.kernel.org/rdma/rdma/c/ee045493283403
[08/10] RDMA/hns: Add mutex_destroy()
        https://git.kernel.org/rdma/rdma/c/9a84848dcee289
[09/10] RDMA/hns: Use complete parentheses in macros
        https://git.kernel.org/rdma/rdma/c/4125269bb9b22e
[10/10] RDMA/hns: Modify the print level of CQE error
        https://git.kernel.org/rdma/rdma/c/349e859952285a

Best regards,