Hi Dave and Sima, Here goes our xe-next-fixes.
Thanks, Rodrigo. drm-xe-next-fixes-2025-07-31: - Fix BMG probe on unsupported mailbox command (Raag) - Fix OA static checker warning about null gt (Ashutosh) - Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter (Dan) - Fix missing unwind goto in GuC/HuC (Zhanjun) - Don't register I2C devices if VF (Lukasz) - Clear whole GuC g2h_fence during initialization (Michal) - Avoid call kfree for drmm_kzalloc (Shuicheng) - Fix pci_dev reference leak on configfs (Michal) - SRIOV: Disable CSC support on VF (Lukasz) The following changes since commit ba0f4c4c0f9d0f90300578fc8d081f43be281a71: Merge tag 'nova-next-v6.17-2025-07-18' of https://gitlab.freedesktop.org/drm/nova into drm-next (2025-07-21 12:56:39 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-next-fixes-2025-07-31 for you to fetch changes up to f62408efc8669b82541295a4611494c8c8c52684: drm/xe/vf: Disable CSC support on VF (2025-07-30 15:09:27 -0400) ---------------------------------------------------------------- - Fix BMG probe on unsupported mailbox command (Raag) - Fix OA static checker warning about null gt (Ashutosh) - Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter (Dan) - Fix missing unwind goto in GuC/HuC (Zhanjun) - Don't register I2C devices if VF (Lukasz) - Clear whole GuC g2h_fence during initialization (Michal) - Avoid call kfree for drmm_kzalloc (Shuicheng) - Fix pci_dev reference leak on configfs (Michal) - SRIOV: Disable CSC support on VF (Lukasz) ---------------------------------------------------------------- Ashutosh Dixit (1): drm/xe/oa: Fix static checker warning about null gt Dan Carpenter (1): drm/xe: Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter() Lukasz Laguna (2): drm/xe/vf: Don't register I2C devices if VF drm/xe/vf: Disable CSC support on VF Michal Wajdeczko (2): drm/xe/guc: Clear whole g2h_fence during initialization drm/xe/configfs: Fix pci_dev reference leak Raag Jadav (1): drm/xe: Don't fail probe on unsupported mailbox command Shuicheng Lin (1): drm/xe/hw_engine_group: Avoid call kfree() for drmm_kzalloc() Zhanjun Dong (1): drm/xe/uc: Fix missing unwind goto drivers/gpu/drm/xe/xe_configfs.c | 3 ++- drivers/gpu/drm/xe/xe_device.c | 1 + drivers/gpu/drm/xe/xe_device_sysfs.c | 7 ++++++- drivers/gpu/drm/xe/xe_guc_ct.c | 6 +----- drivers/gpu/drm/xe/xe_hw_engine_group.c | 28 ++++++---------------------- drivers/gpu/drm/xe/xe_i2c.c | 7 +++++-- drivers/gpu/drm/xe/xe_oa.c | 2 +- drivers/gpu/drm/xe/xe_uc.c | 2 +- 8 files changed, 23 insertions(+), 33 deletions(-)