Re: [PATCH 1/2] ufs: rpmb: retry power-on UNIT ATTENTION on the RPMB WLUN
Bart Van Assche via OP-TEE <[email protected]>
| Newsgroups | org.trustedfirmware.lists.op-tee,org.kernel.vger.linux-kernel,org.kernel.vger.linux-scsi |
|---|---|
| Message-ID | <[email protected]> |
On 7/15/26 2:39 PM, Jorge Ramirez-Ortiz wrote: > + /* Retry the power-on UNIT ATTENTION (ASC 0x29); the SCSI core does not. */ If this patch is reposted please leave out "; the SCSI core does not" because most developers consider scsi_execute_cmd() as a SCSI core function. Hence, this patch makes the SCSI core retry upon a power-on unit attention. Otherwise this patch looks good to me. Thanks, Bart.