On Apr 09, 2024 / 00:56, Shinichiro Kawasaki wrote: > On Apr 07, 2024 / 20:57, Ming Lei wrote: > > Recently it is observed that list corruption is triggered when running > > scsi disk rebind in case of blk-cgroup. > > > > Add one such test case for covering this unusual operation. > > > > Cc: Changhui Zhong <czhong@xxxxxxxxxx> > > Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx> > > Thanks for the patch. Overall it looks good to me. I confirmed that this test > case causes the system hang with v6.9-rc2 kernel and your fix patch [1] avoids > it. > > [1] https://lore.kernel.org/linux-block/20240407125910.4053377-1-ming.lei@xxxxxxxxxx/ > > As I commented in line, I will do an edit when I apply this patch. No need to > respin this patch unless someone makes other comments. > > Before I apply this patch, I will wait until the kernel side fix gets > upstreamed and then downstreamed to the stable kernels, so that blktests users > won't be upset with the hang. Until then, I expect other new test cases will get > the test case number block/035. In that case, I will modify this test case > number to block/036 or 037. The kernel side fix landed on v6.9-rc4, v6.8.7 and v6.6.28. I have applied this blktests patch along with the edits I mentioned. The test case number was modified from block/035 to block/037. Thanks!