Re: [PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-18 Thread Inki Dae
2014-03-18 14:45 GMT+09:00 Kukjin Kim kgene@samsung.com: Inki Dae wrote: Applied. Thanks, Inki Dae 2014-03-17 12:28 GMT+09:00 Daniel Kurtz djku...@chromium.org: The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit

Re: [PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-18 Thread Daniel Kurtz
On Tue, Mar 18, 2014 at 2:08 PM, Inki Dae inki@samsung.com wrote: 2014-03-18 14:45 GMT+09:00 Kukjin Kim kgene@samsung.com: Inki Dae wrote: Applied. Thanks, Inki Dae 2014-03-17 12:28 GMT+09:00 Daniel Kurtz djku...@chromium.org: The following commit [0] fixed a use-after-free, but

Re: [PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-17 Thread Inki Dae
Applied. Thanks, Inki Dae 2014-03-17 12:28 GMT+09:00 Daniel Kurtz djku...@chromium.org: The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit 6ca605f7c70895a35737435f17ae9cc5e36f1466 drm/exynos: Fix freeing issues in exynos_drm_drv.c

RE: [PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-17 Thread Kukjin Kim
Inki Dae wrote: Applied. Thanks, Inki Dae 2014-03-17 12:28 GMT+09:00 Daniel Kurtz djku...@chromium.org: The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit 6ca605f7c70895a35737435f17ae9cc5e36f1466 drm/exynos: Fix freeing

[PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-16 Thread Daniel Kurtz
The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit 6ca605f7c70895a35737435f17ae9cc5e36f1466 drm/exynos: Fix freeing issues in exynos_drm_drv.c Change-Id: I452e944bf090fb11434d9e34213c890c41c15d73 Signed-off-by: Daniel Kurtz

[PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-16 Thread Daniel Kurtz
The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit 6ca605f7c70895a35737435f17ae9cc5e36f1466 drm/exynos: Fix freeing issues in exynos_drm_drv.c Signed-off-by: Daniel Kurtz djku...@chromium.org --- Hi, I noticed this when reviewing some recent

Re: [PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-16 Thread Sachin Kamat
Hi Daniel, Thanks for the patch. On 17 March 2014 08:58, Daniel Kurtz djku...@chromium.org wrote: The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit 6ca605f7c70895a35737435f17ae9cc5e36f1466 drm/exynos: Fix freeing issues in