Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457955 > unrolled thread
| Started by | Vince Weaver <vincent.weaver@maine.edu> |
|---|---|
| First post | 2016-08-08 20:00 +0200 |
| Last post | 2016-08-08 22:20 +0200 |
| Articles | 4 — 2 participants |
Back to article view | Back to linux.kernel
perf: hard fuzzer crash on 4.8-rc1 Vince Weaver <vincent.weaver@maine.edu> - 2016-08-08 20:00 +0200
Re: perf: hard fuzzer crash on 4.8-rc1 Peter Zijlstra <peterz@infradead.org> - 2016-08-08 20:40 +0200
Re: perf: hard fuzzer crash on 4.8-rc1 Vince Weaver <vincent.weaver@maine.edu> - 2016-08-08 22:00 +0200
Re: perf: hard fuzzer crash on 4.8-rc1 Peter Zijlstra <peterz@infradead.org> - 2016-08-08 22:20 +0200
| From | Vince Weaver <vincent.weaver@maine.edu> |
|---|---|
| Date | 2016-08-08 20:00 +0200 |
| Subject | perf: hard fuzzer crash on 4.8-rc1 |
| Message-ID | <s3X0d-4wO-5@gated-at.bofh.it> |
Hello I've finally had time to get the perf_fuzzer going on a 4.8-rc1 kernel on a Haswell machine. It locks up pretty quickly, I even have a marginally reproducible test case. The problem is the serial console only prints the following before giving up: [ 637.250130] BUG: unable to handle kernel About 10 times of triggering this, this is all I get. Machine is fairly thoroughly locked at that point. Any advice on how to debug this more? On an earlier run when I was doing more complex fuzzing (multiple at once) I triggered the bug and got more details, but it's unclear if the extra stuff was from this bug or just artifacts from something else. [ 3436.786215] BUG: unable to handle kernel [ 3497.425743] CPU: 2 PID: 17533 Comm: perf_fuzzer Tainted: G W L 4.7.0+ #185 [ 3497.425743] Hardware name: LENOVO 10AM000AUS/SHARKBAY, BIOS FBKT72AUS 01/26/2014 [ 3497.425743] task: ffff8800bf56a740 task.stack: ffff880036f00000 [ 3497.425744] RIP: 0010:[<ffffffff811000ab>] [<ffffffff811000ab>] smp_call_function_single+0xbb/0x110 [ 3497.425744] RSP: 0018:ffff880036f03db0 EFLAGS: 00000202 [ 3497.425745] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000830 [ 3497.425745] RDX: 0000000000000003 RSI: 00000000000008fb RDI: 0000000000000830 [ 3497.425745] RBP: ffff880036f03df0 R08: 0000000000000000 R09: 6ab0c5fb00000000 [ 3497.425746] R10: 0000000000000000 R11: 0000000000000000 R12: ffffffff8116a050 [ 3497.425746] R13: ffff88011ea1c498 R14: ffff8800becf9000 R15: ffff88011ea1c4d8 [ 3497.425747] FS: 00007f19d0ab4700(0000) GS:ffff88011ea80000(0000) knlGS:0000000000000000 [ 3497.425747] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 3497.425747] CR2: 0000000004d43028 CR3: 0000000036f46000 CR4: 00000000001407e0 [ 3497.425748] DR0: 000000000000b9f2 DR1: 0000000000000000 DR2: 0000000000400a00 [ 3497.425748] DR3: 0000000000400a00 DR6: 00000000fffe0ff0 DR7: 0000000000000600 [ 3497.425749] Stack: [ 3497.425749] ffff8800bf56a740 0000000000000246 0000000000000000 ffffffff8116a050 [ 3497.425749] ffff880036f03e00 0000000000000003 0000000000000000 0000000000000000 [ 3497.425750] ffff880036f03e40 ffffffff81168d21 0000000000000000 ffffffff8116ee20 [ 3497.425750] Call Trace: [ 3497.425750] [<ffffffff8116a050>] ? perf_cgroup_attach+0x50/0x50 [ 3497.425751] [<ffffffff81168d21>] perf_install_in_context+0x171/0x180 [ 3497.425751] [<ffffffff8116ee20>] ? ctx_resched+0x90/0x90 [ 3497.425752] [<ffffffff81173e72>] SYSC_perf_event_open+0xa12/0xd90 [ 3497.425752] [<ffffffff811764d9>] SyS_perf_event_open+0x9/0x10 [ 3497.425752] [<ffffffff817221b6>] entry_SYSCALL_64_fastpath+0x1e/0xad [ 3497.425753] Code: 4c fe ff ff 48 83 c4 30 5b 41 5c 5d c3 48 8d 75 d0 48 89 d1 89 df 4c 89 e2 e8 32 fe ff ff 8b 55 e8 83 e2 01 74 0a f3 90 8b 55 e8 <83> e2 01 75 f6 48 83 c4 30 5b 41 5c 5d c3 8b 05 79 f3 7a 01 85
[toc] | [next] | [standalone]
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Date | 2016-08-08 20:40 +0200 |
| Message-ID | <s3XCV-4YT-1@gated-at.bofh.it> |
| In reply to | #1457955 |
On Mon, Aug 08, 2016 at 01:57:28PM -0400, Vince Weaver wrote: > Hello > > I've finally had time to get the perf_fuzzer going on a 4.8-rc1 kernel on > a Haswell machine. > > It locks up pretty quickly, I even have a marginally reproducible test case. > The problem is the serial console only prints the following before giving > up: > > [ 637.250130] BUG: unable to handle kernel > > About 10 times of triggering this, this is all I get. Machine is fairly > thoroughly locked at that point. > > Any advice on how to debug this more? I have this pending: lkml.kernel.org/r/20160804123724.GN6862@twins.programming.kicks-ass.net If that's not it, I'll go prod tomorrow.
[toc] | [prev] | [next] | [standalone]
| From | Vince Weaver <vincent.weaver@maine.edu> |
|---|---|
| Date | 2016-08-08 22:00 +0200 |
| Message-ID | <s3YSm-5KE-29@gated-at.bofh.it> |
| In reply to | #1457979 |
On Mon, 8 Aug 2016, Peter Zijlstra wrote: > On Mon, Aug 08, 2016 at 01:57:28PM -0400, Vince Weaver wrote: > > > > [ 637.250130] BUG: unable to handle kernel > > > > About 10 times of triggering this, this is all I get. Machine is fairly > > thoroughly locked at that point. > > > > Any advice on how to debug this more? > > I have this pending: > > lkml.kernel.org/r/20160804123724.GN6862@twins.programming.kicks-ass.net > > If that's not it, I'll go prod tomorrow. yes, that patch seems to fix the issue. Vince
[toc] | [prev] | [next] | [standalone]
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Date | 2016-08-08 22:20 +0200 |
| Message-ID | <s3ZbI-66i-13@gated-at.bofh.it> |
| In reply to | #1458201 |
On Mon, Aug 08, 2016 at 03:57:05PM -0400, Vince Weaver wrote: > On Mon, 8 Aug 2016, Peter Zijlstra wrote: > > > On Mon, Aug 08, 2016 at 01:57:28PM -0400, Vince Weaver wrote: > > > > > > [ 637.250130] BUG: unable to handle kernel > > > > > > About 10 times of triggering this, this is all I get. Machine is fairly > > > thoroughly locked at that point. > > > > > > Any advice on how to debug this more? > > > > I have this pending: > > > > lkml.kernel.org/r/20160804123724.GN6862@twins.programming.kicks-ass.net > > > > If that's not it, I'll go prod tomorrow. > > yes, that patch seems to fix the issue. Awesome, I'll add a tested-by from you.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web