[PATCH 0/2] PCI: of_property: Gracefully handle bridges without secondary bus

Nam Cao posted 2 patches 1 year, 8 months ago
drivers/pci/of_property.c | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH 0/2] PCI: of_property: Gracefully handle bridges without secondary bus
Posted by Nam Cao 1 year, 8 months ago
Hi,

Some functions in of_property.c assume that bridges have subordinate bus.
This may not be true if we run out of bus number.

This series adds safety check in case bridges have no subordinate bus.

Nam Cao (2):
  PCI: of_property: Fix NULL pointer defererence in
    of_pci_prop_bus_range()
  PCI: of_property: Fix NULL pointer defererence in
    of_pci_prop_intr_map()

 drivers/pci/of_property.c | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.39.2