Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1257144
| From | Stephane Eranian <eranian@googlemail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: perf: fuzzer triggered trouble on AMD, maybe ibs related |
| Date | 2015-10-27 20:10 +0100 |
| Message-ID | <qohN9-BP-31@gated-at.bofh.it> (permalink) |
| References | <qmrdU-8dZ-1@gated-at.bofh.it> <qmSQN-6ex-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Vince, Sorry for late reply. I have reactivated my AMD Buldozer machine and updated it to latest kernel. I will run the fuzzer to see if I can reproduce the problem. On Sat, Oct 24, 2015 at 12:12 AM, Peter Zijlstra <peterz@infradead.org> wrote: > > On Thu, Oct 22, 2015 at 12:46:53PM -0400, Vince Weaver wrote: > > Hello > > > > I've been busy but finally had a chance to run perf_fuzzer on current git. > > I am running on an AMD A10 system (my traditional Haswell system is > > otherwise occupied). > > > > I got the following WARNING which was followed by an NMI storm which > > eventually managed to confuse ext4 enough that my / partition was > > remounted read-only? Very alarming. > > > > This is in static void perf_ibs_start(struct perf_event *event, int flags) > > > > if (WARN_ON_ONCE(!(hwc->state & PERF_HES_STOPPED))) > > return; > > Hurm, its been a long while since I looked at the AMD IBS stuff. But > looking at it I would not be surprised if there's weird interaction > between the HES flags and IBS_flags. > > But I'll have to look more careful.. > > > [ 468.763231] Dazed and confused, but trying to continue > > [ 468.794184] Uhhuh. NMI received for unknown reason 2d on CPU 2. > > [ 468.794184] Do you have a strange power saving mode enabled? > > [ 468.794184] Dazed and confused, but trying to continue > > [ 473.190535] sd 0:0:0:0: [sda] tag#2 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_TIMEOUT > > [ 473.199631] sd 0:0:0:0: [sda] tag#2 CDB: Write(10) 2a 00 39 93 49 d0 00 00 18 00 > > This might just be the NMI storm starving a device interrupt. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
perf: fuzzer triggered trouble on AMD, maybe ibs related Vince Weaver <vincent.weaver@maine.edu> - 2015-10-22 18:50 +0200
Re: perf: fuzzer triggered trouble on AMD, maybe ibs related Peter Zijlstra <peterz@infradead.org> - 2015-10-24 00:20 +0200
Re: perf: fuzzer triggered trouble on AMD, maybe ibs related Stephane Eranian <eranian@googlemail.com> - 2015-10-27 20:10 +0100
Re: perf: fuzzer triggered trouble on AMD, maybe ibs related Stephane Eranian <eranian@googlemail.com> - 2015-10-28 08:10 +0100
csiph-web