Commit 981361604566 for kernel

commit 981361604566a28517a518c317943d9b7c392217
Merge: f9d66e64a2bc 8c1f92ca8bca
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Feb 21 10:20:32 2026 -0800

    Merge tag 'ntb-7.0' of https://github.com/jonmason/ntb

    Pull NTB (PCIe non-transparent bridge) updates from Jon Mason:
     "NTB updates include debugfs improvements, correctness fixes, cleanups,
      and new hardware support:

      ntb_transport QP stats are converted to seq_file, a tx_memcpy_offload
      module parameter is introduced with associated ordering fixes, and a
      debugfs queue name truncation bug is corrected.

      Additional fixes address format specifier mismatches in ntb_tool and
      boundary conditions in the Switchtec driver, while unused MSI helpers
      are removed and the codebase migrates to dma_map_phys().

      Intel Gen6 (Diamond Rapids) NTB support is also added"

    * tag 'ntb-7.0' of https://github.com/jonmason/ntb:
      NTB: ntb_transport: Use seq_file for QP stats debugfs
      NTB: ntb_transport: Fix too small buffer for debugfs_name
      ntb/ntb_tool: correct sscanf format for u64 and size_t in tool_peer_mw_trans_write
      ntb: intel: Add Intel Gen6 NTB support for DiamondRapids
      NTB/msi: Remove unused functions
      ntb: ntb_hw_switchtec: Increase MAX_MWS limit to 256
      ntb: ntb_hw_switchtec: Fix array-index-out-of-bounds access
      ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut
      NTB: epf: allow built-in build
      ntb: migrate to dma_map_phys instead of map_page
      NTB: ntb_transport: Add 'tx_memcpy_offload' module option
      NTB: ntb_transport: Remove unused 'retries' field from ntb_queue_entry