On 3/5/26 12:06 AM, Rosen Penev wrote: > Allows simplifying allocation to a single kzalloc call. > > Also allows using __counted_by for extra runtime analysis. > > Signed-off-by: Rosen Penev <[email protected]> > ---
I don't see how this is an improvement - __counted_by() is useful for cases where we don't know how many entries there are, but in this case it's fully deterministic (as priv->num_clks is a compile-time constant) Konrad

