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: dp_tunnel: use kzalloc_flex Date: Mon, 09 Mar 2026 07:39:02 +1000 Message-ID: In-Reply-To: <20260308211220.33759-1-rosenp@gmail.com> References: <20260308211220.33759-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: dp_tunnel: use kzalloc_flex Author: Rosen Penev Patches: 1 Reviewed: 2026-03-09T07:39:02.354541 --- This is a single-patch series that converts `drm_dp_tunnel_mgr` to use a flexible array member with `kzalloc_flex`, eliminating a separate allocation for the `groups` array. The conversion is straightforward and largely correct. However, there is a **correctness bug** in the error handling change that needs to be addressed. --- Generated by Claude Code Patch Reviewer