Hi Dave and Sima, Here are the fixes towards 6.18. This is also my last pull request as xe maintainer as I'm leaving Intel. Patch to the MAINTAINERS files will be merged soon. Rodrigo and Thomas will continue sending the fixes if we don't have a release this week.
drm-xe-fixes-2025-11-27: Driver Changes: - Fix resource leak in xe_guc_ct_init_noalloc()'s error path (Shuicheng Lin) - Fix stack_depot usage without STACKDEPOT_ALWAYS_INIT (Lucas) - Fix overflow in conversion from clock tics to msec (Harish Chegondi) thanks, Lucas De Marchi The following changes since commit ac3fd01e4c1efce8f2c054cdeb2ddd2fc0fb150d: Linux 6.18-rc7 (2025-11-23 14:53:16 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2025-11-27 for you to fetch changes up to 7276878b069c57d9a9cca5db01d2f7a427b73456: drm/xe: Fix conversion from clock ticks to milliseconds (2025-11-25 11:53:34 -0800) ---------------------------------------------------------------- Driver Changes: - Fix resource leak in xe_guc_ct_init_noalloc()'s error path (Shuicheng Lin) - Fix stack_depot usage without STACKDEPOT_ALWAYS_INIT (Lucas) - Fix overflow in conversion from clock tics to msec (Harish Chegondi) ---------------------------------------------------------------- Harish Chegondi (1): drm/xe: Fix conversion from clock ticks to milliseconds Lucas De Marchi (1): drm/xe/guc: Fix stack_depot usage Shuicheng Lin (1): drm/xe/guc: Fix resource leak in xe_guc_ct_init_noalloc() drivers/gpu/drm/xe/xe_gt_clock.c | 7 +------ drivers/gpu/drm/xe/xe_guc_ct.c | 15 +++++++++------ 2 files changed, 10 insertions(+), 12 deletions(-)
