[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0609ee2b-fbb6-9122-918a-cc2172ee2cfa@gmail.com>
Date: Wed, 16 May 2018 18:33:36 +0100
From: Alan Jenkins <alan.christopher.jenkins@...il.com>
To: Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>,
syzkaller-bugs@...glegroups.com
Cc: syzbot <syzbot+c4f9cebf9d651f6e54de@...kaller.appspotmail.com>,
linux-block@...r.kernel.org,
Dan Williams <dan.j.williams@...el.com>,
Jens Axboe <axboe@...nel.dk>, linux-kernel@...r.kernel.org,
linux-ext4@...r.kernel.org, dvyukov@...gle.com,
Bart Van Assche <bart.vanassche@....com>,
Christoph Hellwig <hch@....de>,
Hannes Reinecke <hare@...e.com>,
Johannes Thumshirn <jthumshirn@...e.de>,
Keith Busch <keith.busch@...el.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Martin Steigerwald <martin@...htvoll.de>,
Ming Lei <ming.lei@...hat.com>,
Oleksandr Natalenko <oleksandr@...alenko.name>,
Ross Zwisler <ross.zwisler@...ux.intel.com>
Subject: Re: INFO: task hung in blk_queue_enter
> jbd2/sda1-8(PID=2271) is stuck waiting for journal commit operation.
> I don't know how this thread is involved to this problem.
It feels like it should be a necessary link in the chain. This is the
filesystem underneath the loop device. If that hangs, we would expect
the loop device to hang, but not vice versa.
AIUI, you couldn't reproduce this hang on your own machine.
Don't you think, your fuzzer has just found a nice exploit for reiserfs?
Alan
(It's interesting that you found this hang just after we fixed
block_queue_enter() to wait in D state instead of S state.[1] I don't
know syszkaller, so I assume from this it only flagged this case up
because of the hung task warning. I.e. syzkaller didn't have its own
watchdog that would have failed the test anyway.
[1] the commit that caused you to CC me. "block: do not use
interruptible wait anywhere"
https://github.com/torvalds/linux/commit/1dc3039bc87ae7d19a990c3ee71cfd8a9068f428
)
Powered by blists - more mailing lists