[PATCH] drm: cma: fix refcounting on the dmabuf import error path

2013-07-08 Thread Joonyoung Shim
On 07/05/2013 06:46 PM, Laurent Pinchart wrote: > Hi Joonyoung, > > Thank you for the patch. > > On Friday 05 July 2013 15:32:35 Joonyoung Shim wrote: >> From drm gem CMA helper, it wasn't fixed dma_buf refcount problem fixed >> by commit 011c228. This patch solves it. > Please add a "Cc:stable

Re: [PATCH] drm: cma: fix refcounting on the dmabuf import error path

2013-07-08 Thread Joonyoung Shim
On 07/05/2013 06:46 PM, Laurent Pinchart wrote: Hi Joonyoung, Thank you for the patch. On Friday 05 July 2013 15:32:35 Joonyoung Shim wrote: From drm gem CMA helper, it wasn't fixed dma_buf refcount problem fixed by commit 011c228. This patch solves it. Please add a

[PATCH] drm: cma: fix refcounting on the dmabuf import error path

2013-07-05 Thread Joonyoung Shim
>From drm gem CMA helper, it wasn't fixed dma_buf refcount problem fixed by commit 011c228. This patch solves it. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/drm_gem_cma_helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_gem_cma_helper.c

[PATCH] drm: cma: fix refcounting on the dmabuf import error path

2013-07-05 Thread Laurent Pinchart
Hi Joonyoung, Thank you for the patch. On Friday 05 July 2013 15:32:35 Joonyoung Shim wrote: > From drm gem CMA helper, it wasn't fixed dma_buf refcount problem fixed > by commit 011c228. This patch solves it. Please add a "Cc:stable at vger.kernel.org" here. > Signed-off-by: Joonyoung Shim

[PATCH] drm: cma: fix refcounting on the dmabuf import error path

2013-07-05 Thread Joonyoung Shim
From drm gem CMA helper, it wasn't fixed dma_buf refcount problem fixed by commit 011c228. This patch solves it. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- drivers/gpu/drm/drm_gem_cma_helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] drm: cma: fix refcounting on the dmabuf import error path

2013-07-05 Thread Laurent Pinchart
Hi Joonyoung, Thank you for the patch. On Friday 05 July 2013 15:32:35 Joonyoung Shim wrote: From drm gem CMA helper, it wasn't fixed dma_buf refcount problem fixed by commit 011c228. This patch solves it. Please add a Cc:sta...@vger.kernel.org here. Signed-off-by: Joonyoung Shim