mbox series

[GIT,PULL,v2] exynos-drm-fixes

Message ID 1583887109-4148-1-git-send-email-inki.dae@samsung.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL,v2] exynos-drm-fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-fixes-for-v5.6-rc5-v2

Message

Inki Dae March 11, 2020, 12:38 a.m. UTC
Hi Dave,

   Just one fixup to IOMMU initialization failure and memory leak
   detected by kmemleak detector.

   Please kindly let me know if there is any problem.

Thanks,
Inki Dae


The following changes since commit 513dc792d6060d5ef572e43852683097a8420f56:

  vgacon: Fix a UAF in vgacon_invert_region (2020-03-06 21:06:34 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-fixes-for-v5.6-rc5-v2

for you to fetch changes up to 07dc3678bacc2a75b1900febea7d996a31f178a2:

  drm/exynos: Fix cleanup of IOMMU related objects (2020-03-10 13:25:18 +0900)

----------------------------------------------------------------
Fix IOMMU initialization failure when Exynos DRM driver is rebound,
and also fix memory leak to iommu mapping object, which was
detected by kmemleak detector.

----------------------------------------------------------------
Marek Szyprowski (1):
      drm/exynos: Fix cleanup of IOMMU related objects

 drivers/gpu/drm/exynos/exynos5433_drm_decon.c |  5 +++--
 drivers/gpu/drm/exynos/exynos7_drm_decon.c    |  5 +++--
 drivers/gpu/drm/exynos/exynos_drm_dma.c       | 28 ++++++++++++++++++---------
 drivers/gpu/drm/exynos/exynos_drm_drv.h       |  6 ++++--
 drivers/gpu/drm/exynos/exynos_drm_fimc.c      |  5 +++--
 drivers/gpu/drm/exynos/exynos_drm_fimd.c      |  5 +++--
 drivers/gpu/drm/exynos/exynos_drm_g2d.c       |  5 +++--
 drivers/gpu/drm/exynos/exynos_drm_gsc.c       |  5 +++--
 drivers/gpu/drm/exynos/exynos_drm_rotator.c   |  5 +++--
 drivers/gpu/drm/exynos/exynos_drm_scaler.c    |  6 ++++--
 drivers/gpu/drm/exynos/exynos_mixer.c         |  7 +++++--
 11 files changed, 53 insertions(+), 29 deletions(-)