On Fri, Mar 06, 2026 at 02:21:48PM -0800, Rosen Penev wrote: > Change kzalloc + kcalloc to just kzalloc with a flexible array member. > > Add __counted_by for extra runtime analysis when requested. > > Shuffle some code in probe to provide a clearer picture.
That's a lot of different things all at once, please do not do that. Remember, kernel changes need to be "one patch per logical thing". thanks, greg k-h

