Hi Dave, Sima,
Two fixes this week - one to avoid bogus DP link rates caused by parsing un-iniitialized stack values if DPCD read failed, and the second one to fix a potential out of bound memory reads on Pentium 4 era machines cursor plane access via pread/pwrite. Tvrtko drm-intel-fixes-2026-06-11: - Check supported link rates DPCD read [edp] (Nikita Zhandarovich) - Fix phys BO pread/pwrite with offset [gem] (Joonas Lahtinen) The following changes since commit 4549871118cf616eecdd2d939f78e3b9e1dddc48: Linux 7.1-rc7 (2026-06-07 15:37:58 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2026-06-11 for you to fetch changes up to d21ad938398bca695a511307de38a65889e3b354: drm/i915/gem: Fix phys BO pread/pwrite with offset (2026-06-10 09:23:22 +0100) ---------------------------------------------------------------- - Check supported link rates DPCD read [edp] (Nikita Zhandarovich) - Fix phys BO pread/pwrite with offset [gem] (Joonas Lahtinen) ---------------------------------------------------------------- Joonas Lahtinen (1): drm/i915/gem: Fix phys BO pread/pwrite with offset Nikita Zhandarovich (1): drm/i915/edp: Check supported link rates DPCD read drivers/gpu/drm/i915/display/intel_dp.c | 11 +++++++++-- drivers/gpu/drm/i915/gem/i915_gem_phys.c | 19 +++++++++++++++---- 2 files changed, 24 insertions(+), 6 deletions(-)
