On Thu, 26 Mar 2026 19:55:34 -0700, Rosen Penev wrote:
> Get rid of automatic kfree and move allocation down to where it's used.
> 
> Use kzalloc_flex as we're dealing with a flexible array member.
> 
> Use struct_size to avoid some pointer math.
> 
> Add __counted_by for extra runtime analysis. Move the counting variable
> assignment to right after allocation as required by __counted_by.
> 
> [...]

Applied, thanks!

[1/1] soc: qcom: wcnss: simplify allocation of req
      commit: 908061f0ad30aa08ce211c6a8f95d29102e570bd

Best regards,
-- 
Bjorn Andersson <[email protected]>

Reply via email to