Hi Dave, Simona The drm-xe-fixes PR towards -rc3. This time a small number of various driver fixes only.
Thanks, Thomas drm-xe-fixes-2026-07-09: Driver Changes: - Fix PTE index in xe_vm_populate_pgtable for chunked binds (Matt Brost) - Wait on external BO kernel fences in exec IOCTL (Matt Brost) - Remove duplicate include (Anas Khan) - Free madvise VMA array on L2 flush failure (Guangshuo Li) - Stub notifier_lock helpers when DRM_GPUSVM=n (Shuicheng Lin) The following changes since commit 959b5016e4646b55fd2fd0438932e4c4e9ce171f: drm/xe/oa: Fix offset alignment for MERT WHITELIST_OA_MERT_MMIO_TRG (2026-07-02 12:29:44 +0200) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2026-07-09 for you to fetch changes up to f5ef65adf81da3dbce4e692e48c1754c0bb95da0: drm/xe/userptr: Stub notifier_lock helpers when DRM_GPUSVM=n (2026-07-09 12:09:42 +0200) ---------------------------------------------------------------- Driver Changes: - Fix PTE index in xe_vm_populate_pgtable for chunked binds (Matt Brost) - Wait on external BO kernel fences in exec IOCTL (Matt Brost) - Remove duplicate include (Anas Khan) - Free madvise VMA array on L2 flush failure (Guangshuo Li) - Stub notifier_lock helpers when DRM_GPUSVM=n (Shuicheng Lin) ---------------------------------------------------------------- Anas Khan (1): drm/xe: remove duplicate <kunit/test-bug.h> include Guangshuo Li (1): drm/xe: free madvise VMA array on L2 flush failure Matthew Brost (2): drm/xe: Fix PTE index in xe_vm_populate_pgtable() for chunked binds drm/xe: Wait on external BO kernel fences in exec IOCTL Shuicheng Lin (1): drm/xe/userptr: Stub notifier_lock helpers when DRM_GPUSVM=n drivers/gpu/drm/xe/tests/xe_pci.c | 1 - drivers/gpu/drm/xe/xe_exec.c | 22 ++++++++++++++++------ drivers/gpu/drm/xe/xe_pt.c | 19 +++++++++++++++++-- drivers/gpu/drm/xe/xe_vm_madvise.c | 2 +- 4 files changed, 34 insertions(+), 10 deletions(-)
