From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753387AbaIYO3k (ORCPT ); Thu, 25 Sep 2014 10:29:40 -0400 Received: from casper.infradead.org ([85.118.1.10]:47893 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751937AbaIYO3h (ORCPT ); Thu, 25 Sep 2014 10:29:37 -0400 Date: Thu, 25 Sep 2014 16:29:29 +0200 From: Peter Zijlstra To: Stephane Eranian Cc: LKML , "mingo@elte.hu" , "ak@linux.intel.com" , Jiri Olsa , Arnaldo Carvalho de Melo , Chuck Ebbert Subject: Re: [PATCH v7 0/6] perf: add ability to sample interrupted machine state Message-ID: <20140925142929.GD4140@worktop.programming.kicks-ass.net> References: <1411559322-16548-1-git-send-email-eranian@google.com> <20140925092629.GC4140@worktop.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 25, 2014 at 12:32:39PM +0200, Stephane Eranian wrote: > Peter, > > On Thu, Sep 25, 2014 at 11:26 AM, Peter Zijlstra wrote: > > > > > > These do indeed appear to compile just fine, thanks! > > > I posted v7 with the x86_32 fixes and the eflags changes. > Is that what you compiled? Yep, I grabbed the latest. I've not yet tried the x86_32 compile, but I did check the 'offending' patch and it has the #ifdef guard in place so I'll assume it works for now.