From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753488AbdDLIUN (ORCPT ); Wed, 12 Apr 2017 04:20:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54092 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752803AbdDLIUL (ORCPT ); Wed, 12 Apr 2017 04:20:11 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 9D44580492 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jolsa@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 9D44580492 Date: Wed, 12 Apr 2017 10:20:06 +0200 From: Jiri Olsa To: David Carrillo-Cisneros Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Andi Kleen , Simon Que , Wang Nan , Jiri Olsa , He Kuang , Masami Hiramatsu , Stephane Eranian , Paul Turner Subject: Re: [PATCH 0/6] perf tool: build and usage hints Message-ID: <20170412082006.GE17517@krava> References: <20170412064919.92449-1-davidcc@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170412064919.92449-1-davidcc@google.com> User-Agent: Mutt/1.8.0 (2017-02-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 12 Apr 2017 08:20:10 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 11, 2017 at 11:49:12PM -0700, David Carrillo-Cisneros wrote: > Minor build fixes and error condition hints. > > David Carrillo-Cisneros (6): > perf tools: pass PYTHON config to feature detection > tools build: fix feature detection redefinion of build flags > perf util: hint missing file when tool tips fail to load > perf report: hint .perfconfig error when invalid sorting key > perf tools: disable JVMTI if no ELF support available > Revert "perf tools: Fix include of linux/mman.h" apart from patch 4/6 for series: Acked-by: Jiri Olsa thanks, jirka