All of lore.kernel.org
 help / color / mirror / Atom feed
* perf: hard fuzzer crash on 4.8-rc1
@ 2016-08-08 17:57 Vince Weaver
  2016-08-08 18:30 ` Peter Zijlstra
  0 siblings, 1 reply; 4+ messages in thread
From: Vince Weaver @ 2016-08-08 17:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: perf: hard fuzzer crash on 4.8-rc1
  2016-08-08 17:57 perf: hard fuzzer crash on 4.8-rc1 Vince Weaver
@ 2016-08-08 18:30 ` Peter Zijlstra
  2016-08-08 19:57   ` Vince Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Zijlstra @ 2016-08-08 18:30 UTC (permalink / raw)
  To: Vince Weaver; +Cc: linux-kernel, Ingo Molnar, Arnaldo Carvalho de Melo

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: perf: hard fuzzer crash on 4.8-rc1
  2016-08-08 18:30 ` Peter Zijlstra
@ 2016-08-08 19:57   ` Vince Weaver
  2016-08-08 20:12     ` Peter Zijlstra
  0 siblings, 1 reply; 4+ messages in thread
From: Vince Weaver @ 2016-08-08 19:57 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: linux-kernel, Ingo Molnar, Arnaldo Carvalho de Melo

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: perf: hard fuzzer crash on 4.8-rc1
  2016-08-08 19:57   ` Vince Weaver
@ 2016-08-08 20:12     ` Peter Zijlstra
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Zijlstra @ 2016-08-08 20:12 UTC (permalink / raw)
  To: Vince Weaver; +Cc: linux-kernel, Ingo Molnar, Arnaldo Carvalho de Melo

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-08 20:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-08 17:57 perf: hard fuzzer crash on 4.8-rc1 Vince Weaver
2016-08-08 18:30 ` Peter Zijlstra
2016-08-08 19:57   ` Vince Weaver
2016-08-08 20:12     ` Peter Zijlstra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.