On 3/25/22 05:33, Oleksij Rempel wrote:
I have regression on iMX6 + USB storage device with this patch. After plugging USB Flash driver (in my case USB3 Intenso 32GB) and running mount /dev/sda1 /mnt, the command will never exit. Reverting this patchs (322cff70d46) on top of v5.17 solves it for me. How can I help you to debug this issue?
That is unexpected. Is there perhaps something special about the USB stick for which the hang occurs, e.g. the queue depth it supports is low? Can you please share the output of the following commands after having inserted the USB stick that triggers the hang? (cd /sys/class && grep -aH . scsi_host/*/can_queue scsi_device/*/device/{blacklist,inquiry,model,queue*,vendor}) | sort Thanks, Bart.