]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'pci/p2pdma'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 6 Feb 2026 23:09:17 +0000 (17:09 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 6 Feb 2026 23:09:17 +0000 (17:09 -0600)
commit26cc2bd5aa82085e82ca3cd7e1298d9128248c19
tree0f0a9cee48341faa68aaf87381c5319525a2e89a
parent1cb15d2054064b554e31993fe72b9e93233cb10a
parent83014d82a1100abc89f7712ad67c3e5accaddc43
Merge branch 'pci/p2pdma'

- Release per-CPU pgmap ref when vm_insert_page() fails so we don't hang
  when removing the PCI device (Hou Tao)

- Remove incorrect p2pmem_alloc_mmap() warning about page refcount (Hou
  Tao)

- Reset page reference count when page mapping fails (Alistair Popple)

* pci/p2pdma:
  PCI/P2PDMA: Reset page reference count when page mapping fails
  PCI/P2PDMA: Fix p2pmem_alloc_mmap() warning condition
  PCI/P2PDMA: Release per-CPU pgmap ref when vm_insert_page() fails