From: John Garry <john.garry@huawei.com>
To: Ming Lei <ming.lei@redhat.com>,
"Martin K . Petersen" <martin.petersen@oracle.com>,
<linux-scsi@vger.kernel.org>
Cc: Bart Van Assche <bvanassche@acm.org>, Hannes Reinecke <hare@suse.de>
Subject: Re: [PATCH V3 0/3] scsi: two fixes in scsi_add_host_with_dma
Date: Tue, 1 Jun 2021 11:34:20 +0100 [thread overview]
Message-ID: <d37d30cf-8293-e34e-0b4f-eebfcfa56bc9@huawei.com> (raw)
In-Reply-To: <20210531050727.2353973-1-ming.lei@redhat.com>
On 31/05/2021 06:07, Ming Lei wrote:
> Hello Martin,
>
>
> Fix two memory leaks and one double free issue in alloc/add host
> code path.
>
>
> V3:
> - fix memory leak caused in scsi_host_alloc
> - comment typo suggested by John
>
> V2:
> - add patch 2 for addressing shost leak in case of adding host
> failure, reported by John Garry.
>
> Ming Lei (3):
> scsi: core: use put_device() to release host
> scsi: core: fix failure handling of scsi_add_host_with_dma
> scsi: core: put ->shost_gendev.parent in failure handling path
>
> drivers/scsi/hosts.c | 25 ++++++++++++-------------
> 1 file changed, 12 insertions(+), 13 deletions(-)
>
> Cc: Bart Van Assche <bvanassche@acm.org>
> Cc: John Garry <john.garry@huawei.com>
> Cc: Hannes Reinecke <hare@suse.de>
I tested this again with the same experiment as before to error in
scsi_add_host_with_dma(), and we don't call scsi_host_dev_release() now.
The shost_gendev dev refcount is 2 upon exit in scsi_add_host_with_dma().
We don't call scsi_host_cls_release() either, so I guess a ref count is
leaked for shost_dev - I see its refcount is 1 at exit in
scsi_add_host_with_dma(). We have the device_initialize(), device_add(),
device_del() in the alloc and add host functions, but I don't know who
is responsible for the final "device put".
Thanks,
John
next prev parent reply other threads:[~2021-06-01 10:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-31 5:07 [PATCH V3 0/3] scsi: two fixes in scsi_add_host_with_dma Ming Lei
2021-05-31 5:07 ` [PATCH V3 1/3] scsi: core: use put_device() to release host Ming Lei
2021-05-31 5:21 ` [PATCH V4 " Ming Lei
2021-05-31 5:07 ` [PATCH V3 2/3] scsi: core: fix failure handling of scsi_add_host_with_dma Ming Lei
2021-05-31 6:31 ` Hannes Reinecke
2021-05-31 5:07 ` [PATCH V3 3/3] scsi: core: put ->shost_gendev.parent in failure handling path Ming Lei
2021-05-31 6:28 ` Hannes Reinecke
2021-05-31 7:56 ` Ming Lei
2021-05-31 8:23 ` Hannes Reinecke
2021-05-31 9:17 ` Ming Lei
2021-06-01 10:34 ` John Garry [this message]
2021-06-01 13:11 ` [PATCH V3 0/3] scsi: two fixes in scsi_add_host_with_dma Ming Lei
2021-06-01 15:07 ` John Garry
2021-06-02 1:55 ` Ming Lei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d37d30cf-8293-e34e-0b4f-eebfcfa56bc9@huawei.com \
--to=john.garry@huawei.com \
--cc=bvanassche@acm.org \
--cc=hare@suse.de \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=ming.lei@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox