[GIT PULL] NTB bug fixes for 6.5

From: Jon Mason
Date: Sat Jul 08 2023 - 23:39:45 EST


Hello Linus,
Here are a few NTB bug fixes for 6.5. Please consider pulling them.

Thanks,
Jon



The following changes since commit 6995e2de6891c724bfeb2db33d7b87775f913ad1:

Linux 6.4 (2023-06-25 16:29:58 -0700)

are available in the Git repository at:

https://github.com/jonmason/ntb tags/ntb-6.5

for you to fetch changes up to bff6efc54bd0e27a332eb733525d7f698fd4a5b7:

ntb: hw: amd: Fix debugfs_create_dir error checking (2023-07-08 13:55:44 -0400)

----------------------------------------------------------------
Fixes for pci_clean_master, error handling in driver inits, and various
other issues/bugs.

----------------------------------------------------------------
Anup Sharma (1):
ntb: hw: amd: Fix debugfs_create_dir error checking

Bjorn Helgaas (1):
ntb: idt: drop redundant pci_enable_pcie_error_reporting()

Cai Huoqing (3):
ntb_hw_amd: Remove redundant pci_clear_master
ntb: epf: Remove redundant pci_clear_master
ntb: intel: Remove redundant pci_clear_master

Geoff Levand (2):
ntb_netdev: Fix module_init problem
ntb.rst: Fix copy and paste error

Jiasheng Jiang (1):
NTB: ntb_tool: Add check for devm_kcalloc

Palmer Dabbelt (1):
MAINTAINERS: git://github -> https://github.com for jonmason

Yang Yingliang (1):
NTB: ntb_transport: fix possible memory leak while device_register() fails

Yuan Can (3):
ntb: idt: Fix error handling in idt_pci_driver_init()
NTB: amd: Fix error handling in amd_ntb_pci_driver_init()
ntb: intel: Fix error handling in intel_ntb_pci_driver_init()

ruanjinjie (1):
NTB: EPF: fix possible memory leak in pci_vntb_probe()

Documentation/driver-api/ntb.rst | 4 ++--
MAINTAINERS | 2 +-
drivers/net/ntb_netdev.c | 2 +-
drivers/ntb/hw/amd/ntb_hw_amd.c | 11 +++++++----
drivers/ntb/hw/epf/ntb_hw_epf.c | 12 ++++--------
drivers/ntb/hw/idt/ntb_hw_idt.c | 24 +++++++++++-------------
drivers/ntb/hw/intel/ntb_hw_gen1.c | 9 ++++++---
drivers/ntb/ntb_transport.c | 2 +-
drivers/ntb/test/ntb_tool.c | 2 ++
drivers/pci/endpoint/functions/pci-epf-vntb.c | 1 +
10 files changed, 36 insertions(+), 33 deletions(-)