[GIT PULL] NTB bug fixes for 6.15
From: Jon Mason
Date: Fri Apr 04 2025 - 16:10:57 EST
Hello Linus,
Here are a few NTB bug fixes and minor changes for 6.15. Please consider pulling them.
Thanks,
Jon
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
https://github.com/jonmason/ntb tags/ntb-6.15
for you to fetch changes up to bf8a7ce7e4c7267a6f5f2b2023cfc459b330b25e:
ntb_hw_amd: Add NTB PCI ID for new gen CPU (2025-03-18 13:35:00 -0400)
----------------------------------------------------------------
Bug fixes for NTB Switchtec driver mw negative shift, Intel NTB link
status db, ntb_perf double unmap (in error case), and MSI 64bit
arithmetic. Also, add new AMD NTB PCI IDs, update AMD NTB maintainer,
and pull in patch to reduce the stack usage in IDT driver.
----------------------------------------------------------------
Arnd Bergmann (1):
ntb: reduce stack usage in idt_scan_mws
Basavaraj Natikar (1):
ntb_hw_amd: Add NTB PCI ID for new gen CPU
Fedor Pchelkin (1):
ntb: use 64-bit arithmetic for the MSI doorbell mask
Markus Elfring (1):
ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk()
Nikita Shubin (1):
ntb: intel: Fix using link status DB's
Shyam Sundar S K (1):
MAINTAINERS: Update AMD NTB maintainers
Yajun Deng (1):
ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans
MAINTAINERS | 1 -
drivers/ntb/hw/amd/ntb_hw_amd.c | 1 +
drivers/ntb/hw/idt/ntb_hw_idt.c | 18 +++++++-----------
drivers/ntb/hw/intel/ntb_hw_gen3.c | 3 +++
drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 2 +-
drivers/ntb/ntb_transport.c | 2 +-
drivers/ntb/test/ntb_perf.c | 4 +---
7 files changed, 14 insertions(+), 17 deletions(-)