Re: [PATCH 0/2] drm/mediatek: Fix child node refcount handling and use scoped macro

2024-11-04 Thread Chun-Kuang Hu
Hi, Javier: Javier Carrasco 於 2024年10月12日 週六 上午3:22寫道: > > This series fixes a wrong handling of the child node within the > for_each_child_of_node() by adding the missing call to of_node_put() to > make it compatible with stable kernels that don't provide the scoped > variant of the macro, which

[PATCH 0/2] drm/mediatek: Fix child node refcount handling and use scoped macro

2024-10-11 Thread Javier Carrasco
This series fixes a wrong handling of the child node within the for_each_child_of_node() by adding the missing call 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. Signed-off-by: