Messages in this thread |  | | Date | Wed, 29 Apr 2026 10:24:12 +0530 | | Subject | Re: [PATCHv3 ath-next] wifi: ath11k: use kzalloc_flex | | From | Rameshkumar Sundaram <> |
| |
On 4/29/2026 2:20 AM, Rosen Penev wrote: > Convert kzalloc_obj + kcalloc to kzalloc_flex to save an allocation. > > Add __counted_by to get extra runtime analysis. Move counting variable > assignment immediately after allocation before any potential accesses. > kzalloc_flex does this anyway for GCC >= 15. > > Signed-off-by: Rosen Penev <rosenp@gmail.com>
Reviewed-by: Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com>
|  |