From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752647Ab3KTNcz (ORCPT ); Wed, 20 Nov 2013 08:32:55 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:40920 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750727Ab3KTNcw (ORCPT ); Wed, 20 Nov 2013 08:32:52 -0500 Date: Wed, 20 Nov 2013 14:32:48 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , David Ahern , Frederic Weisbecker , Jiri Olsa , Mike Galbraith , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Steven Rostedt , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/5] perf/urgent fixes Message-ID: <20131120133248.GA7374@gmail.com> References: <1384893718-18762-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1384893718-18762-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: > From: Arnaldo Carvalho de Melo > > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit 801a76050bcf8d4e500eb8d048ff6265f37a61c8: > > seq_file: always clear m->count when we free m->buf (2013-11-18 19:07:53 -0800) > > 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 6b5fa0ba4f85a8499287aefaf3f1375450c40c6d: > > tools lib traceevent: Fix conversion of pointer to integer of different size (2013-11-19 16:37:59 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > . Tag thread comm as overriden, showing the right comm for threads after forks, > fix from Frederic Weisbecker. > > . Fix memory leak when processing perf.data file header, from Namhyung Kim. > > . Don't try to free string constant used for anonymous event groups, fix from Namhyung Kim. > > . Fix use of multiple options in processing field in libtraceevent, fix from Steven Rostedt. > > . Fix conversion of pointer to integer of different size in libtraceevent. > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (1): > tools lib traceevent: Fix conversion of pointer to integer of different size > > Frederic Weisbecker (1): > perf tools: Tag thread comm as overriden > > Namhyung Kim (2): > perf header: Fix bogus group name > perf header: Fix possible memory leaks in process_group_desc() > > Steven Rostedt (1): > tools lib traceevent: Fix use of multiple options in processing field > > tools/lib/traceevent/event-parse.c | 25 ++++++++++++++++++++++--- > tools/perf/util/header.c | 6 ++++-- > tools/perf/util/thread.c | 11 +++++------ > 3 files changed, 31 insertions(+), 11 deletions(-) Pulled, thanks a lot Arnaldo! Ingo