Commits
Merge branches 'pci/hotplug' and 'pci/resource' into next * pci/hotplug: PCI: ibmphp: Remove unneeded NULL test PCI: hotplug: Use list_for_each_entry() to simplify code PCI: acpiphp_ibm: Fix null dereferences on null ibm_slot * pci/resource: PCI: Avoid iterating through memory outside the resource window PCI: Fix minimum allocation address overwrite
Showing diff toc111e8bf6ed
- Bjorn Helgaas committed c111e8bf6edMMerge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-qcom' and ...
- Julia Lawall committed 4058937a40fPCI: ibmphp: Remove unneeded NULL test Remove unneeded NULL test. The index variable ...
- Edward O'Callaghan committed 47b975d234ePCI: Avoid iterating through memory outside the resource window If the 'image' pointer...