On Mon, Jun 08, 2026 at 01:52:09PM -0700, Rosen Penev wrote:
On Mon, Jun 8, 2026 at 9:25 AM Frank Li [off-list ref] wrote:
quoted
On Sun, Jun 07, 2026 at 10:18:29PM -0700, Rosen Penev wrote:
Nit: dmaengine: st_fdma: simplify allocation by using flexible array
that's in the description. Did it that was to not have it as long,
flexible array member is the proper terminology.
subject should provide most important information and summary what you did.
prefer pattern is
do what for ...
It is too general (simplify allocation\fix wraning\....)
Frank
quoted
Reviewed-by: Frank Li <Frank.Li@nxp.com>
quoted
Use a flexible array member to combine kzalloc and kcalloc to a single
allocation.
Add __counted_by for extra runtime analysis. Assign counting variable
after allocation before any array accesses.
Signed-off-by: Rosen Penev <redacted>
---