On Fri, 11 Oct 2024 22:57:58 +0200, Javier Carrasco wrote:
This series fixes a wrong handling of the child node within the for_each_child_of_node() by adding the missing calls to of_node_put() to make it compatible with stable kernels that don't provide the scoped variant of the macro, which is more secure and was introduced early this year. The switch to the scoped macro is the next patch, which makes the coe more robust and will avoid such issues in new error paths.
[...]
Applied, thanks!
[2/2] dmaengine: mv_xor: switch to for_each_child_of_node_scoped() commit: 9f6caa3978b0e859da39e4ace7973b877222dfd4
Best regards,