From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/i915/gem: Don't use VMA from wrong VM in EXECBUF Date: Sun, 12 Apr 2026 12:54:46 +1000 Message-ID: In-Reply-To: <20260408082859.69823-1-joonas.lahtinen@linux.intel.com> References: <20260408082859.69823-1-joonas.lahtinen@linux.intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/i915/gem: Don't use VMA from wrong VM in EXECBUF Author: Joonas Lahtinen Patches: 3 Reviewed: 2026-04-12T12:54:46.193333 --- This is a single, well-targeted bug fix for a real correctness and potential use-after-free issue in the i915 GEM execbuffer VMA lookup fast path. The fix is minimal (2 lines), correct, and addresses a clear logic gap. The drm-next tree already carries this fix, confirming it has been accepted. **Verdict: Good patch, should be applied.** --- Generated by Claude Code Patch Reviewer