mbox series

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

Message ID cover.1717154083.git.namcao@linutronix.de (mailing list archive)
Headers show
Series PCI: of_property: Gracefully handle bridges without secondary bus | expand

Message

Nam Cao May 31, 2024, 11:18 a.m. UTC
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(+)