On 08/02/2018 05:51 AM, Johannes Thumshirn wrote:
On Thu, Aug 02, 2018 at 05:46:19AM -0700, Guenter Roeck wrote:
This is consistent across multiple test runs. In summary,
- Boot from initrd fails
- Boot from SATA drive fails (this is with CONFIG_ATA)
- Boot from NVME fails
- Boot from USB drive fails
- Boot from MMC (SD) fails
- Boot from USB UAS drive passes
- Boot from various real SCSI drives passes
Platform (pc,q35), CPU type, or SMP/NOSMP does not seem to make a difference.
OK. I try to bisect between next-20180727 (known good) and
next-20180731 (known bad) with forced scsi_mod.use_blk_mq=1, but so
far the only bad I've seen is next-20180731.
Per my logs, next-20180730 is the first bad, next-20180727 is the last good.
Guenter