Files
linux-stable-mirror/drivers
Rosen Penev 3f7fd751d8 firmware: stratix10-svc: kmalloc_array + kzalloc to flex
Use a flexible array member to combine allocations. Simplifies memory
management.

Add __counted_by for extra runtime analysis. Also move counting variable
assignment up as required by __counted_by.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
2026-04-30 21:22:28 -05:00
..