Hi Dave and Sima, Here goes our last xe-next-fixes pr towards 6.17-rc1.
It marks Xe driver as BROKEN if kernel page is not 4K, while we don't fix this ARM support, but work is in progress there. Also, mostly SRIOV fixes, but one patch that is more of a convenience, removing the need of a kernel parameter to go to a PF mode in virtualized environment. I hope it is okay for this stage. Thanks, Rodrigo. drm-xe-next-fixes-2025-08-06: - SRIOV: PF fixes and removal of need of module param (Michal) - Fix driver unbind around Devcoredump (Bala) - Mark xe driver as BROKEN if kernel page size is not 4kB (Simon) The following changes since commit 6531a2cf07ef156956840853692755cc7e1621b7: Merge tag 'drm-xe-next-fixes-2025-07-31' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next (2025-08-01 07:09:16 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-next-fixes-2025-08-06 for you to fetch changes up to 022906afdf90327bce33d52fb4fb41b6c7d618fb: Mark xe driver as BROKEN if kernel page size is not 4kB (2025-08-04 11:59:11 -0400) ---------------------------------------------------------------- - SRIOV: PF fixes and removal of need of module param (Michal) - Fix driver unbind around Devcoredump (Bala) - Mark xe driver as BROKEN if kernel page size is not 4kB (Simon) ---------------------------------------------------------------- Balasubramani Vivekanandan (1): drm/xe/devcoredump: Defer devcoredump initialization during probe Michal Wajdeczko (3): drm/xe/pf: Enable SR-IOV PF mode by default drm/xe/pf: Disable PF restart worker on device removal drm/xe/pf: Make sure PF is ready to configure VFs Simon Richter (1): Mark xe driver as BROKEN if kernel page size is not 4kB drivers/gpu/drm/xe/Kconfig | 1 + drivers/gpu/drm/xe/xe_device.c | 8 ++-- drivers/gpu/drm/xe/xe_gt_sriov_pf.c | 57 ++++++++++++++++++++++++++++- drivers/gpu/drm/xe/xe_gt_sriov_pf.h | 1 + drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c | 4 +- drivers/gpu/drm/xe/xe_guc_capture.c | 6 +++ drivers/gpu/drm/xe/xe_module.c | 8 +++- drivers/gpu/drm/xe/xe_pci_sriov.c | 7 +++- drivers/gpu/drm/xe/xe_sriov_pf.c | 27 ++++++++++++++ drivers/gpu/drm/xe/xe_sriov_pf.h | 1 + 10 files changed, 112 insertions(+), 8 deletions(-)
