]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'pci/p2pdma'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:10 +0000 (12:13 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:10 +0000 (12:13 -0500)
commit0bb65e32495e6235a069b60e787140da99e9c122
tree7306a0c3cbee5a2abde824897d5bfa701a5c8a2d
parent3cde1c3ec9207eafccd56c3645ad7f0641407c78
parent54dbd2a8e974b900b18639e75f62702a4334ddc0
Merge branch 'pci/p2pdma'

- Free struct p2p_pgmap, not a member within it, in the
  pci_p2pdma_add_resource() error path (Sungho Kim)

- Make pci_has_p2pmem() static (Leon Romanovsky)

* pci/p2pdma:
  PCI/P2PDMA: Reduce scope of pci_has_p2pmem()
  PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() call