Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756845Ab3J1Opr (ORCPT ); Mon, 28 Oct 2013 10:45:47 -0400 Received: from merlin.infradead.org ([205.233.59.134]:51848 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756532Ab3J1Opp (ORCPT ); Mon, 28 Oct 2013 10:45:45 -0400 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , David Ahern , Frederic Weisbecker , Jiri Olsa , Joseph Schuchart , Markus Trippelsdorf , Mike Galbraith , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Tom Zanussi , Arnaldo Carvalho de Melo Subject: [GIT PULL 0/2] perf/urgent fixes Date: Mon, 28 Oct 2013 11:45:23 -0300 Message-Id: <1382971525-2078-1-git-send-email-acme@infradead.org> X-Mailer: git-send-email 1.8.1.4 X-SRS-Rewrite: SMTP reverse-path rewritten from by merlin.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1847 Lines: 50 From: Arnaldo Carvalho de Melo Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit e4f8eaad70ea186b8da290c99239dce721a34f88: Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2013-10-20 10:51:35 +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 2fd869f08aec5a8e4cbf01bc3fa345c4e53342d7: perf tools: Fix up /proc/PID/maps parsing (2013-10-28 09:38:12 -0300) ---------------------------------------------------------------- perf/urgent fixes: . Fix up /proc/PID/maps parsing, where perfectly fine mmap entries were being trown away when synthesizing PERF_RECORD_MMAP for preexisting threads, prevenging symbol resolution to work for those threads, broken in the MMAP2 removal. Reported and pinpointed by Markus Trippelsdorf, . Fix mem leak in the python 'perf script' backend, due to missing Py_DECREFs on dict entries, fix from Joseph Schuchart. Signed-off-by: Arnaldo Carvalho de Melo ---------------------------------------------------------------- Arnaldo Carvalho de Melo (1): perf tools: Fix up /proc/PID/maps parsing Joseph Schuchart (1): perf script python: Fix mem leak due to missing Py_DECREFs on dict entries tools/perf/util/event.c | 2 +- .../util/scripting-engines/trace-event-python.c | 37 ++++++++++++++-------- 2 files changed, 25 insertions(+), 14 deletions(-) -- 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/