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 12:12:50 +1000 Message-ID: In-Reply-To: <20260602-dd-maint-2-v4-19-19a1445585a8@gmail.com> References: <20260602-dd-maint-2-v4-0-19a1445585a8@gmail.com> <20260602-dd-maint-2-v4-19-19a1445585a8@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 refactoring patch that renames section names (`__dyndbg` -> `__dyndbg_descs`, `__dyndbg_classes` -> `__dyndbg_class_maps`), introduces proper sub-structs, and renames `struct ddebug_class_map` to `struct _ddebug_class_map` (and similarly for `ddebug_class_param`). This is a significant API/ABI-touching change -- the section names change, which means this patch must be applied atomically across the kernel tree. Has Reviewed-by from Louis Chauvet. The `__UNIQUE_ID(ddebug)` to `__UNIQUE_ID(_ddebug)` change is a bit gratuitous but harmless. --- Generated by Claude Code Patch Reviewer