On Mon, Oct 02, 2017 at 03:52:12PM -0700, Bart Van Assche wrote: > Some people use the md driver on laptops and use the suspend and > resume functionality. Since it is essential that submitting of > new I/O requests stops before a hibernation image is created, > interrupt the md resync and reshape actions if the system is > being frozen. Note: the resync and reshape will restart after > the system is resumed and a message similar to the following > will appear in the system log: > > md: md0: data-check interrupted. > > Additionally, only allow resync or reshape activity to be > started after system freezing is over. Last time, I asked which issue is fixed by this patch, but never get answered, so again, what is issue fixed by this patch? Given the following patches for making SCSI quiesce safe is required in either PM suspend/resume or other path of transport_spi revalidate. So once theses patches are in, I don't see any I/O hang in suspend/resume given the SCSI quiesce issue is very specific one, and not see this issue on other kind of device. Thanks, Ming