From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932969AbcCHL3h (ORCPT ); Tue, 8 Mar 2016 06:29:37 -0500 Received: from casper.infradead.org ([85.118.1.10]:58031 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932147AbcCHL3a (ORCPT ); Tue, 8 Mar 2016 06:29:30 -0500 Date: Tue, 8 Mar 2016 12:29:27 +0100 From: Peter Zijlstra To: James Morse Cc: mingo@kernel.org, alexander.shishkin@linux.intel.com, eranian@google.com, linux-kernel@vger.kernel.org, vince@deater.net, dvyukov@google.com, andi@firstfloor.org, jolsa@redhat.com, Mark Rutland , Will Deacon , wangxg.fnst@cn.fujitsu.com Subject: Re: [RFC][PATCH 07/12] perf: Simplify/fix perf_event_enable() event scheduling Message-ID: <20160308112927.GG6356@twins.programming.kicks-ass.net> References: <20160111162458.427203780@infradead.org> <20160111163229.115404507@infradead.org> <56DEA3A1.3080206@arm.com> <20160308102603.GX6344@twins.programming.kicks-ass.net> <56DEAC84.8020502@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56DEAC84.8020502@arm.com> 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 On Tue, Mar 08, 2016 at 10:42:12AM +0000, James Morse wrote: > On 08/03/16 10:26, Peter Zijlstra wrote: > > In any case, please try -rc6, which includes: > > Bother, I should have thought to test with the later rcs, I foolishly stopped > with rc5. > > > a096309bc467 perf: Fix scaling vs. perf_install_in_context() > > bd2afa49d194 perf: Fix scaling vs. perf_event_enable() > > 7fce250915ef perf: Fix scaling vs. perf_event_enable_on_exec() > > 3cbaa5906967 perf: Fix ctx time tracking by introducing EVENT_TIME > > > > Which might fix this. > > Yes, one of these has fixed the issue. For arm64 it no longer shows up with > v4.5-rc6. Awesome, one less worry ;-) > Sorry for the noise! No problem.