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/etnaviv: use kzalloc_flex Date: Sun, 22 Mar 2026 03:59:28 +1000 Message-ID: In-Reply-To: <20260320010757.32158-1-rosenp@gmail.com> References: <20260320010757.32158-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: drm/etnaviv: use kzalloc_flex Author: Rosen Penev Patches: 1 Reviewed: 2026-03-22T03:59:28.038126 --- This is a single-patch cleanup that replaces a local `size_vstruct()` helper and manual `kzalloc()` call with the newer kernel `kzalloc_flex()` API. The conversion is straightforward and correct. The patch is small, clean, and removes dead code. **Verdict: Looks good.** --- Generated by Claude Code Patch Reviewer