]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'exynos-drm-fixes-for-v4.14-rc5' of git://git.kernel.org/pub/scm/linux...
authorDave Airlie <airlied@redhat.com>
Tue, 17 Oct 2017 00:14:56 +0000 (10:14 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 17 Oct 2017 00:14:56 +0000 (10:14 +1000)
commita1673a5a50e2a6a95f12c6162caf9acc4a8b9c69
tree1011092a543740582dab2b2444a6aaf40b09b78e
parent18aea357f3e28ce0e8111d8ed08bc8f876b92c43
parente7d902342784c7faa42e4eb3fceda66d534963bb
Merge tag 'exynos-drm-fixes-for-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes

- Fix potential use-after-free issue in suspend/resume
  by cleanning up drvdata at unbind.
- Fix potential NULL pointer dereference issue in suspend/resume
  by setting drm_dev after checking if drm_dev is null or not.

* tag 'exynos-drm-fixes-for-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos:
  drm/exynos: Clear drvdata after component unbind
  drm/exynos: Fix potential NULL pointer dereference in suspend/resume paths