RE: [PATCH v1 0/3] scsi: ufs: Provide fatal and auto-hibern8 error history

2019-07-08 Thread Avri Altman
This series looks good to me. Thanks, Avri > > This patch set provides more information of fatal errros and auto-hibern8 > errors > to improve debugging by keeping their error history as completed as possible. > > Stanley Chu (3): > scsi: ufs: Change names related to error history > scsi: u

RE: [PATCH 1/3] pm80xx : Fixed kernel panic during error recovery for SATA drive.

2019-07-08 Thread Deepak.Ukey
Hi Jack, Thanks for the patch, comment inline. On Mon, Jun 24, 2019 at 10:22 AM Deepak Ukey wrote: > > Disabling the SATA drive interface cause kernel panic. When the drive > Interface is disabled, device should be deregistered after aborting > all pending IO'

Re: Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6

2019-07-08 Thread Alan Stern
On Sun, 7 Jul 2019, Andrea Vai wrote: > On 03/07/19 10:23:13, Alan Stern wrote: > > > > [...] > > Andrea, another thing you could try is to collect a usbmon trace under > > one of the "slow" kernels. Follow the instructions in > > Documentation/usb/usbmon.txt. I think you could kill the file-

Re: [PATCH v2] scsi: kill useless scsi_use_blk_mq and force_blk_mq

2019-07-08 Thread Jason Yan
ping? On 2019/6/4 21:35, Jason Yan wrote: The legacy path is gone and we do not have to choose mq or not. The module parameter scsi_use_blk_mq and scsi_host_template.force_blk_mq is useless now. Signed-off-by: Jason Yan --- v2: remove force_blk_mq too drivers/scsi/scsi.c| 4