From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: dyndbg,module: make proper substructs in _ddebug_info Date: Thu, 04 Jun 2026 14:07:00 +1000 Message-ID: In-Reply-To: <20260601-dd-maint-2-v3-19-4a15b241bd3c@gmail.com> References: <20260601-dd-maint-2-v3-0-4a15b241bd3c@gmail.com> <20260601-dd-maint-2-v3-19-4a15b241bd3c@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 Large but mechanical refactoring. Section renames (`__dyndbg` -> `__dyndbg_descs`, `__dyndbg_classes` -> `__dyndbg_class_maps`) are a breaking change for any out-of-tree modules using dynamic debug, but the old names were somewhat generic. The struct reorganization with `_ddebug_descs` and `_ddebug_class_maps` sub-structs is clean. The `__UNIQUE_ID(ddebug)` -> `__UNIQUE_ID(_ddebug)` change is unrelated cleanup that should ideally be in its own patch or at least mentioned in the commit message. No blocking issues. --- Generated by Claude Code Patch Reviewer