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: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN Date: Sat, 14 Mar 2026 07:00:30 +1000 Message-ID: In-Reply-To: <20260313132103.2529746-61-jim.cromie@gmail.com> References: <20260313132103.2529746-1-jim.cromie@gmail.com> <20260313132103.2529746-61-jim.cromie@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Removes `depends on BROKEN`. **Concern:** The per-driver `DRM_CLASSMAP_USE` approach means every new DRM driver using `drm_dbg()` must remember to add this line, or it silently won't participate in dyndbg class control. A mechanism tied to a common linkage point would be more robust long-term. --- Generated by Claude Code Patch Reviewer