From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org,
"Rafael J. Wysocki" <rafael@kernel.org>,
Manivannan Sadhasivam <mani@kernel.org>
Subject: Re: [PATCH 6.6.y] scsi: ufs: qcom: Only free platform MSIs when ESI is enabled
Date: Thu, 12 Dec 2024 07:57:26 +0100 [thread overview]
Message-ID: <2024121210-preplan-multiply-03ef@gregkh> (raw)
In-Reply-To: <8734iuaveo.ffs@tglx>
On Wed, Dec 11, 2024 at 08:09:51PM +0100, Thomas Gleixner wrote:
>
> From: Manivannan Sadhasivam <mani@kernel.org>
>
> commit 64506b3d23a337e98a74b18dcb10c8619365f2bd upstream.
>
> Otherwise, it will result in a NULL pointer dereference as below:
>
> Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008
> Call trace:
> mutex_lock+0xc/0x54
> platform_device_msi_free_irqs_all+0x14/0x20
> ufs_qcom_remove+0x34/0x48 [ufs_qcom]
> platform_remove+0x28/0x44
> device_remove+0x4c/0x80
> device_release_driver_internal+0xd8/0x178
> driver_detach+0x50/0x9c
> bus_remove_driver+0x6c/0xbc
> driver_unregister+0x30/0x60
> platform_driver_unregister+0x14/0x20
> ufs_qcom_pltform_exit+0x18/0xb94 [ufs_qcom]
> __arm64_sys_delete_module+0x180/0x260
> invoke_syscall+0x44/0x100
> el0_svc_common.constprop.0+0xc0/0xe0
> do_el0_svc+0x1c/0x28
> el0_svc+0x34/0xdc
> el0t_64_sync_handler+0xc0/0xc4
> el0t_64_sync+0x190/0x194
>
> Cc: stable@vger.kernel.org # 6.3
> Fixes: 519b6274a777 ("scsi: ufs: qcom: Add MCQ ESI config vendor specific ops")
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> Link: https://lore.kernel.org/r/20241111-ufs_bug_fix-v1-2-45ad8b62f02e@linaro.org
> Reviewed-by: Bean Huo <beanhuo@micron.com>
> Reviewed-by: Bart Van Assche <bvanassche@acm.org>
> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> ---
> drivers/ufs/host/ufs-qcom.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Thanks for this, I've dropped the other backports and just taken this
one instead.
greg k-h
next prev parent reply other threads:[~2024-12-12 6:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20241211183908.3808070-1-sashal@kernel.org>
2024-12-11 19:08 ` Patch "platform-msi: Prepare for real per device domains" has been added to the 6.6-stable tree Thomas Gleixner
2024-12-11 19:09 ` [PATCH 6.6.y] scsi: ufs: qcom: Only free platform MSIs when ESI is enabled Thomas Gleixner
2024-12-12 6:57 ` Greg Kroah-Hartman [this message]
2025-03-27 9:10 jianqi.ren.cn
2025-03-28 17:03 ` Sasha Levin
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=2024121210-preplan-multiply-03ef@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=mani@kernel.org \
--cc=rafael@kernel.org \
--cc=stable-commits@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=tglx@linutronix.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.