Quoting Rosen Penev (2026-03-25 22:28:47)
> Simplify allocation by using a flexible array member to combine
> allocations. Use struct_size to calculate size properly.
> 
> Use __counted_by to get extra runtime analysis. Assign counting variable
> right after allocation as required by __counted_by.
> 
> Signed-off-by: Rosen Penev <[email protected]>
> ---

Applied to clk-next

Reply via email to