Re: [PATCH v2] scsi: ufs: core: Include UTP error in INT_FATAL_ERRORS

From: Bart Van Assche

Date: Tue Sep 30 2025 - 13:16:40 EST


On 9/29/25 11:14 PM, HOYOUNG SEO wrote:
If the UTP error occurs alone, the UFS is not recovered.
It does not check for error and only generates io timeout or OCS error.
This is because UTP error is not defined in error handler.
To fixed this, added UTP error flag in FATAL_ERROR.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>