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: replace classmap list with an array-slice Date: Thu, 04 Jun 2026 14:06:59 +1000 Message-ID: In-Reply-To: <20260601-dd-maint-2-v3-16-4a15b241bd3c@gmail.com> References: <20260601-dd-maint-2-v3-0-4a15b241bd3c@gmail.com> <20260601-dd-maint-2-v3-16-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 Removes list_head from classmap structs and uses array-slice (pointer + count) instead. This is a significant simplification. The reliance on contiguous module ordering is inherited from the existing descriptor segmentation in `dynamic_debug_init()`. No issues. --- Generated by Claude Code Patch Reviewer