From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [GIT PULL 00/15] perf/urgent fixes Date: Wed, 06 Jun 2012 21:52:07 -0600 Message-ID: <4FD02567.20505@gmail.com> References: <1338588999-32509-1-git-send-email-acme@infradead.org> <20120606065014.GB17808@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-pz0-f46.google.com ([209.85.210.46]:45159 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752672Ab2FGDwS (ORCPT ); Wed, 6 Jun 2012 23:52:18 -0400 In-Reply-To: <20120606065014.GB17808@gmail.com> Sender: linux-perf-users-owner@vger.kernel.org List-ID: To: Ingo Molnar Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Akihiro Nagai , Ananth N Mavinakayanahalli , Anton Arapov , Avik Sil , Borislav Petkov , Corey Ashford , Frederic Weisbecker , Jiri Olsa , Linus Torvalds , Masami Hiramatsu , Mike Galbraith , Namhyung Kim , Namhyung Kim , Oleg Nesterov , Paul Mackerras , Peter Zijlstra , Srikar Dronamraju , Stephane Eranian , Steven Rostedt , Sunjin Yang , Thomas On 6/6/12 12:50 AM, Ingo Molnar wrote: > Hm, I got this build failure: > > bench/mem-memcpy.c: In function =E2=80=98bench_mem_memcpy=E2=80=99: > bench/mem-memcpy.c:193:2: error: implicit declaration of function =E2= =80=98perf_atoll=E2=80=99 [-Werror=3Dimplicit-function-declaration] > bench/mem-memcpy.c:193:2: error: nested extern declaration of =E2=80=98= perf_atoll=E2=80=99 [-Werror=3Dnested-externs] > > Which appears to be a result of: > > 6b7df4a0237a perf tool: Build fix, remove duplicate declarations > > Those declarations were not so unused on this fresh install of > Fedora 17. > > Luckily, the offending commit was the last one in the series, so > I merged your tree at cb7225f, excluding only the buggy commit. > > Thanks, > > Ingo I see the problem now: I had a stale util/string.h file which was=20 removed by e206d556. Local problem (stupidity) as to why. Sorry for the= =20 noise. Arnaldo: please drop the patch. David