Hi Dave and Simona, A few more drm-xe fixes for this week. thanks Lucas De Marchi drm-xe-fixes-2024-11-14: Driver Changes: - Fix unlock on exec ioctl error path (Matthew Brost) - Fix hibernation on LNL due to ggtt getting lost (Matthew Brost / Matthew Auld) - Fix missing runtime PM in OA release (Ashutosh) The following changes since commit 2d5404caa8c7bb5c4e0435f94b28834ae5456623: Linux 6.12-rc7 (2024-11-10 14:19:35 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-11-14 for you to fetch changes up to c0403e4ceecaefbeaf78263dffcd3e3f06a19f6b: drm/xe/oa: Fix "Missing outer runtime PM protection" warning (2024-11-13 11:37:22 -0800) ---------------------------------------------------------------- Driver Changes: - Fix unlock on exec ioctl error path (Matthew Brost) - Fix hibernation on LNL due to ggtt getting lost (Matthew Brost / Matthew Auld) - Fix missing runtime PM in OA release (Ashutosh) ---------------------------------------------------------------- Ashutosh Dixit (1): drm/xe/oa: Fix "Missing outer runtime PM protection" warning Matthew Auld (2): drm/xe: improve hibernation on igpu drm/xe: handle flat ccs during hibernation on igpu Matthew Brost (2): drm/xe: Ensure all locks released in exec IOCTL drm/xe: Restore system memory GGTT mappings drivers/gpu/drm/xe/xe_bo.c | 43 +++++++++++++++++++++------------------- drivers/gpu/drm/xe/xe_bo_evict.c | 20 +++++++++++-------- drivers/gpu/drm/xe/xe_exec.c | 4 ++-- drivers/gpu/drm/xe/xe_oa.c | 2 ++ 4 files changed, 39 insertions(+), 30 deletions(-)