From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756077AbbESOAV (ORCPT ); Tue, 19 May 2015 10:00:21 -0400 Received: from mail.kernel.org ([198.145.29.136]:38005 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756037AbbESOAS (ORCPT ); Tue, 19 May 2015 10:00:18 -0400 Date: Tue, 19 May 2015 11:00:09 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim Subject: Re: [PATCH 0/5] perf tools: Some fixes Message-ID: <20150519140009.GG13946@kernel.org> References: <1432040746-1755-1-git-send-email-adrian.hunter@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432040746-1755-1-git-send-email-adrian.hunter@intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, May 19, 2015 at 04:05:41PM +0300, Adrian Hunter escreveu: > Hi > > Here are some fixes I had to do while testing Intel PT on > 32-bit. They relate to changes that are currently queued. > > I emailed Jiri about the first one, but he wrote he couldn't > reproduce it, so I have just made a patch. > > > Adrian Hunter (5): > perf tools: Fix function declarations needed by parse-events.y > perf build: Fix libunwind feature detection on 32-bit x86 > perf tools: Fix parse_events_error dereferences > perf session: Fix perf_session__peek_event() > perf tools: Fix data_read_offset() file opening All looks reasonable, applied to my local tree. Would be good to get Acks from Namhyung on the mutex one and from Jiri on the parse events stuff, probably the data_readd_offset() as well (the mutex one). - Arnaldo