]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'remotes/lorenzo/pci/controller-fixes'
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 13 May 2019 23:34:37 +0000 (18:34 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 13 May 2019 23:34:37 +0000 (18:34 -0500)
commit4014eb8b61174b818a4b5169755c95d18d6fcd90
tree268f4c465307d583047f80262d095aca7636d7e3
parent83d82352827a23978b5135292702536e5be91b42
parent340d455699400f2c2c0f9b3f703ade3085cdb501
Merge branch 'remotes/lorenzo/pci/controller-fixes'

  - Restore R-Car PCIe link early in resume (Kazufumi Ikeda)

  - Fix Hyper-V PCI ejection memory leak (Dexuan Cui)

  - Cleanup Hyper-V PCI slots on module unload (Dexuan Cui)

  - Cleanup Hyper-V PCI slot on device removal to address a race (Dexuan
    Cui)

* remotes/lorenzo/pci/controller-fixes:
  PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessary
  PCI: hv: Add hv_pci_remove_slots() when we unload the driver
  PCI: hv: Fix a memory leak in hv_eject_device_work()
  PCI: rcar: Add the initialization of PCIe link in resume_noirq()