Hi Dave, Simona A last drm-xe-next-fixes for 6.19 with fixes that would be good to have in -rc1.
Thanks, Thomas drm-xe-next-fixes-2025-12-04: Driver Changes: - Fix a memory leak (Mika) - Fix a 64-bit division (Michal Wajdeczko) - vf migration fix (Matt Brost) - LRC pause Fix (Tomasz lis) The following changes since commit 0692602defb0c273f80dec9c564ca50726404aca: Merge tag 'amd-drm-next-6.19-2025-12-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2025-12-03 09:43:49 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-next-fixes-2025-12-04 for you to fetch changes up to 3f1c07fc21c68bd3bd2df9d2c9441f6485e934d9: Merge drm/drm-next into drm-xe-next-fixes (2025-12-04 22:54:56 +0100) ---------------------------------------------------------------- Driver Changes: - Fix a memory leak (Mika) - Fix a 64-bit division (Michal Wajdeczko) - vf migration fix (Matt Brost) - LRC pause Fix (Tomasz lis) ---------------------------------------------------------------- Matthew Brost (1): drm/xe/vf: Start re-emission from first unsignaled job during VF migration Michal Wajdeczko (1): drm/xe/pf: Use div_u64 when calculating GGTT profile Mika Kuoppala (1): drm/xe: Fix memory leak when handling pagefault vma Thomas Hellström (1): Merge drm/drm-next into drm-xe-next-fixes Tomasz Lis (1): drm/xe: Protect against unset LRC when pausing submissions drivers/gpu/drm/xe/xe_gpu_scheduler.h | 5 ++-- drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c | 2 +- drivers/gpu/drm/xe/xe_guc_submit.c | 47 +++++++++++++++++++----------- drivers/gpu/drm/xe/xe_pagefault.c | 1 - drivers/gpu/drm/xe/xe_sched_job_types.h | 4 +-- 5 files changed, 36 insertions(+), 23 deletions(-)
