Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752028AbcCHU7q (ORCPT ); Tue, 8 Mar 2016 15:59:46 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:36698 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751683AbcCHU7Z (ORCPT ); Tue, 8 Mar 2016 15:59:25 -0500 MIME-Version: 1.0 In-Reply-To: <20160307202556.GQ6344@twins.programming.kicks-ass.net> References: <1457034642-21837-1-git-send-email-eranian@google.com> <1457034642-21837-3-git-send-email-eranian@google.com> <20160303214312.GI23621@tassilo.jf.intel.com> <20160307102413.GB6356@twins.programming.kicks-ass.net> <20160307121840.GF6375@twins.programming.kicks-ass.net> <20160307182731.GA12153@krava.redhat.com> <20160307202556.GQ6344@twins.programming.kicks-ass.net> Date: Tue, 8 Mar 2016 12:59:23 -0800 Message-ID: Subject: Re: [PATCH 2/3] perf/x86/pebs: add workaround for broken OVFL status on HSW From: Stephane Eranian To: Peter Zijlstra Cc: Jiri Olsa , Andi Kleen , LKML , Arnaldo Carvalho de Melo , "mingo@elte.hu" , "Liang, Kan" , Namhyung Kim , Adrian Hunter Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1184 Lines: 35 hi, On Mon, Mar 7, 2016 at 12:25 PM, Peter Zijlstra wrote: > > On Mon, Mar 07, 2016 at 07:27:31PM +0100, Jiri Olsa wrote: > > On Mon, Mar 07, 2016 at 01:18:40PM +0100, Peter Zijlstra wrote: > > > On Mon, Mar 07, 2016 at 11:24:13AM +0100, Peter Zijlstra wrote: > > > > > > > I suspect Andi is having something along: > > > > > > > > lkml.kernel.org/r/1445458568-16956-1-git-send-email-andi@firstfloor.org > > > > > > > > applied to his tree. > > > > > > OK, I munged a bunch of patches together, please have a hard look at the > > > end result found in: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git perf/core > > > I ran this kernel on Haswell. Even with Andi's fixes the problem I identified is still there, so my patch is still needed. > > > > > > > > I needed declaration below to compile > > Yes indeed, (because Monday) I only compiled part of the patch series > and then the build bot initial emails were all builds success. > > I have since fixed this (and gotten a fail email from the build bot). > > In any case, lots of fail, but it should be fixed if you've pulled from > that git branch in the last 5 hours or so.