Commit c964ced77262 for kernel

commit c964ced7726294d40913f2127c3f185a92cb4a41
Merge: 667b1d41b25b dc5006cfcf62
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Oct 16 13:37:59 2024 -0700

    Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma

    Pull rdma fixes from Jason Gunthorpe:
     "Several miscellaneous fixes. A lot of bnxt_re activity, there will be
      more rc patches there coming.

       - 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"

    * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
      RDMA/bnxt_re: Fix the GID table length
      RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
      RDMA/bnxt_re: Change the sequence of updating the CQ toggle value
      RDMA/bnxt_re: Fix an error path in bnxt_re_add_device
      RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop
      RDMA/bnxt_re: Fix a possible NULL pointer dereference
      RDMA/bnxt_re: Return more meaningful error
      RDMA/bnxt_re: Fix incorrect dereference of srq in async event
      RDMA/bnxt_re: Fix out of bound check
      RDMA/bnxt_re: Fix the max CQ WQEs for older adapters
      RDMA/srpt: Make slab cache names unique
      RDMA/irdma: Fix misspelling of "accept*"
      RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP
      RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
      RDMA/core: Fix ENODEV error for iWARP test over vlan
      RDMA/nldev: Fix NULL pointer dereferences issue in rdma_nl_notify_event
      RDMA/bnxt_re: Fix the max WQEs used in Static WQE mode
      RDMA/bnxt_re: Add a check for memory allocation
      RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
      RDMA/bnxt_re: Fix a possible memory leak