PT-2025-49490
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: mcq: Fix &hwq-cq lock deadlock issue When ufshcd err handler is executed, CQ event interrupt can enter waiting for the same lock. This can happen in ufshcd handle mcq cq events and also in ufs mtk mcq intr. The...