[GIT PULL] NTB bug fixes for 7.2
From: Jon Mason
Date: Sun Jun 28 2026 - 09:52:04 EST
Hello Linus,
Please consider pulling this tag for v7.2.
This is a small collection of NTB fixes that have been around for a
while. Most are documentation and cleanup changes, while the primary
functional fix addresses an EPF teardown path that could trigger an
invalid unmap warning when BARs are shared.
Thanks,
Jon
The following changes since commit 8cd9520d35a6c38db6567e97dd93b1f11f185dc6:
Linux 7.1 (2026-06-14 15:58:38 +0100)
are available in the Git repository at:
https://github.com/jonmason/ntb tags/ntb-7.2
for you to fetch changes up to d1c3d45f87e89e5c1fa0769a72a48d1ad99106fc:
ntb: amd: Use named initializer for pci_device_id::driver_data (2026-06-26 22:18:34 -0400)
----------------------------------------------------------------
NTB updates include an EPF bug fix to prevent an invalid unmap during
device removal, along with documentation fixes and minor AMD driver
cleanups.
----------------------------------------------------------------
Alok Tiwari (1):
ntb_hw_amd: Fix incorrect debug message in link disable path
Koichiro Den (1):
NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR
Randy Dunlap (1):
NTB: fix kernel-doc warnings in ntb.h
Uwe Kleine-König (The Capable Hub) (1):
ntb: amd: Use named initializer for pci_device_id::driver_data
drivers/ntb/hw/amd/ntb_hw_amd.c | 20 ++++++++++----------
drivers/ntb/hw/epf/ntb_hw_epf.c | 3 ++-
include/linux/ntb.h | 4 ++--
3 files changed, 14 insertions(+), 13 deletions(-)