Hijacking(?) this thread since it seems relevant:
I noticed the following panic on a chromebox with last night's next.
20131106 shows it as well. I didn't go back further to see. 3.12 runs
fine.
I bisected it down, and unfortunately it points at Stephen's merge commit:
commit 3caa8f38e7eeb56c7d48b0d5c323ffbf4939635d
Merge: 447b374 bb6f7be
Author: Stephen Rothwell <
s...@canb.auug.org.au>
Date: Thu Nov 7 14:07:20 2013 +1100
Merge remote-tracking branch 'aio-direct/for-next'
Conflicts:
drivers/block/loop.c
fs/nfs/direct.c
fs/nfs/file.c
include/linux/blk_types.h
... but the branch alone runs fine.
Context to the failure: Userspace is already up and running. ChromeOS
will do ecryptfs and loopback mounts, etc, which is likely where this
is hitting given the process running. It definitely happens during
early userspace setup.
Seems like we might be in for a bumpy ride in 3.13 w.r.t. block if the
breakage we've found this week in -next is any indication.
This seems to be reliably reproducing for me so I can help collect
data if needed, Dave/Jens.
[ 3.373979] EXT4-fs (sda1): mounted filesystem with ordered data
mode. Opts: commit=600
[ 3.385719] EXT4-fs (sda8): mounted filesystem with ordered data
mode. Opts: commit=600
[ 3.475540] bio: create slab <bio-1> at 1
[ 3.483577] EXT4-fs (dm-0): mounted filesystem with ordered data
mode. Opts: discard,commit=600
[ 3.556890] EXT4-fs (sda1): re-mounted. Opts: commit=600,data=ordered
[ 3.636658] ------------[ cut here ]------------
[ 3.641345] kernel BUG at
/mnt/host/source/src/third_party/kernel-next/fs/bio.c:1725!
[ 3.649266] invalid opcode: 0000 [#1] SMP
[ 3.653473] Modules linked in:
[ 3.656610] CPU: 0 PID: 107 Comm: loop0 Tainted: G W
3.12.0-next-20131107 #6
[ 3.664645] Hardware name: SAMSUNG Stumpy, BIOS
Google_Stumpy.2183.0.2012_05_01_1303 05/01/2012
[ 3.673463] task: ffff88010001e250 ti: ffff880074c7e000 task.ti:
ffff880074c7e000
[ 3.681023] RIP: 0010:[<ffffffff8111229d>] [<ffffffff8111229d>]
bio_endio+0x13/0x59
[ 3.688887] RSP: 0018:ffff880074c7fc50 EFLAGS: 00010246
[ 3.694272] RAX: 0000000000000000 RBX: ffff880074cb6120 RCX: 0000000000000000
[ 3.701496] RDX: 00000000fffffffb RSI: fffffffffffffffb RDI: ffff880074c4b000
[ 3.708728] RBP: ffff880074c7fc58 R08: 00000000002df000 R09: 0000000000000200
[ 3.715968] R10: 0000000000000000 R11: ffff880074cb6120 R12: ffffffffffffffff
[ 3.723198] R13: ffffffffffffffea R14: 0000000000010000 R15: 000000000000001f
[ 3.730439] FS: 0000000000000000(0000) GS:ffff880100200000(0000)
knlGS:0000000000000000
[ 3.738590] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3.744383] CR2: 00007fd88c159080 CR3: 000000000180c000 CR4: 00000000000407f0
[ 3.751605] Stack:
[ 3.753657] ffffffff813369b4 ffff880074c7fc98 ffffffff8111f64f
00000000002df000
[ 3.761280] ffff880074cb6120 ffff880074c19000 ffff880074cb6120
0000000000010000
[ 3.768848] 000000000000001f ffff880074c7fd08 ffffffff8111fb00
ffff880075e9a200
[ 3.776419] Call Trace:
[ 3.778900] [<ffffffff813369b4>] ? lo_rw_aio_complete+0x23/0x25
[ 3.785038] [<ffffffff8111f64f>] aio_complete+0x4a/0x1f7
[ 3.790535] [<ffffffff8111fb00>] aio_run_iocb.isra.13+0x304/0x329
[ 3.796781] [<ffffffff8111f041>] ? kzalloc+0xf/0x11
[ 3.801837] [<ffffffff8111fb53>] aio_kernel_submit+0x2e/0x45
[ 3.807658] [<ffffffff81337349>] lo_rw_aio+0x1aa/0x1cf
[ 3.812940] [<ffffffff813378d7>] loop_thread+0x2cf/0x4e7
[ 3.818408] [<ffffffff8104eca6>] ? bit_waitqueue+0x7a/0x7a
[ 3.824009] [<ffffffff81337608>] ? loop_attr_do_show_autoclear+0x1a/0x1a
[ 3.830901] [<ffffffff8104e867>] kthread+0xea/0xf2
[ 3.835857] [<ffffffff8104e77d>] ? flush_kthread_worker+0xba/0xba
[ 3.842085] [<ffffffff814cb8ac>] ret_from_fork+0x7c/0xb0
[ 3.847564] [<ffffffff8104e77d>] ? flush_kthread_worker+0xba/0xba
[ 3.853815] Code: 83 c3 10 41 0f b7 45 58 41 39 c4 7c b7 31 c0 5b
41 5c 41 5d 41 5e 5d c3 66 66 66 66 90 ba fb ff ff ff eb 37 8b 47 44
85 c0 7f 02 <0f> 0b 85 f6 74 07 f0 80 67 10 fe eb 09 48 8b 47 10 a8 01
0f 44
[ 3.874480] RIP [<ffffffff8111229d>] bio_endio+0x13/0x59
[ 3.880004] RSP <ffff880074c7fc50>
[ 3.883602] ---[ end trace ead15c309b799920 ]---
[ 3.888283] Kernel panic - not syncing: Fatal exception
[ 3.893581] Kernel Offset: 0x0 from 0xffffffff81000000 (relocation
range: 0xffffffff80000000-0xffffffff9fffffff)