[PATCH 0/2] PCI: of: Fix OF device node refcount leakages

Zijun Hu posted 2 patches 10 months, 1 week ago
There is a newer version of this series
drivers/pci/of.c          |  2 ++
drivers/pci/of_property.c | 20 +++++++++++---------
2 files changed, 13 insertions(+), 9 deletions(-)
[PATCH 0/2] PCI: of: Fix OF device node refcount leakages
Posted by Zijun Hu 10 months, 1 week ago
This patch series is to fix OF device node refcount leakage for
 - of_irq_parse_and_map_pci()
 - of_pci_prop_intr_map()

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
Zijun Hu (2):
      PCI: of: Fix OF device node refcount leakage in API of_irq_parse_and_map_pci()
      PCI: of: Fix OF device node refcount leakages in of_pci_prop_intr_map()

 drivers/pci/of.c          |  2 ++
 drivers/pci/of_property.c | 20 +++++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)
---
base-commit: 7d06015d936c861160803e020f68f413b5c3cd9d
change-id: 20250407-fix_of_pci-20b45dcc26b5

Best regards,
-- 
Zijun Hu <quic_zijuhu@quicinc.com>
Re: [PATCH 0/2] PCI: of: Fix OF device node refcount leakages
Posted by Zijun Hu 9 months ago
On 2025/4/7 22:14, Zijun Hu wrote:
> This patch series is to fix OF device node refcount leakage for
>  - of_irq_parse_and_map_pci()
>  - of_pci_prop_intr_map()
> 
> Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
> ---
> Zijun Hu (2):
>       PCI: of: Fix OF device node refcount leakage in API of_irq_parse_and_map_pci()
>       PCI: of: Fix OF device node refcount leakages in of_pci_prop_intr_map()

Hi Bjorn,

Not sure if this patch series is still in your review queue.

Also show below mainline fixes for your reference.

962a2805e47b ("of/irq: Fix device node refcount leakage in API
irq_of_parse_and_map()")
ff93e7213d6c ("of/irq: Fix device node refcount leakage in API
of_irq_parse_raw()")