Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933398AbbHLRH3 (ORCPT ); Wed, 12 Aug 2015 13:07:29 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:41240 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932380AbbHLRH1 (ORCPT ); Wed, 12 Aug 2015 13:07:27 -0400 Date: Wed, 12 Aug 2015 19:07:16 +0200 From: Peter Zijlstra To: Vince Weaver Cc: mingo@kernel.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, hpa@zytor.com, torvalds@linux-foundation.org, linux-tip-commits@vger.kernel.org Subject: Re: [tip:perf/core] perf: Fix PERF_EVENT_IOC_PERIOD migration race Message-ID: <20150812170716.GV16853@twins.programming.kicks-ass.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1232 Lines: 33 On Wed, Aug 12, 2015 at 09:49:40AM -0400, Vince Weaver wrote: > On Wed, 12 Aug 2015, tip-bot for Peter Zijlstra wrote: > > > Commit-ID: c7999c6f3fed9e383d3131474588f282ae6d56b9 > > Gitweb: http://git.kernel.org/tip/c7999c6f3fed9e383d3131474588f282ae6d56b9 > > Author: Peter Zijlstra > > AuthorDate: Tue, 4 Aug 2015 19:22:49 +0200 > > Committer: Ingo Molnar > > CommitDate: Wed, 12 Aug 2015 11:37:22 +0200 > > > > perf: Fix PERF_EVENT_IOC_PERIOD migration race > > > > I ran the perf fuzzer, which triggered some WARN()s which are due to > > trying to stop/restart an event on the wrong CPU. > > Do you have a list of which WARNs this should fix? Just so I can > update my bug tracker. I think this triggered: arch/x86/kernel/cpu/perf_event.c:x86_pmu_del() if (WARN_ON_ONCE(i == cpuc->n_events)) /* called ->del() without ->add() ? */ Through perf_ioctl()->perf_event_period(). I didn't safe a copy of the exact backtrace. -- 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/