From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751757Ab2DOGFF (ORCPT ); Sun, 15 Apr 2012 02:05:05 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:55035 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750746Ab2DOGFD (ORCPT ); Sun, 15 Apr 2012 02:05:03 -0400 Date: Sun, 15 Apr 2012 08:04:49 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Chanho Park , Corey Ashford , David Ahern , Frederic Weisbecker , Jiri Olsa , Kyungmin Park , Namhyung Kim , Namhyung Kim , Paul Mackerras , Pekka Enberg , Peter Zijlstra , Stephane Eranian , arnaldo.melo@gmail.com, Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/5] perf/urgent fixes Message-ID: <20120415060449.GA29563@gmail.com> References: <1334423027-2220-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1334423027-2220-1-git-send-email-acme@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > Thanks, > > - Arnaldo > > The following changes since commit 7fb0a5ee8889488f7568ffddffeb66ddeb50917e: > > perf kvm: Finding struct machine fails for PERF_RECORD_MMAP (2012-04-11 11:45:12 -0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-urgent-for-mingo > > for you to fetch changes up to e3b6193378e8549d04849eda496129f94406ed36: > > perf archive: Correct cutting of symbolic link (2012-04-14 13:52:15 -0300) > > ---------------------------------------------------------------- > Fixes for perf/urgent: > > . Properly handle ~/.debug, the build id cache, when it is a symlink, > fix from Chanho Park > > . Fixes for the parser generation process, from Jiri Olsa and Namhyung Kim > > . Fix build when NO_GTK2 is specified, From Stephane Eranian > > . When a machine is not found, bump the relevant error stat but return > 0, so that we correctly move to the next perf event. Fix from Jiri Olsa > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Chanho Park (1): > perf archive: Correct cutting of symbolic link > > Jiri Olsa (2): > perf session: Skip event correctly for unknown id/machine > perf tools: Fix parsers' rules to dependencies > > Namhyung Kim (1): > perf tools: Ignore auto-generated bison/flex files > > Stephane Eranian (1): > perf tools: fix NO_GTK2 Makefile config error > > tools/perf/.gitignore | 2 ++ > tools/perf/Makefile | 21 +++++++++------------ > tools/perf/perf-archive.sh | 3 ++- > tools/perf/util/session.c | 4 ++-- > 4 files changed, 15 insertions(+), 15 deletions(-) Pulled, thanks Arnaldo! Ingo