[PATCH 0/2] Fix CI BAT regressions

Umesh Nerlige Ramappa umesh.nerlige.ramappa at intel.com
Fri May 24 21:14:58 UTC 2024


Use after free issue is introduced by the below patch.

drm/xe: Add helper to accumulate exec queue runtime

Adding a fix for that in this series.

Closes: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1908
Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>

Umesh Nerlige Ramappa (2):
  drm/xe: Use run_ticks instead of runtime for client stats
  drm/xe: Do not access xe file when updating exec queue run_ticks

 drivers/gpu/drm/xe/xe_device_types.h     |  4 ++--
 drivers/gpu/drm/xe/xe_drm_client.c       |  9 ++++++---
 drivers/gpu/drm/xe/xe_exec_queue.c       | 15 ++++++---------
 drivers/gpu/drm/xe/xe_exec_queue.h       |  2 +-
 drivers/gpu/drm/xe/xe_exec_queue_types.h |  4 ++++
 drivers/gpu/drm/xe/xe_execlist.c         |  2 +-
 drivers/gpu/drm/xe/xe_guc_submit.c       |  2 +-
 7 files changed, 21 insertions(+), 17 deletions(-)

-- 
2.34.1



More information about the Intel-xe mailing list