From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: nouveau/vmm: use kzalloc_flex Date: Fri, 13 Mar 2026 13:50:17 +1000 Message-ID: In-Reply-To: <20260312195529.13002-1-rosenp@gmail.com> References: <20260312195529.13002-1-rosenp@gmail.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: nouveau/vmm: use kzalloc_flex Author: Rosen Penev Patches: 1 Reviewed: 2026-03-13T13:50:17.120409 --- This is a single-patch series that converts a manual `kzalloc(sizeof(...) + sizeof(...) * count)` pattern to the newer `kzalloc_flex()` macro in the nouveau VMM code. The change is straightforward and correct. --- Generated by Claude Code Patch Reviewer