Re: [PATCH] scsi: lpfc: Fix memory leak in lpfc_create_port()
From: Martin K. Petersen
Date: Mon Oct 17 2022 - 23:52:28 EST
On Fri, 16 Sep 2022 00:59:07 -0300, Rafael Mendonca wrote:
> Commit 5e633302ace1 ("scsi: lpfc: vmid: Add support for VMID in mailbox
> command") introduced allocations for the VMID resources in
> lpfc_create_port() after the call to scsi_host_alloc(). Upon failure on the
> VMID allocations, the new code would branch to the 'out' label, which
> returns NULL without unwinding anything, thus skipping the call to
> scsi_host_put().
>
> [...]
Applied to 6.1/scsi-fixes, thanks!
[1/1] scsi: lpfc: Fix memory leak in lpfc_create_port()
https://git.kernel.org/mkp/scsi/c/dc8e483f684a
--
Martin K. Petersen Oracle Linux Engineering