From: Christoph Hellwig <hch@infradead.org>
To: Wu Fengguang <fengguang.wu@intel.com>
Cc: linux-fsdevel@vger.kernel.org
Subject: xfstests 073 regression
Date: Thu, 28 Jul 2011 12:41:05 -0400 [thread overview]
Message-ID: <20110728164105.GA18258@infradead.org> (raw)
Current mainline hangs in xfstests 073, which does heavy I/O on a loop
device. Bisection points to "writeback: remove writeback_control.more_io"
as a likely culprit.
[ 516.140022] BUG: soft lockup - CPU#0 stuck for 22s! [flush-7:0:8553]
[ 516.141854] Modules linked in:
[ 516.143147] CPU 0
[ 516.143339] Modules linked in:
[ 516.143339]
[ 516.143339] Pid: 8553, comm: flush-7:0 Tainted: G W 3.0.0+ #173 Bochs Bochs
[ 516.143339] RIP: 0010:[<ffffffff8116da70>] [<ffffffff8116da70>] __writeback_inodes_wb+0x50/0xc0
[ 516.143339] RSP: 0018:ffff88005768bcb0 EFLAGS: 00000246
[ 516.143339] RAX: 0000000000000000 RBX: ffff88005768bcb0 RCX: ffff88005a8e0a10
[ 516.143339] RDX: ffffffff00000002 RSI: ffff88005a8e0988 RDI: ffff88003e12e400
[ 516.143339] RBP: ffff88005768bcf0 R08: ffff88005768bcb0 R09: ffff88005a8e0a10
[ 516.143339] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 516.143339] R13: 0000000000000000 R14: ffff88005a8e0a10 R15: ffff88005768bca0
[ 516.143339] FS: 0000000000000000(0000) GS:ffff88005d800000(0000) knlGS:0000000000000000
[ 516.143339] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 516.143339] CR2: 00000000f7639b90 CR3: 000000001d249000 CR4: 00000000000006f0
[ 516.143339] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 516.143339] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 516.143339] Process flush-7:0 (pid: 8553, threadinfo ffff88005768a000, task ffff88005aae2340)
[ 516.143339] Stack:
[ 516.143339] ffff88005562dd80 000000010000fd67 ffffffffffffff10 ffff88005768bde8
[ 516.143339] ffff88005a8e0988 ffff8800588e5280 0000000000000000 ffff88005a8e0860
[ 516.143339] ffff88005768bd90 ffffffff8116de4b 7fffffffffffffff ffffffff8108598d
[ 516.143339] Call Trace:
[ 516.143339] [<ffffffff8116de4b>] wb_writeback+0x36b/0x390
[ 516.143339] [<ffffffff8108598d>] ? default_wake_function+0xd/0x10
[ 516.143339] [<ffffffff8110e9b5>] ? determine_dirtyable_memory+0x15/0x30
[ 516.143339] [<ffffffff8116ef4b>] wb_do_writeback+0x1fb/0x230
[ 516.143339] [<ffffffff81099d90>] ? destroy_timer_on_stack+0x10/0x20
[ 516.143339] [<ffffffff8116f004>] bdi_writeback_thread+0x84/0x2e0
[ 516.143339] [<ffffffff8116ef80>] ? wb_do_writeback+0x230/0x230
[ 516.143339] [<ffffffff810acc57>] kthread+0x87/0x90
[ 516.143339] [<ffffffff81a31e94>] kernel_thread_helper+0x4/0x10
[ 516.143339] [<ffffffff810acbd0>] ? kthread_worker_fn+0x1a0/0x1a0
[ 516.143339] [<ffffffff81a31e90>] ? gs_change+0xb/0xb
[ 516.143339] Code: 75 df 00 48 83 c0 1e 48 89 45 c8 4c 39 b3 88 00 00 00 74 34 48 8b 93 90 00 00 00 4c 8b 62 b0 48 89 55 c0 4c 89 e7 e8 b0 b8 fd ff
[ 516.143339] 8b 55 c0 84 c0 75 28 48 8d 7a 98 48 89 de e8 ac f6 ff ff 4c
next reply other threads:[~2011-07-28 16:41 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-28 16:41 Christoph Hellwig [this message]
2011-07-29 14:21 ` xfstests 073 regression Wu Fengguang
2011-07-30 13:44 ` Christoph Hellwig
2011-07-31 9:09 ` Wu Fengguang
2011-07-31 11:05 ` Wu Fengguang
2011-07-31 11:28 ` Dave Chinner
2011-07-31 15:10 ` Wu Fengguang
2011-07-31 15:14 ` [GIT PULL] fix xfstests 073 regression for 3.1-rc1 Wu Fengguang
2011-07-31 23:47 ` xfstests 073 regression Dave Chinner
2011-08-01 0:25 ` Linus Torvalds
2011-08-01 1:28 ` Dave Chinner
2011-08-01 1:40 ` Linus Torvalds
2011-08-01 2:09 ` Dave Chinner
2011-08-01 2:21 ` Linus Torvalds
2011-08-01 5:52 ` Wu Fengguang
2011-08-01 16:44 ` Christoph Hellwig
2011-08-01 11:23 ` Christoph Hellwig
2011-08-01 16:52 ` Christoph Hellwig
2011-08-02 11:44 ` Wu Fengguang
2011-08-02 12:04 ` Christoph Hellwig
2011-08-02 12:04 ` Dave Chinner
2011-08-02 12:16 ` Wu Fengguang
2011-08-02 12:26 ` Wu Fengguang
2011-08-02 12:05 ` Wu Fengguang
2011-08-01 5:24 ` Wu Fengguang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110728164105.GA18258@infradead.org \
--to=hch@infradead.org \
--cc=fengguang.wu@intel.com \
--cc=linux-fsdevel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).