From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933681AbbIVNzo (ORCPT ); Tue, 22 Sep 2015 09:55:44 -0400 Received: from mail.kernel.org ([198.145.29.136]:37992 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933432AbbIVNzm (ORCPT ); Tue, 22 Sep 2015 09:55:42 -0400 Date: Tue, 22 Sep 2015 10:55:38 -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: <20150922135538.GE10097@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: > > 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.. Argh, I added the comment, but to "Use FEATURE_USER to allow bu...", i.e. the wrong patch, fixed it: "tools build: Allow setting the feature detection user" https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=13e96db61c1c32cd4c8102a95129bb7677cc746d "tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf" https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=65f041bee7838e2a91dbbc0a917d9291adbb3484 - Arnaldo