From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751569AbcAGG7C (ORCPT ); Thu, 7 Jan 2016 01:59:02 -0500 Received: from e28smtp05.in.ibm.com ([125.16.236.5]:52827 "EHLO e28smtp05.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750754AbcAGG7A (ORCPT ); Thu, 7 Jan 2016 01:59:00 -0500 X-IBM-Helo: d28dlp02.in.ibm.com X-IBM-MailFrom: naveen.n.rao@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Thu, 7 Jan 2016 12:28:15 +0530 From: "Naveen N. Rao" To: Arnaldo Carvalho de Melo Cc: "Wangnan (F)" , jolsa@redhat.com, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, sukadev@linux.vnet.ibm.com Subject: Re: [PATCH v4] perf: bpf: Fix build breakage due to libbpf Message-ID: <20160107065709.GA2459@naverao1-tp.ibm.com> References: <1450150557-127942-4-git-send-email-wangnan0@huawei.com> <1450169473-137129-1-git-send-email-wangnan0@huawei.com> <20151215114046.GG23726@naverao1-tp.in.ibm.com> <20151216194234.GA19926@kernel.org> <56720FFB.5060407@huawei.com> <20151217050714.GB21524@naverao1-tp.ibm.com> <20151217121939.GH19926@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151217121939.GH19926@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16010706-0017-0000-0000-0000095781DA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/12/17 09:19AM, Arnaldo Carvalho de Melo wrote: > Em Thu, Dec 17, 2015 at 10:37:14AM +0530, Naveen N. Rao escreveu: > > On 2015/12/17 09:29AM, Wang Nan wrote: > > > The whole thread is: > > > > > > [PATCH v3 0/3] perf build: PowerPC: Fix build breakage due to libbpf: > > > http://lkml.kernel.org/g/1450150557-127942-1-git-send-email-wangnan0@huawei.com > > > > > > [PATCH v3 1/3] perf tools: Fix PowerPC native building > > > http://lkml.kernel.org/g/1450150557-127942-2-git-send-email-wangnan0@huawei.com > > > > > > [PATCH v3 2/3] tools: Move Makefile.arch from perf/config to tools/scripts > > > http://lkml.kernel.org/g/1450150557-127942-3-git-send-email-wangnan0@huawei.com > > > > > > [PATCH v3 3/3] perf: bpf: Fix build breakage due to libbpf > > > http://lkml.kernel.org/g/1450150557-127942-4-git-send-email-wangnan0@huawei.com > > > > > > and [PATCH v3 3/3] breaks local building because the usage of "srctree", and > ^^ > > You mean v4 here. > > > Anyway, now that you've sent v4, it should be much clearer. > > Right, I should've read it more thoroughly, but anyway, I'll process it > today. Bump. Arnaldo, Can you please push at least the initial 3 patches of this for v4.4? Wang Nan has posted v6 here: http://thread.gmane.org/gmane.linux.kernel/2110626 Thanks, Naveen