Re: [PATCHv2] firmware: arm_scmi: simplify some allocations

Sudeep Holla <[email protected]> Mon, 20 Jul 2026 11:31:49 +0100
Newsgroups org.kernel.vger.arm-scmi,org.infradead.lists.linux-arm-kernel
Message-ID <178454310144.1349369.3756806387017332522.b4-ty@b4>
On Tue, 30 Jun 2026 13:47:19 -0700, Rosen Penev wrote:
> Use flexible array members to combine allocations and remove kcalloc
> usage.
> 
> Add __counted_by where appropriate for extra runtime analysis. Move
> counting variable assignment after allocation before any potential array
> access.
> 
> [...]

Applied to sudeep.holla/linux (for-next/scmi/updates), thanks!

[1/1] firmware: arm_scmi: simplify some allocations
      https://git.kernel.org/sudeep.holla/c/9c62bb72a5d0
-- 
Regards,
Sudeep