Files
Manish Pandey b632dc2e1d FROMGIT: scsi: ufs: core: Use link recovery when h8 exit fails during runtime resume
If the h8 exit fails during runtime resume process, the runtime thread
enters runtime suspend immediately and the error handler operates at the
same time.  It becomes stuck and cannot be recovered through the error
handler.  To fix this, use link recovery instead of the error handler.

Fixes: 4db7a23605 ("scsi: ufs: Fix concurrency of error handler and other error recovery paths")
Signed-off-by: Seunghui Lee <sh043.lee@samsung.com>
Link: https://lore.kernel.org/r/20250717081213.6811-1-sh043.lee@samsung.com
Reviewed-by: Bean Huo <beanhuo@micron.com>
Acked-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

BUG: 434106145
Link: https://lore.kernel.org/r/20250717081213.6811-1-sh043.lee@samsung.com
(cherry picked from commit 35dabf4503b94a697bababe94678a8bc989c3223
http://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git 6.17/scsi-staging)
Change-Id: Ife911f7a9d34d5860d480222eb8f393b4614afaf
Signed-off-by: Manish Pandey <quic_mapa@quicinc.com>
2025-08-11 07:09:47 -07:00
..