On 7/7/26 08:30, Rosen Penev wrote: > Merge allocations to simplify memory management with kzalloc_array(). No > 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]>
You forgot to add my review tag. So here it is again. Reviewed-by: Damien Le Moal <[email protected]> -- Damien Le Moal Western Digital Research

