diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-07-09 09:35:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-07-09 09:35:51 -0700 |
commit | cff068739688791cf7a8f427b7ca6230d798914a (patch) | |
tree | 757fb003aa5ec66cf82dfed53739bed4dfbb5248 /MAINTAINERS | |
parent | 1c7873e3364570ec89343ff4877e0f27a7b21a61 (diff) | |
parent | bff6efc54bd0e27a332eb733525d7f698fd4a5b7 (diff) | |
download | linux-cff068739688791cf7a8f427b7ca6230d798914a.tar.gz linux-cff068739688791cf7a8f427b7ca6230d798914a.tar.bz2 linux-cff068739688791cf7a8f427b7ca6230d798914a.zip |
Merge tag 'ntb-6.5' of https://github.com/jonmason/ntb
Pull NTB updates from Jon Mason:
"Fixes for pci_clean_master, error handling in driver inits, and
various other issues/bugs"
* tag 'ntb-6.5' of https://github.com/jonmason/ntb:
ntb: hw: amd: Fix debugfs_create_dir error checking
ntb.rst: Fix copy and paste error
ntb_netdev: Fix module_init problem
ntb: intel: Remove redundant pci_clear_master
ntb: epf: Remove redundant pci_clear_master
ntb_hw_amd: Remove redundant pci_clear_master
ntb: idt: drop redundant pci_enable_pcie_error_reporting()
MAINTAINERS: git://github -> https://github.com for jonmason
NTB: EPF: fix possible memory leak in pci_vntb_probe()
NTB: ntb_tool: Add check for devm_kcalloc
NTB: ntb_transport: fix possible memory leak while device_register() fails
ntb: intel: Fix error handling in intel_ntb_pci_driver_init()
NTB: amd: Fix error handling in amd_ntb_pci_driver_init()
ntb: idt: Fix error handling in idt_pci_driver_init()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 44f7b647996e..a634fa7d6754 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15010,7 +15010,7 @@ M: Allen Hubbe <allenbh@gmail.com> L: ntb@lists.linux.dev S: Supported W: https://github.com/jonmason/ntb/wiki -T: git git://github.com/jonmason/ntb.git +T: git https://github.com/jonmason/ntb.git F: drivers/net/ntb_netdev.c F: drivers/ntb/ F: drivers/pci/endpoint/functions/pci-epf-*ntb.c |