From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756331Ab2GFJ3l (ORCPT ); Fri, 6 Jul 2012 05:29:41 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:38610 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750924Ab2GFJ3j (ORCPT ); Fri, 6 Jul 2012 05:29:39 -0400 Date: Fri, 6 Jul 2012 10:26:32 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Jiri Olsa , Namhyung Kim , Peter Zijlstra , Pradeep Kumar Surisetty , Stephane Eranian , Steven Rostedt , arnaldo.melo@gmail.com, Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/3] perf/urgent fixes Message-ID: <20120706082632.GC17633@gmail.com> References: <1341252471-7834-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1341252471-7834-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, > > - Arnaldo > > The following changes since commit 662f5cedb38c4b88e1cebfd54a88159f2f7ab7b9: > > Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent (2012-06-24 19:08:49 +0200) > > 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 7ed97ad41ffa94040dfd593948962a7e9e7b0db9: > > perf kvm: Fix segfault with report and mixed guestmount use (2012-07-02 14:03:50 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > . Fix creation of guest machine objects when build ids are disabled, > from David Ahern > > . The kvm tool was trying to access an uninitialized guestmount variable, fix > from David Ahern. > > . Restore perf script output to pre-libparseevent merge format, removing > duplicated info, fix from David Ahern > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > David Ahern (3): > perf script: Fix format regression due to libtraceevent merge > perf kvm: Fix regression with guest machine creation > perf kvm: Fix segfault with report and mixed guestmount use > > tools/perf/util/map.c | 29 +++++++++++++++-------------- > tools/perf/util/session.c | 2 +- > tools/perf/util/trace-event-parse.c | 3 +-- > 3 files changed, 17 insertions(+), 17 deletions(-) Pulled, thanks Arnaldo! Ingo