]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/msm: fix leak in failed get_pages
authorPrakash Kamliya <pkamliya@codeaurora.org>
Mon, 4 Dec 2017 13:40:15 +0000 (19:10 +0530)
committerSasha Levin <alexander.levin@microsoft.com>
Wed, 23 May 2018 01:33:51 +0000 (21:33 -0400)
commitc67f1987fdf46cb4083d55ffa7bf8495a893abdb
treea8a5e1d8bcae8696eebb5f55fc1d74295d55dc8a
parentcfc6bddf0838f9ffda3ba0934fa77a0cae06330c
drm/msm: fix leak in failed get_pages

[ Upstream commit 62e3a3e342af3c313ab38603811ecdb1fcc79edb ]

get_pages doesn't keep a reference of the pages allocated
when it fails later in the code path. This can lead to
a memory leak. Keep reference of the allocated pages so
that it can be freed when msm_gem_free_object gets called
later during cleanup.

Signed-off-by: Prakash Kamliya <pkamliya@codeaurora.org>
Signed-off-by: Sharat Masetty <smasetty@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
drivers/gpu/drm/msm/msm_gem.c