From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758010AbbIVNb4 (ORCPT ); Tue, 22 Sep 2015 09:31:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44433 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933750AbbIVNbq (ORCPT ); Tue, 22 Sep 2015 09:31:46 -0400 Date: Tue, 22 Sep 2015 15:31:36 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , Ingo Molnar , linux-kernel@vger.kernel.org, Wang Nan , Brendan Gregg , Daniel Borkmann , David Ahern , He Kuang , Kaixu Xia , Masami Hiramatsu , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Zefan Li , pi3orama@163.com Subject: Re: [PATCH 8/8] perf tools: Make perf depend on libbpf Message-ID: <20150922133136.GI29091@krava.redhat.com> References: <1442870601-26004-1-git-send-email-acme@kernel.org> <1442870601-26004-9-git-send-email-acme@kernel.org> <20150922070340.GH29091@krava.redhat.com> <20150922131807.GB10097@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150922131807.GB10097@kernel.org> 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 On Tue, Sep 22, 2015 at 10:18:07AM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Sep 22, 2015 at 09:03:40AM +0200, Jiri Olsa escreveu: > > missing doc hunk in Makefile.perf > > Ok, adding this. Thanks! So, with that comment about FEATURE_DUMP fixed: > > https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/commit/?h=perf/ebpf&id=c1500a11e9b3ec5546233013b7c4b64af103c617 > > Can I have your acks? :-) would be easier if you resend, anyway: tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf Arnaldo Carvalho de Melo 2 -1/+2 - ack tools build: Allow setting the feature detection user Arnaldo Carvalho de Melo 1 -2/+3 - missing doc hunk which is in above patch, but ack.. tools lib ebpf: Fix up FEATURE_{TESTS,DISPLAY} usage Arnaldo Carvalho de Melo 1 -2/+2 - ack tools build: Fixup feature detection display function name Arnaldo Carvalho de Melo 1 -1/+1 - ack jirka