On 3/7/22 03:17, peter.wang@xxxxxxxxxxxx wrote:
When ufs init without scmd->device->sector_size set, scsi_get_lba will get a wrong shift number and ubsan error. shift exponent 4294967286 is too large for 64-bit type 'sector_t' (aka 'unsigned long long') Call scsi_get_lba only when opcode is READ_10/WRITE_10/UNMAP.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>