]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'pci/endpoint'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 6 Feb 2026 23:09:15 +0000 (17:09 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 6 Feb 2026 23:09:15 +0000 (17:09 -0600)
commit4021a9df0a08b8495b38f0ddc778ee4ee8d99ab1
treee8403b707ba6db19f185f8f13d50376605577e68
parent7ac2359cf1063de8f3d241aaa871b14a81999bc9
parent8754dd7639ab0fd68c3ab9d91c7bdecc3e5740a8
Merge branch 'pci/endpoint'

- Fix ntb/vntb copy & paste errors (Baruch Siach)

- Add configfs sub-groups synchronously to avoid NULL pointer dereference
  when racing with removal (Liu Song)

- Fix swapped parameters in pci_{primary/secondary}_epc_epf_unlink()
  functions (Manikanta Maddireddy)

* pci/endpoint:
  PCI: endpoint: Fix swapped parameters in pci_{primary/secondary}_epc_epf_unlink() functions
  PCI: endpoint: Avoid creating sub-groups asynchronously
  Documentation: PCI: endpoint: Fix ntb/vntb copy & paste errors