Re: [PATCHv3] scsi: st: use kzalloc_array()
Damien Le Moal <[email protected]>
| Newsgroups | org.kernel.vger.linux-hardening,org.kernel.vger.linux-kernel,org.kernel.vger.linux-scsi |
|---|---|
| Organization | Western Digital Research |
| Message-ID | <[email protected]> |
On 7/7/26 08:30, Rosen Penev wrote: > Merge allocations to simplify memory management with kzalloc_array(). No > need to kfree separately. > > Add __counted_by for extra runtime analysis. Move counting variable > assignment after allocation as kzalloc_flex() does this with newer > compilers. > > Signed-off-by: Rosen Penev <[email protected]> You forgot to add my review tag. So here it is again. Reviewed-by: Damien Le Moal <[email protected]> -- Damien Le Moal Western Digital Research