linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] remoteproc: Call of_node_put() on iteration error
@ 2023-03-20 22:18 Mathieu Poirier
  2023-03-20 22:18 ` [PATCH 1/5] remoteproc: stm32: " Mathieu Poirier
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Mathieu Poirier @ 2023-03-20 22:18 UTC (permalink / raw)
  To: andersson
  Cc: shawnguo, s.hauer, kernel, festevam, linux-imx, patrice.chotard,
	mcoquelin.stm32, alexandre.torgue, arnaud.pouliquen,
	hongxing.zhu, peng.fan, shengjiu.wang, linux-remoteproc,
	linux-arm-kernel, linux-kernel

This patchset adds missing calls to of_put_node() when prematurely
exiting from a loop driven by of_phandle_iterator_next().

Some help reviewing this set would be appreciated.

Thanks,
Mathieu

Mathieu Poirier (5):
  remoteproc: stm32: Call of_node_put() on iteration error
  remoteproc: st: Call of_node_put() on iteration error
  remoteproc: rcar_rproc: Call of_node_put() on iteration error
  remoteproc: imx_rproc: Call of_node_put() on iteration error
  retmoteproc: imx_dsp_rproc: Call of_node_put() on iteration error

 drivers/remoteproc/imx_dsp_rproc.c | 12 +++++++++---
 drivers/remoteproc/imx_rproc.c     |  7 +++++--
 drivers/remoteproc/rcar_rproc.c    |  9 +++++++--
 drivers/remoteproc/st_remoteproc.c |  5 ++++-
 drivers/remoteproc/stm32_rproc.c   |  6 +++++-
 5 files changed, 30 insertions(+), 9 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-03-22  8:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20 22:18 [PATCH 0/5] remoteproc: Call of_node_put() on iteration error Mathieu Poirier
2023-03-20 22:18 ` [PATCH 1/5] remoteproc: stm32: " Mathieu Poirier
2023-03-21  9:00   ` Arnaud POULIQUEN
2023-03-21 21:32     ` Mathieu Poirier
2023-03-22  8:21       ` Arnaud POULIQUEN
2023-03-20 22:18 ` [PATCH 2/5] remoteproc: st: " Mathieu Poirier
2023-03-21  9:01   ` Arnaud POULIQUEN
2023-03-20 22:18 ` [PATCH 3/5] remoteproc: rcar_rproc: " Mathieu Poirier
2023-03-20 22:18 ` [PATCH 4/5] remoteproc: imx_rproc: " Mathieu Poirier
2023-03-21  3:00   ` Peng Fan
2023-03-20 22:18 ` [PATCH 5/5] retmoteproc: imx_dsp_rproc: " Mathieu Poirier
2023-03-20 23:02   ` Fabio Estevam
2023-03-21 21:19     ` Mathieu Poirier
2023-03-21  3:34   ` S.J. Wang

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).