[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210824142310.GA1070942@nvidia.com>
Date: Tue, 24 Aug 2021 11:23:10 -0300
From: Jason Gunthorpe <jgg@...dia.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Doug Ledford <dledford@...hat.com>
Cc: linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Please pull RDMA subsystem changes
Hi Linus,
The first three items are significant for rc and the rest is error
flow fixes and other minor things.
Thanks,
Jason
The following changes since commit 7c60610d476766e128cc4284bb6349732cbd6606:
Linux 5.14-rc6 (2021-08-15 13:40:53 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus
for you to fetch changes up to cc4f596cf85e97ca6606e1bd10b3b9851ef52ddf:
RDMA/rxe: Zero out index member of struct rxe_queue (2021-08-20 15:48:58 -0300)
----------------------------------------------------------------
RDMA v5.14 third rc Pull Request
Several small fixes, the first three are significant:
- mlx5 crash unloading drivers with a rare HW config
- Missing userspace reporting for the new dmabuf objects
- Random rxe failure due to missing memory zeroing
- Static checker/etc reports: missing spin lock init, null pointer deref on
error, extra unlock on error path, memory allocation under spinlock,
missing IRQ vector cleanup
- kconfig typo in the new irdma driver
----------------------------------------------------------------
Bob Pearson (1):
RDMA/rxe: Fix memory allocation while in a spin lock
Dinghao Liu (1):
RDMA/bnxt_re: Remove unpaired rtnl unlock in bnxt_re_dev_init()
Gal Pressman (2):
RDMA/uverbs: Track dmabuf memory regions
RDMA/efa: Free IRQ vectors on error flow
Lukas Bulwahn (1):
RDMA/irdma: Use correct kconfig symbol for AUXILIARY_BUS
Maor Gottlieb (1):
RDMA/mlx5: Fix crash when unbind multiport slave
Naresh Kumar PBS (1):
RDMA/bnxt_re: Add missing spin lock initialization
Tuo Li (1):
IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()
Xiao Yang (1):
RDMA/rxe: Zero out index member of struct rxe_queue
drivers/infiniband/core/uverbs_std_types_mr.c | 3 +++
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 1 +
drivers/infiniband/hw/bnxt_re/main.c | 1 -
drivers/infiniband/hw/efa/efa_main.c | 1 +
drivers/infiniband/hw/hfi1/sdma.c | 9 ++++-----
drivers/infiniband/hw/irdma/Kconfig | 2 +-
drivers/infiniband/hw/mlx5/main.c | 3 ++-
drivers/infiniband/sw/rxe/rxe_mcast.c | 2 +-
drivers/infiniband/sw/rxe/rxe_queue.c | 2 +-
9 files changed, 14 insertions(+), 10 deletions(-)
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists