From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754139AbbKMJLx (ORCPT ); Fri, 13 Nov 2015 04:11:53 -0500 Received: from mail-wm0-f48.google.com ([74.125.82.48]:36832 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753561AbbKMJLl (ORCPT ); Fri, 13 Nov 2015 04:11:41 -0500 Date: Fri, 13 Nov 2015 10:11:37 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Brendan Gregg , David Ahern , Jiri Olsa , Jonathan Cameron , Kamal Mostafa , Masami Hiramatsu , Namhyung Kim , Pali Rohar , Pavel Machek , pi3orama@163.com, Roberta Dobrescu , Wang Nan , Zefan Li Subject: Re: [GIT PULL 0/6] perf/urgent fixes Message-ID: <20151113091136.GA19922@gmail.com> References: <1447368972-15434-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447368972-15434-1-git-send-email-acme@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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 41ac18ebfc429ce3f4d369ef07447d652999a0cd: > > perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macro (2015-11-12 09:44:25 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo > > for you to fetch changes up to 2059fc7a5a9e667797b8ec503bfb4685afee48d8: > > perf symbols: Allow forcing reading of non-root owned files by root (2015-11-12 18:58:18 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > - Fix 'd' hotkey for filtering by DSO in the top/report > TUI browser (Arnaldo Carvalho de Melo) > > - Allow forcing reading of non-root owned /tmp/perf-PID JIT > symbol maps (Arnaldo Carvalho de Melo) > > - Rebuild rbtree when adjusting symbols for kcore (Adrian Hunter) > > - Actually install tmon in the tools/ install rule (Kamal Mostafa) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Adrian Hunter (1): > perf symbols: Rebuild rbtree when adjusting symbols for kcore > > Arnaldo Carvalho de Melo (3): > perf hists browser: Fix 'd' hotkey action to filter by DSO > perf hists browser: The dso can be obtained from popup_action->ms.map->dso > perf symbols: Allow forcing reading of non-root owned files by root > > Kamal Mostafa (2): > tools: Actually install tmon in the install rule > tools: Add a "make all" rule > > tools/Makefile | 11 ++++++++++- > tools/perf/builtin-report.c | 6 +++--- > tools/perf/ui/browsers/hists.c | 7 +------ > tools/perf/util/symbol.c | 34 ++++++++++++++++------------------ > tools/perf/util/symbol.h | 1 + > 5 files changed, 31 insertions(+), 28 deletions(-) Pulled, thanks a lot Arnaldo! Ingo