[Intel-gfx] [PULL] drm-misc-fixes
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Fri Feb 22 08:57:50 UTC 2019
Hi dave/Daniel,
Sorry for being a bit late, hopefully still in time for v5.0 :)
drm-misc-fixes-2019-02-22:
drm-misc-fixes for v5.0:
- Block fb changes for async atomic updates to prevent a use after free.
- Fix ID mismatch error on load in bochs.
- Fix memory leak when drm_setup fails.
- Fixes around handling of DRM_AUTH.
-
The following changes since commit 7fd56e0260a22c0cfaf9adb94a2427b76e239dd0:
drm/vkms: Fix license inconsistent (2019-02-10 10:23:06 -0200)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-02-22
for you to fetch changes up to 04b9c48851582aa0971b7d4e9d42c872b8acd0e2:
drm/bochs: Fix the ID mismatch error (2019-02-21 12:51:37 +0100)
----------------------------------------------------------------
drm-misc-fixes for v5.0:
- Block fb changes for async atomic updates to prevent a use after free.
- Fix ID mismatch error on load in bochs.
- Fix memory leak when drm_setup fails.
- Fixes around handling of DRM_AUTH.
-
----------------------------------------------------------------
Alistair Francis (1):
drm/bochs: Fix the ID mismatch error
Emil Velikov (5):
drm: drop DRM_AUTH requirement from AUTH_MAGIC ioctl
drm: factor out drm_close_helper() function
drm: plug memory leak on drm_setup() failure
drm: annotate drm_core_check_feature() dev arg. as const
drm: allow render capable master with DRM_AUTH ioctls
Nicholas Kazlauskas (1):
drm: Block fb changes for async plane updates
drivers/gpu/drm/bochs/bochs_drv.c | 4 ++++
drivers/gpu/drm/drm_atomic_helper.c | 9 +++++++++
drivers/gpu/drm/drm_file.c | 22 ++++++++++++++++------
drivers/gpu/drm/drm_ioctl.c | 22 +++++++++++++++++-----
include/drm/drm_drv.h | 2 +-
5 files changed, 47 insertions(+), 12 deletions(-)
More information about the Intel-gfx
mailing list