Re: [PATCH] [v3] scsi: zfcp: Fix a double put in zfcp_port_enqueue

From: Martin K. Petersen
Date: Wed Sep 27 2023 - 15:34:33 EST


On Sat, 23 Sep 2023 18:37:23 +0800, Dinghao Liu wrote:

> When device_register() fails, zfcp_port_release() will be called
> after put_device(). As a result, zfcp_ccw_adapter_put() will be
> called twice: one in zfcp_port_release() and one in the error path
> after device_register(). So the reference on the adapter object is
> doubly put, which may lead to a premature free. Fix this by adjusting
> the error tag after device_register().
>
> [...]

Applied to 6.6/scsi-fixes, thanks!

[1/1] scsi: zfcp: Fix a double put in zfcp_port_enqueue
https://git.kernel.org/mkp/scsi/c/b481f644d917

--
Martin K. Petersen Oracle Linux Engineering