Hi Dave, Simona Two xe fixes for -rc2 Thanks, Thomas drm-xe-fixes-2024-12-04: Driver Changes: - Missing init value and 64-bit write-order check (Zhanjung) - Fix a memory allocation issue causing lockdep violation (John) The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-12-04 for you to fetch changes up to 5dce85fecb87751ec94526e1ac516dd7871e2e0c: drm/xe: Move the coredump registration to the worker thread (2024-12-03 10:33:13 +0100) ---------------------------------------------------------------- Driver Changes: - Missing init value and 64-bit write-order check (Zhanjung) - Fix a memory allocation issue causing lockdep violation (John) ---------------------------------------------------------------- John Harrison (1): drm/xe: Move the coredump registration to the worker thread Zhanjun Dong (1): drm/xe/guc: Fix missing init value and add register order check drivers/gpu/drm/xe/xe_devcoredump.c | 73 +++++++++++++++++++---------------- drivers/gpu/drm/xe/xe_guc_capture.c | 77 +++++++++++++++++++++++++++++-------- 2 files changed, 101 insertions(+), 49 deletions(-)