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