On 7/4/26 06:53, Rosen Penev wrote: > Merge allocations to simpily memory management with kzalloc_array(). No
s/simpily/simplify > need to kfree separately. > > Add __counted_by for extra runtime analysis. Move counting variable > assignment after allocation as kzalloc_flex() does this with newer > compilers. > > Signed-off-by: Rosen Penev <[email protected]> With the typo fixed, this looks OK to me. Reviewed-by: Damien Le Moal <[email protected]> -- Damien Le Moal Western Digital Research

