On Fri, Mar 20, 2026 at 1:53 AM Rosen Penev <[email protected]> wrote:
> Instead of kzalloc + kcalloc, Combine the two using a flexible array > member. > > Allows using __counted_by for extra runtime analysis. Move counting > variable to right after allocation as required by __counted_by. > > Signed-off-by: Rosen Penev <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

