diff options
author | Zijun Hu <quic_zijuhu@quicinc.com> | 2025-02-09 15:58:58 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-20 11:23:17 +0300 |
commit | e07b63443c4a8bb38d71bc912847dcb8ae36c2cd (patch) | |
tree | 7a7378c85ba0c0512b1de8a4fe0d1329fc9ffc07 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | c02b57fbc93c8327c26f46fe46b5663dae0a654f (diff) | |
download | linux-e07b63443c4a8bb38d71bc912847dcb8ae36c2cd.tar.xz |
of/irq: Fix device node refcount leakages in of_irq_count()
commit bbf71f44aaf241d853759a71de7e7ebcdb89be3d upstream.
of_irq_count() invokes of_irq_parse_one() to count IRQs, and successful
invocation of the later will get device node @irq.np refcount, but the
former does not put the refcount before next iteration invocation, hence
causes device node refcount leakages.
Fix by putting @irq.np refcount before the next iteration invocation.
Fixes: 3da5278727a8 ("of/irq: Rework of_irq_count()")
Cc: stable@vger.kernel.org
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20250209-of_irq_fix-v2-5-93e3a2659aa7@quicinc.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions