On 4/1/26 21:04, Rosen Penev wrote:
Simplify allocation by using kzalloc_flex with a flexible array member to combine allocations. Add __counted_by for extra runtime analysis. Move the counting variable
assignment right after allocation as required ny __counted_by.
As commented in another thread, this is not true. (The same applies to changelog text in patch 3/3) -Gustavo

