devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] of/irq: fix bugs
@ 2024-12-09 13:24 Zijun Hu
  2024-12-09 13:24 ` [PATCH 1/8] of/irq: Fix wrong value of variable @len in of_irq_parse_imap_parent() Zijun Hu
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Zijun Hu @ 2024-12-09 13:24 UTC (permalink / raw)
  To: Rob Herring, Saravana Kannan, Lorenzo Pieralisi, Bjorn Helgaas,
	Marc Zyngier, Stefan Wiehler, Grant Likely, Tony Lindgren,
	Kumar Gala, Thierry Reding, Julia Lawall, Jamie Iles,
	Grant Likely, Benjamin Herrenschmidt
  Cc: Zijun Hu, devicetree, linux-kernel, Rob Herring, Zijun Hu, stable

This patch series is to fix bugs in drivers/of/irq.c

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
Zijun Hu (8):
      of/irq: Fix wrong value of variable @len in of_irq_parse_imap_parent()
      of/irq: Correct element count for array @dummy_imask in API of_irq_parse_raw()
      of/irq: Fix device node refcount leakage in API of_irq_parse_raw()
      of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()
      of/irq: Fix device node refcount leakage in API of_irq_parse_one()
      of/irq: Fix device node refcount leakages in of_irq_count()
      of/irq: Fix device node refcount leakages in of_irq_init()
      of/irq: Fix device node refcount leakage in API irq_of_parse_and_map()

 drivers/of/irq.c | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)
---
base-commit: 16ef9c9de0c48b836c5996c6e9792cb4f658c8f1
change-id: 20241208-of_irq_fix-659514bc9aa3

Best regards,
-- 
Zijun Hu <quic_zijuhu@quicinc.com>


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-12-10 16:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-09 13:24 [PATCH 0/8] of/irq: fix bugs Zijun Hu
2024-12-09 13:24 ` [PATCH 1/8] of/irq: Fix wrong value of variable @len in of_irq_parse_imap_parent() Zijun Hu
2024-12-09 20:56   ` Rob Herring
2024-12-10 10:46     ` Zijun Hu
2024-12-09 13:25 ` [PATCH 2/8] of/irq: Correct element count for array @dummy_imask in API of_irq_parse_raw() Zijun Hu
2024-12-10 16:48   ` Rob Herring
2024-12-09 13:25 ` [PATCH 3/8] of/irq: Fix device node refcount leakage " Zijun Hu
2024-12-09 13:25 ` [PATCH 4/8] of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one() Zijun Hu
2024-12-09 21:19   ` Rob Herring
2024-12-09 13:25 ` [PATCH 5/8] of/irq: Fix device node refcount leakage " Zijun Hu
2024-12-09 13:25 ` [PATCH 6/8] of/irq: Fix device node refcount leakages in of_irq_count() Zijun Hu
2024-12-09 13:25 ` [PATCH 7/8] of/irq: Fix device node refcount leakages in of_irq_init() Zijun Hu
2024-12-09 13:25 ` [PATCH 8/8] of/irq: Fix device node refcount leakage in API irq_of_parse_and_map() Zijun Hu
2024-12-09 21:15 ` [PATCH 0/8] of/irq: fix bugs Rob Herring
2024-12-10 10:48   ` Zijun Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).