On Wed, Apr 01, 2026 at 02:47:26PM -0700, Rosen Penev wrote: > Use a flexible array member and kzalloc_flex to combine allocations. > > Add __counted_by for extra runtime analysis. Move counting variable > assignment after allocation. kzalloc_flex with GCC >= 15 does this > automatically. > > Signed-off-by: Rosen Penev <[email protected]>
Applied to thunderbolt.git/next, thanks!

