[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5c3acfacb567cb9871f7ad3721b50d0c4970b676.camel@mediatek.com>
Date: Fri, 14 Jun 2024 06:30:50 +0000
From: Peter Wang (王信友) <peter.wang@...iatek.com>
To: "linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
"jslebodn@...hat.com" <jslebodn@...hat.com>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"ahalaney@...hat.com" <ahalaney@...hat.com>, "beanhuo@...ron.com"
<beanhuo@...ron.com>, "avri.altman@....com" <avri.altman@....com>,
"martin.petersen@...cle.com" <martin.petersen@...cle.com>,
"bvanassche@....org" <bvanassche@....org>, "stable@...r.kernel.org"
<stable@...r.kernel.org>, "alim.akhtar@...sung.com"
<alim.akhtar@...sung.com>, "manivannan.sadhasivam@...aro.org"
<manivannan.sadhasivam@...aro.org>, "James.Bottomley@...senPartnership.com"
<James.Bottomley@...senPartnership.com>
Subject: Re: [PATCH] scsi: ufs: core: Free memory allocated for model before
reinit
On Thu, 2024-06-13 at 16:02 -0400, Joel Slebodnick wrote:
>
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> Under the conditions that a device is to be reinitialized within
> ufshcd_probe_hba, the device must first be fully reset.
>
> Resetting the device should include freeing U8 model (member of
> dev_info) but does not, and this causes a memory leak.
> ufs_put_device_desc is responsible for freeing model.
>
> unreferenced object 0xffff3f63008bee60 (size 32):
> comm "kworker/u33:1", pid 60, jiffies 4294892642
> hex dump (first 32 bytes):
> 54 48 47 4a 46 47 54 30 54 32 35 42 41 5a 5a 41 THGJFGT0T25BAZZA
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
> backtrace (crc ed7ff1a9):
> [<ffffb86705f1243c>] kmemleak_alloc+0x34/0x40
> [<ffffb8670511cee4>] __kmalloc_noprof+0x1e4/0x2fc
> [<ffffb86705c247fc>] ufshcd_read_string_desc+0x94/0x190
> [<ffffb86705c26854>] ufshcd_device_init+0x480/0xdf8
> [<ffffb86705c27b68>] ufshcd_probe_hba+0x3c/0x404
> [<ffffb86705c29264>] ufshcd_async_scan+0x40/0x370
> [<ffffb86704f43e9c>] async_run_entry_fn+0x34/0xe0
> [<ffffb86704f34638>] process_one_work+0x154/0x298
> [<ffffb86704f34a74>] worker_thread+0x2f8/0x408
> [<ffffb86704f3cfa4>] kthread+0x114/0x118
> [<ffffb86704e955a0>] ret_from_fork+0x10/0x20
>
> Fixes: 96a7141da332 ("scsi: ufs: core: Add support for reinitializing
> the UFS device")
> Cc: <stable@...r.kernel.org>
>
> Reviewed-by: Andrew Halaney <ahalaney@...hat.com>
> Reviewed-by: Bart Van Assche <bvanassche@....org>
> Signed-off-by: Joel Slebodnick <jslebodn@...hat.com>
>
Reviewed-by: Peter Wang <peter.wang@...iatek.com>
Powered by blists - more mailing lists