Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753246Ab2KSPSk (ORCPT ); Mon, 19 Nov 2012 10:18:40 -0500 Received: from mail-vc0-f174.google.com ([209.85.220.174]:60413 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753063Ab2KSPSi (ORCPT ); Mon, 19 Nov 2012 10:18:38 -0500 MIME-Version: 1.0 In-Reply-To: <20121119150733.GD13607@infradead.org> References: <1353248997-30763-1-git-send-email-acme@infradead.org> <1353248997-30763-32-git-send-email-acme@infradead.org> <20121119150733.GD13607@infradead.org> Date: Mon, 19 Nov 2012 10:18:37 -0500 Message-ID: Subject: Re: [PATCH 31/32] perf powerpc: Use uapi/unistd.h to fix build error From: Josh Boyer To: Arnaldo Carvalho de Melo Cc: David Howells , Ingo Molnar , linux-kernel@vger.kernel.org, Sukadev Bhattiprolu , Anton Blanchard , Paul Mackerras , Peter Zijlstra , Robert Richter , linuxppc-dev@ozlabs.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1687 Lines: 36 On Mon, Nov 19, 2012 at 10:07 AM, Arnaldo Carvalho de Melo wrote: > Em Mon, Nov 19, 2012 at 08:29:09AM -0500, Josh Boyer escreveu: >> On Sun, Nov 18, 2012 at 9:29 AM, Arnaldo Carvalho de Melo wrote: >> > From: Sukadev Bhattiprolu > >> > Use the 'unistd.h' from arch/powerpc/include/uapi to build the perf tool. >> >> This would work for powerpc, but at least s390x and ARM have the same >> build issue. Why would we fix this piecemeal per-arch? >> >> David Howells has a patch that _should_ fix it for all of them at once. >> Is there a reason that isn't going in? > > David rebased his patch on top of my perf/core branch, I just tested it > and all works as expected, so I'd say he should push that branch > upstream as I can't just cherry pick some csets, it needs a merge that > involves more than just tools/perf AFAIK. OK... is perf/core (all 32 commits) headed into 3.7? Because the perf build is broken in 3.7-rcX, and we're at the point where Linus gets kind of picky about what he accepts. So we'd need your branch and David's to fix compile issues. And then we'd need Xiao Guangrong's fixes for 'perf kvm' to only build on x86. That's quite a number of fixes we need just to get perf to compile. Is someone other than me keeping track of that? I would just like people to stop wondering when perf builds on non-x86 architectures will work. josh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/