All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/exynos: fix null pointer dereferenece issue
@ 2014-11-13  7:50 Inki Dae
  2014-11-13  7:50 ` [PATCH 1/2] drm/exynos: fix null pointer dereference issue Inki Dae
  2014-11-13  7:50 ` [PATCH 2/2] drm/exynos: remove ifdeferry from initialization code Inki Dae
  0 siblings, 2 replies; 8+ messages in thread
From: Inki Dae @ 2014-11-13  7:50 UTC (permalink / raw)
  To: dri-devel; +Cc: airlied, linux-samsung-soc, a.hajda, Inki Dae

This patch set fixes null pointer dereference issue incurred when
Exynos drm driver is closed. And it rebases a existing cleanup patch
posted by Andrzej on top of exynos-drm-fixes after the infinite loop
and null pointer dereference issues are resolved.

Andrzej Hajda (1):
  drm/exynos: remove ifdeferry from initialization code

Inki Dae (1):
  drm/exynos: fix null pointer dereference issue

 drivers/gpu/drm/exynos/exynos_drm_drv.c |  214 ++++++++++---------------------
 drivers/gpu/drm/exynos/exynos_drm_drv.h |   25 ++--
 2 files changed, 81 insertions(+), 158 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-11-22 15:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13  7:50 [PATCH 0/2] drm/exynos: fix null pointer dereferenece issue Inki Dae
2014-11-13  7:50 ` [PATCH 1/2] drm/exynos: fix null pointer dereference issue Inki Dae
2014-11-20 23:12   ` Gustavo Padovan
2014-11-21  2:11     ` Inki Dae
2014-11-21 14:41       ` Gustavo Padovan
2014-11-22 15:28         ` Inki Dae
2014-11-22 15:40           ` Inki Dae
2014-11-13  7:50 ` [PATCH 2/2] drm/exynos: remove ifdeferry from initialization code Inki Dae

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.