Hi Linus, Very quiet, all just small stuff and nothing scary pending to my knowledge.
On the Link: tag discussion there's now an open MR for our tooling. By the time you see this it might already be merged, so hopefully starting next week we'll see patches show up in drm with the new style. But it'll probably take some time until it's percolated to everyone: https://gitlab.freedesktop.org/drm/maintainer-tools/-/merge_requests/94 Cheers, Sima drm-fixes-2025-10-24: drm-fixes for 6.18-rc3 - drm_panic: bunch of size calculation fixes - pantor: fix kernel panic on partial gpu va unmap - rockchip: hdmi hotplug setup fix - amdgpu: dp mst, dc/display fixes - i915: fix panic structure leak - xe: madvise uapi fix, wq alloc error, vma flag handling fix Cheers, Sima The following changes since commit 211ddde0823f1442e4ad052a2f30f050145ccada: Linux 6.18-rc2 (2025-10-19 15:19:16 -1000) are available in the Git repository at: https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2025-10-24 for you to fetch changes up to 18b1ce0b29c41833363b58ad030b76dabf984899: Merge tag 'drm-xe-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes (2025-10-24 13:39:21 +0200) ---------------------------------------------------------------- drm-fixes for 6.18-rc3 - drm_panic: bunch of size calculation fixes - pantor: fix kernel panic on partial gpu va unmap - rockchip: hdmi hotplug setup fix - amdgpu: dp mst, dc/display fixes - i915: fix panic structure leak - xe: madvise uapi fix, wq alloc error, vma flag handling fix ---------------------------------------------------------------- Akash Goel (1): drm/panthor: Fix kernel panic on partial unmap of a GPU VA region Alok Tiwari (1): drm/rockchip: dw_hdmi: use correct SCLIN mask for RK3228 Aurabindo Pillai (1): drm/amd/display: use GFP_NOWAIT for allocation in interrupt handler Charlene Liu (1): drm/amd/display: increase max link count and fix link->enc NULL pointer access Jani Nikula (1): drm/i915/panic: fix panic structure allocation memory leak Jocelyn Falempe (6): drm/panic: Fix drawing the logo on a small narrow screen drm/panic: Fix overlap between qr code and logo drm/panic: Fix qr_code, ensure vmargin is positive drm/panic: Fix kmsg text drawing rectangle drm/panic: Fix divide by 0 if the screen width < font width drm/panic: Fix 24bit pixel crossing page boundaries Matthew Brost (1): drm/xe: Check return value of GGTT workqueue allocation Meenakshikumar Somasundaram (1): drm/amd/display: Fix NULL pointer dereference Simona Vetter (4): Merge tag 'amd-drm-fixes-6.18-2025-10-22' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes Merge tag 'drm-misc-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes Merge tag 'drm-intel-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes Merge tag 'drm-xe-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes Thomas Hellström (2): drm/xe: Retain vma flags when recreating and splitting vmas for madvise drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flag drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 +- .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 3 + drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h | 8 +- .../amd/display/dc/link/accessories/link_dp_cts.c | 3 +- drivers/gpu/drm/drm_panic.c | 60 ++++++++++++-- drivers/gpu/drm/i915/display/intel_fb.c | 25 +++--- drivers/gpu/drm/panthor/panthor_mmu.c | 10 ++- drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 2 +- drivers/gpu/drm/xe/xe_ggtt.c | 3 + drivers/gpu/drm/xe/xe_pt.c | 4 +- drivers/gpu/drm/xe/xe_svm.c | 5 ++ drivers/gpu/drm/xe/xe_vm.c | 96 +++++++++------------- drivers/gpu/drm/xe/xe_vm_types.h | 10 +-- include/uapi/drm/xe_drm.h | 15 ++++ 14 files changed, 153 insertions(+), 95 deletions(-) -- Simona Vetter Software Engineer http://blog.ffwll.ch
