xfstests ext4/054 will BUG_ON
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-kernel-tests |
Triaged
|
Medium
|
Unassigned | ||
linux (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Xenial |
Opinion
|
Undecided
|
Unassigned |
Bug Description
When running xfstests ext4/054 test, the kernel will BUG_ON. This requires a mangled filesystem (the test uses debugfs, the tool, not the kernel filesystem).
[23967.165615] ------------[ cut here ]------------
[23967.169587] kernel BUG at /build/
[23967.169587] invalid opcode: 0000 [#1] SMP
[23967.169587] Modules linked in: binfmt_misc serio_raw ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_
[23967.169587] CPU: 0 PID: 4559 Comm: xfs_io Not tainted 4.4.0-1155-aws #170-Ubuntu
[23967.169587] Hardware name: Xen HVM domU, BIOS 4.2.amazon 08/24/2006
[23967.169587] task: ffff8800cce02a00 ti: ffff8800d43f4000 task.ti: ffff8800d43f4000
[23967.169587] RIP: 0010:[<
[23967.169587] RSP: 0018:ffff8800d4
[23967.169587] RAX: 0000000000000000 RBX: ffff8800c2fbecb8 RCX: 0000000000001500
[23967.169587] RDX: 0000000000001500 RSI: ffff8800d43f79e8 RDI: ffff8800e14b8080
[23967.169587] RBP: ffff8800d43f78b0 R08: 000000000000000a R09: 0000000000000001
[23967.169587] R10: 0000000000000001 R11: 0000000000000800 R12: ffff8800e14b8080
[23967.169587] R13: 0000000000000000 R14: 0000000000001500 R15: ffff8800c2fbecb8
[23967.169587] FS: 00007fec45ce670
[23967.169587] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[23967.169587] CR2: 0000000001250000 CR3: 00000000c0e8a000 CR4: 0000000000160670
[23967.169587] Stack:
[23967.169587] ffff8800d43f79e8 0000000000000000 ffff8800c2fbea60 ffff8800e559c800
[23967.169587] 0000150000000000 ffff8800e559c800 ffff8800d43f79c4 ffff8800e5599800
[23967.169587] ffff8800d43f79e8 ffff8800e14b8080 ffff8800d43f7960 ffffffff812e5096
[23967.169587] Call Trace:
[23967.169587] [<ffffffff812e5
[23967.169587] [<ffffffff812d3
[23967.169587] [<ffffffff812d3
[23967.169587] [<ffffffff812d3
[23967.169587] [<ffffffff812d9
[23967.169587] [<ffffffff81841
[23967.169587] [<ffffffff81400
[23967.169587] [<ffffffff812a7
[23967.169587] [<ffffffff811f6
[23967.169587] [<ffffffff81251
[23967.169587] [<ffffffff812a8
[23967.169587] [<ffffffff812a8
[23967.169587] [<ffffffff812a6
[23967.169587] [<ffffffff812a8
[23967.169587] [<ffffffff812dc
[23967.169587] [<ffffffff812ac
[23967.169587] [<ffffffff81195
[23967.169587] [<ffffffff81234
[23967.169587] [<ffffffff81197
[23967.169587] [<ffffffff812a0
[23967.169587] [<ffffffff8120c
[23967.169587] [<ffffffff811a7
[23967.169587] [<ffffffff81218
[23967.169587] [<ffffffff81218
[23967.169587] [<ffffffff81218
[23967.169587] [<ffffffff81219
[23967.169587] [<ffffffff81846
[23967.169587] Code: d0 49 29 c5 e9 ca fd ff ff 41 bd 00 80 00 00 e9 8e fd ff ff 8b 56 10 31 c0 e9 70 fd ff ff 0f 0b 41 bd 00 00 01 00 e9 77 fd ff ff <0f> 0b 0f 0b 0f 0b 41 bd 00 00 02 00 e9 66 fd ff ff 0f 0b 41 bd
[23967.169587] RIP [<ffffffff812de
[23967.169587] RSP <ffff8800d43f7860>
[23967.533188] ---[ end trace 7e0e603d5fd1fa33 ]---
We should skip this test when running xfstests on ext4 on 4.4 kernels.