From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031763AbbDXQFw (ORCPT ); Fri, 24 Apr 2015 12:05:52 -0400 Received: from foss.arm.com ([217.140.101.70]:53495 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030875AbbDXQFs (ORCPT ); Fri, 24 Apr 2015 12:05:48 -0400 Date: Fri, 24 Apr 2015 17:05:40 +0100 From: Will Deacon To: Arnaldo Carvalho de Melo Cc: Javi Merino , Namhyung Kim , Ingo Molnar , "linux-kernel@vger.kernel.org" , Adrian Hunter , Bobby Powers , Borislav Petkov , David Ahern , Dirk Gouders , Don Zickus , Frederic Weisbecker , Jiri Olsa , Joonsoo Kim , "linux-kbuild@vger.kernel.org" , Michael Petlan , Michal Marek , Minchan Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Steven Rostedt Subject: Re: [GIT PULL 0/4] perf/urgent fixes Message-ID: <20150424160540.GB7313@arm.com> References: <1429826590-32193-1-git-send-email-acme@kernel.org> <20150424020218.GF1905@sejong> <20150424085918.GA3115@e104805> <20150424160217.GD650@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150424160217.GD650@kernel.org> Thread-Topic: [GIT PULL 0/4] perf/urgent fixes Accept-Language: en-GB, en-US Content-Language: en-US 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 Fri, Apr 24, 2015 at 05:02:17PM +0100, Arnaldo Carvalho de Melo wrote: > Em Fri, Apr 24, 2015 at 09:59:18AM +0100, Javi Merino escreveu: > > On Fri, Apr 24, 2015 at 03:02:18AM +0100, Namhyung Kim wrote: > > > Hi Arnaldo, > > > > > > I've set up some docker containers for build test, and found a couple > > > of failures.. It seems David's kmem build fix ("perf kmem: Fix > > > compiles on RHEL6/OL6") which is in your perf/core branch also needs > > > to be in perf/urgent. Sorry about the kmem breakages.. > > > > > > And I also found this.. > > Applied both, some more? The only issue remaining for arm/arm64 is the /proc/cpuinfo parsing, which ends up with us passing -jN to Make, where N is 5 or 6 times the number of CPUs in the system. http://permalink.gmane.org/gmane.linux.kernel/1936575 Will