On 2014ë
11ì 21ì¼ 08:54, Gustavo Padovan wrote:
> From: Gustavo Padovan
>
> exynos_drm_component_add() correctly checks if a component is present on
> drm_component_list however it release the lock right after the check
> and before we add the new component to the list. That just creates roo
2014-11-21 Inki Dae :
> On 2014ë
11ì 21ì¼ 08:54, Gustavo Padovan wrote:
> > From: Gustavo Padovan
> >
> > exynos_drm_component_add() correctly checks if a component is present on
> > drm_component_list however it release the lock right after the check
> > and before we add the new component
From: Gustavo Padovan
exynos_drm_component_add() correctly checks if a component is present on
drm_component_list however it release the lock right after the check
and before we add the new component to the list. That just creates room
to add the same component more than once to the list.
The lo