Hi Dave and Sima, Here goes our first Xe related fixes towards 6.14. Thanks, Rodrigo. drm-xe-fixes-2025-02-06: UAPI Changes: - OA uAPI related fixes (Ashutosh) Driver Changes: - Fix SRIOV migration initialization (Michal) - Restore devcoredump to a sane state (Lucas) The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b: Linux 6.14-rc1 (2025-02-02 15:39:26 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2025-02-06 for you to fetch changes up to a9ab6591b45258b79af1cb66112fd9f83c8855da: drm/xe: Fix and re-enable xe_print_blob_ascii85() (2025-02-03 12:56:52 -0500) ---------------------------------------------------------------- UAPI Changes: - OA uAPI related fixes (Ashutosh) Driver Changes: - Fix SRIOV migration initialization (Michal) - Restore devcoredump to a sane state (Lucas) ---------------------------------------------------------------- Ashutosh Dixit (2): drm/xe/oa: Preserve oa_ctrl unused bits drm/xe/oa: Set stream->pollin in xe_oa_buffer_check_unlocked Lucas De Marchi (2): drm/xe/devcoredump: Move exec queue snapshot to Contexts section drm/xe: Fix and re-enable xe_print_blob_ascii85() Michal Wajdeczko (1): drm/xe/pf: Fix migration initialization drivers/gpu/drm/xe/regs/xe_oa_regs.h | 6 ++++++ drivers/gpu/drm/xe/xe_devcoredump.c | 42 +++++++++++++----------------------- drivers/gpu/drm/xe/xe_devcoredump.h | 2 +- drivers/gpu/drm/xe/xe_gt.c | 4 +++- drivers/gpu/drm/xe/xe_gt_sriov_pf.c | 14 +++++++++++- drivers/gpu/drm/xe/xe_gt_sriov_pf.h | 6 ++++++ drivers/gpu/drm/xe/xe_guc_ct.c | 3 ++- drivers/gpu/drm/xe/xe_guc_log.c | 4 +++- drivers/gpu/drm/xe/xe_oa.c | 21 +++++++++++------- 9 files changed, 62 insertions(+), 40 deletions(-)