From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
To: Dave Airlie <airlied@gmail.com>, Simona Vetter <simona.vetter@ffwll.ch>
Cc: "Jani Nikula" <jani.nikula@linux.intel.com>,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Tvrtko Ursulin" <tursulin@ursulin.net>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
"Oded Gabbay" <ogabbay@kernel.org>,
"Lucas De Marchi" <lucas.demarchi@intel.com>,
dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org
Subject: [PULL] drm-intel-gt-next
Date: Fri, 16 Jan 2026 10:13:47 +0200 [thread overview]
Message-ID: <aWnzOx78S4Vh38QE@jlahtine-mobl> (raw)
Hi Dave & Sima,
Here goes the drm-intel-gt-next PR towards v6.20.
Mainly a GuC recommended version update for DG2/MTL and a NULL deref fix
in execbuf. Rest is smaller fixes.
Regards, Joonas
***
drm-intel-gt-next-2026-01-16:
Driver Changes:
- Bump recommended GuC version for DG2 and MTL
- Fix for syzkaller found NULL deref in execbuf (Krzyssztof, Gangmin)
- Use designated initializers in debugfs code (Sebastian)
- Selftest and static checker fixes (Ard, Sk)
The following changes since commit 3bcf7894a93e18bff802088a368c13d86a5987a0:
drm/i915/gt: Use standard API for seqcount read in TLB invalidation (2025-10-31 10:58:05 +0100)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-gt-next-2026-01-16
for you to fetch changes up to 9512d9fc2a7a4fee14854fbb3af89a8bf599f361:
drm/i915/guc: Recommend GuC v70.53.0 for DG2, MTL (2026-01-12 14:21:10 -0800)
----------------------------------------------------------------
Driver Changes:
- Bump recommended GuC version for DG2 and MTL
- Fix for syzkaller found NULL deref in execbuf (Krzyssztof, Gangmin)
- Use designated initializers in debugfs code (Sebastian)
- Selftest and static checker fixes (Ard, Sk)
----------------------------------------------------------------
Ard Biesheuvel (1):
drm/i915: Fix format string truncation warning
Julia Filipchuk (1):
drm/i915/guc: Recommend GuC v70.53.0 for DG2, MTL
Krzysztof Niemiec (1):
drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbuffer
Sebastian Brzezinka (1):
drm/i915/gt: use designated initializers for intel_gt_debugfs_file
Sk Anirban (1):
drm/i915/selftest: Add throttle reason diagnostics to RPS selftests
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 37 ++++++++++------------
drivers/gpu/drm/i915/gt/intel_gt_debugfs.c | 4 +--
drivers/gpu/drm/i915/gt/intel_gt_engines_debugfs.c | 2 +-
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c | 15 +++++----
drivers/gpu/drm/i915/gt/intel_sseu_debugfs.c | 4 +--
drivers/gpu/drm/i915/gt/selftest_rps.c | 34 +++++++++++++++++---
drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_debugfs.c | 2 +-
drivers/gpu/drm/i915/gt/uc/intel_guc_debugfs.c | 13 ++++----
drivers/gpu/drm/i915/gt/uc/intel_guc_log_debugfs.c | 8 ++---
drivers/gpu/drm/i915/gt/uc/intel_huc_debugfs.c | 2 +-
drivers/gpu/drm/i915/gt/uc/intel_uc_debugfs.c | 2 +-
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 4 +--
drivers/gpu/drm/i915/intel_memory_region.h | 2 +-
13 files changed, 76 insertions(+), 53 deletions(-)
next reply other threads:[~2026-01-16 8:14 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-16 8:13 Joonas Lahtinen [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-03-12 9:02 [PULL] drm-intel-gt-next Tvrtko Ursulin
2025-11-14 16:22 Tvrtko Ursulin
2025-10-29 11:43 Tvrtko Ursulin
2025-10-31 21:02 ` Simona Vetter
2025-09-12 6:49 Joonas Lahtinen
2025-09-01 13:03 Joonas Lahtinen
2025-07-02 7:44 Tvrtko Ursulin
2025-05-08 6:21 Joonas Lahtinen
2025-03-12 23:24 Tvrtko Ursulin
2025-02-26 8:13 Tvrtko Ursulin
2025-01-10 9:03 Joonas Lahtinen
2024-12-18 9:48 Joonas Lahtinen
2024-10-23 9:16 Tvrtko Ursulin
2024-09-06 10:55 Joonas Lahtinen
2024-08-23 9:55 Joonas Lahtinen
2024-08-27 10:59 ` Daniel Vetter
2024-07-04 7:31 Tvrtko Ursulin
2024-07-05 10:15 ` Daniel Vetter
2024-06-12 12:57 Tvrtko Ursulin
2024-04-26 7:17 Joonas Lahtinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aWnzOx78S4Vh38QE@jlahtine-mobl \
--to=joonas.lahtinen@linux.intel.com \
--cc=airlied@gmail.com \
--cc=dim-tools@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=lucas.demarchi@intel.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=ogabbay@kernel.org \
--cc=rodrigo.vivi@intel.com \
--cc=simona.vetter@ffwll.ch \
--cc=thomas.hellstrom@linux.intel.com \
--cc=tursulin@ursulin.net \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox