[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241016180031.GA176045@nvidia.com>
Date: Wed, 16 Oct 2024 15:00:31 -0300
From: Jason Gunthorpe <jgg@...dia.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org,
Leon Romanovsky <leonro@...dia.com>
Subject: [GIT PULL] Please pull RDMA subsystem changes
Hi Linus,
Collected rc patches so far this cycle. A lot of bnxt_re activity,
there will be more rc patches there coming.
Thanks,
Jason
The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:
Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)
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 dc5006cfcf62bea88076a587344ba5e00e66d1c6:
RDMA/bnxt_re: Fix the GID table length (2024-10-11 20:49:02 -0300)
----------------------------------------------------------------
RDMA v6.12 first rc pull
Several miscellaneous fixes:
- Many bnxt_re bug fixes - Memory leaks, kasn, NULL pointer deref, soft
lockups, error unwinding and some small functional issues
- Error unwind bug in rdma netlink
- Two issues with incorrect VLAN detection for iWarp
- skb_splice_from_iter() splat in siw
- Give SRP slab caches unique names to resolve the merge window WARN_ON
regression
----------------------------------------------------------------
Abhishek Mohapatra (1):
RDMA/bnxt_re: Fix the max CQ WQEs for older adapters
Alexander Zubkov (1):
RDMA/irdma: Fix misspelling of "accept*"
Anumula Murali Mohan Reddy (2):
RDMA/core: Fix ENODEV error for iWARP test over vlan
RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP
Bart Van Assche (1):
RDMA/srpt: Make slab cache names unique
Bhargava Chenna Marreddy (1):
RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
Chandramohan Akula (1):
RDMA/bnxt_re: Change the sequence of updating the CQ toggle value
Kalesh AP (7):
RDMA/bnxt_re: Fix a possible memory leak
RDMA/bnxt_re: Add a check for memory allocation
RDMA/bnxt_re: Fix out of bound check
RDMA/bnxt_re: Return more meaningful error
RDMA/bnxt_re: Fix a possible NULL pointer dereference
RDMA/bnxt_re: Fix an error path in bnxt_re_add_device
RDMA/bnxt_re: Fix the GID table length
Kashyap Desai (1):
RDMA/bnxt_re: Fix incorrect dereference of srq in async event
Qianqiang Liu (1):
RDMA/nldev: Fix NULL pointer dereferences issue in rdma_nl_notify_event
Saravanan Vajravel (1):
RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
Selvin Xavier (2):
RDMA/bnxt_re: Fix the max WQEs used in Static WQE mode
RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop
Showrya M N (1):
RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
drivers/infiniband/core/addr.c | 2 +
drivers/infiniband/core/nldev.c | 2 +
drivers/infiniband/hw/bnxt_re/hw_counters.c | 2 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 6 ++-
drivers/infiniband/hw/bnxt_re/main.c | 47 +++++++++--------
drivers/infiniband/hw/bnxt_re/qplib_fp.c | 5 ++
drivers/infiniband/hw/bnxt_re/qplib_fp.h | 2 +-
drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 2 +-
drivers/infiniband/hw/bnxt_re/qplib_res.c | 21 ++------
drivers/infiniband/hw/bnxt_re/qplib_sp.c | 11 +++-
drivers/infiniband/hw/bnxt_re/qplib_sp.h | 1 +
drivers/infiniband/hw/cxgb4/cm.c | 9 ++--
drivers/infiniband/hw/irdma/cm.c | 2 +-
drivers/infiniband/sw/siw/siw_qp_tx.c | 2 +
drivers/infiniband/ulp/srpt/ib_srpt.c | 80 ++++++++++++++++++++++++-----
15 files changed, 133 insertions(+), 61 deletions(-)
Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)
Powered by blists - more mailing lists