From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933379AbbIVNkk (ORCPT ); Tue, 22 Sep 2015 09:40:40 -0400 Received: from mail.kernel.org ([198.145.29.136]:36550 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932312AbbIVNkj (ORCPT ); Tue, 22 Sep 2015 09:40:39 -0400 Date: Tue, 22 Sep 2015 10:40:35 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa 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: <20150922134035.GD10097@kernel.org> 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> <20150922133136.GI29091@krava.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150922133136.GI29091@krava.redhat.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, Sep 22, 2015 at 03:31:36PM +0200, Jiri Olsa escreveu: > 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: I'll try to do it next time, i.e. go on resubmitting with v(N++) series till I get the acks, thanks for the ones here tho, - Arnaldo > 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