Hi Dave, Simona, Here's the pull drm-misc-next-fixes pull request for v6.19
Kind regards, ~Maarten drm-misc-next-fixes-2025-12-10: drm-misc-next-fixes for v6.19-rc1: - Fix uaf in panthor. - Revert 8 byte alignment constraint for pitch in dumb bo's. - Fix DRM_MODE_FLAG_N.SYNC and !DRM_MODE_FLAG_P.SYNC handling renasas. The following changes since commit 31d3354f42c0da34415164a1f621a195caa1f1bc: drm/nouveau: verify that hardware supports the flush page address (2025-11-24 17:53:22 -0500) are available in the Git repository at: https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-12-10 for you to fetch changes up to 308eeb8ca3fdee54bcd3ec7272c05688e178299a: drm/rcar-du: dsi: Handle both DRM_MODE_FLAG_N.SYNC and !DRM_MODE_FLAG_P.SYNC (2025-12-04 14:59:21 +0200) ---------------------------------------------------------------- drm-misc-next-fixes for v6.19-rc1: - Fix uaf in panthor. - Revert 8 byte alignment constraint for pitch in dumb bo's. - Fix DRM_MODE_FLAG_N.SYNC and !DRM_MODE_FLAG_P.SYNC handling renasas. ---------------------------------------------------------------- Akash Goel (1): drm/panthor: Prevent potential UAF in group creation Ludovic Desroches (2): drm/gem-dma: revert the 8-byte alignment constraint drm/gem-shmem: revert the 8-byte alignment constraint Marek Vasut (1): drm/rcar-du: dsi: Handle both DRM_MODE_FLAG_N.SYNC and !DRM_MODE_FLAG_P.SYNC drivers/gpu/drm/drm_gem_dma_helper.c | 2 +- drivers/gpu/drm/drm_gem_shmem_helper.c | 2 +- drivers/gpu/drm/panthor/panthor_sched.c | 19 +++++++++++++++---- drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c | 4 ++-- 4 files changed, 19 insertions(+), 8 deletions(-)
