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/exec: drm_exec polishing Date: Mon, 25 May 2026 21:59:34 +1000 Message-ID: In-Reply-To: <20260520101616.41284-1-thomas.hellstrom@linux.intel.com> References: <20260520101616.41284-1-thomas.hellstrom@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/exec: drm_exec polishing Author: =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= Patches: 11 Reviewed: 2026-05-25T21:59:34.662912 --- This is a well-structured cleanup series that improves the `drm_exec` API by hiding internal implementation details from drivers, preparing the way for a future refactoring where `drm_exec` could be subclassed from a WW transaction utility. The four patches progressively tighten the API surface: removing the exposed loop index, cleaning up the retry macro, formalizing the retry-on-OOM pattern, and adding a ticket accessor. The series is clean, appropriately scoped, and the v2 changes properly address reviewer feedback. No functional bugs found. A few minor observations below. **Verdict: Series looks good to merge.** --- --- Generated by Claude Code Patch Reviewer