Re: [PATCHv2] scsi: st: use kzalloc_array()

From: "Kai Mäkisara (Kolumbus)"

Date: Sat Jul 04 2026 - 06:56:39 EST


On 4. Jul 2026, at 0.53, Rosen Penev <rosenp@xxxxxxxxx> wrote:
>
> Merge allocations to simpily memory management with kzalloc_array(). No
> need to kfree separately.
>
I fail to see what is the real problem this patch fixes? I am not in favor of rewiritng working code
just because it can be done.