Hello Rosen, +Cc Cosmin, Romain
On Fri Mar 27, 2026 at 4:03 AM CET, Rosen Penev wrote: > Convert kzalloc_obj + kcalloc to kzalloc_flex to save an allocation. > > Add __counted_by to get extra runtime analysis. > > Signed-off-by: Rosen Penev <[email protected]> This is the second version of the previous patch, so the subject line should start with "[PATCH v2]". You may try using b4 to automate this, it takes over this and many other boring-but-useful details. Additionally I suspect b4 would have a more complete Cc list, including recent contributors to this driver like Cosmin Tanislav and Romain Gantois who might want to review this patch. I'm Cc-ing them this time. > --- Also a changelog would be nice after the '---' marker, to help reviewers, and a link to previous versions. It took a moment to me to realize I had already reviewed almost the exact same code. Other than than the patch looks good: Reviewed-by: Luca Ceresoli <[email protected]> -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

