From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751524AbaBBItq (ORCPT ); Sun, 2 Feb 2014 03:49:46 -0500 Received: from mail-ee0-f53.google.com ([74.125.83.53]:46014 "EHLO mail-ee0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751259AbaBBItp (ORCPT ); Sun, 2 Feb 2014 03:49:45 -0500 Date: Sun, 2 Feb 2014 09:49:39 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Avi Kivity , David Ahern , Francesco Fusco , Frederic Weisbecker , Jiri Olsa , Linus Torvalds , Mike Galbraith , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Will Deacon , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/12] perf/urgent fixes Message-ID: <20140202084939.GA750@gmail.com> References: <1391200055-18250-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391200055-18250-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 0d4dd797564cddc1f71ab0b239e9ea50ddd40b2a: > > perf/doc: Remove mention of non-existent set_perf_event_pending() from design.txt (2014-01-26 09:37:48 +0100) > > 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 d3b70220292c40d3b499797fd2f33f608fc35edb: > > perf buildid-cache: Check relocation when checking for existing kcore (2014-01-31 17:21:54 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > . Fix annotation for relocated kernel (Adrian Hunter) > > . Fix demangling of symbols in kernel and kernel modules (Avi Kivity) > > . Fix include for non x86 architectures (Francesco Fusco) > > . Fix ARM64 memory barriers (Peter Zijlstra) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Adrian Hunter (9): > perf symbols: Fix symbol annotation for relocated kernel > perf tools: Add kallsyms__get_function_start() > perf machine: Add machine__get_kallsyms_filename() > perf machine: Set up ref_reloc_sym in machine__create_kernel_maps() > perf record: Get ref_reloc_sym from kernel map > perf symbols: Prevent the use of kcore if the kernel has moved > perf tests: No need to set up ref_reloc_sym > perf tools: Adjust kallsyms for relocated kernel > perf buildid-cache: Check relocation when checking for existing kcore > > Avi Kivity (1): > perf tools: Demangle kernel and kernel module symbols too > > Francesco Fusco (1): > perf tools: Fix include for non x86 architectures > > Peter Zijlstra (1): > perf tools: Fix AAAAARGH64 memory barriers > > tools/perf/builtin-buildid-cache.c | 33 ++++++++++++++++--- > tools/perf/builtin-record.c | 10 ++---- > tools/perf/perf.h | 4 +-- > tools/perf/tests/vmlinux-kallsyms.c | 10 ------ > tools/perf/util/event.c | 36 ++++++++++---------- > tools/perf/util/event.h | 6 ++-- > tools/perf/util/include/asm/hash.h | 6 ++++ > tools/perf/util/machine.c | 42 +++++++++++++++++++----- > tools/perf/util/machine.h | 2 ++ > tools/perf/util/map.c | 5 +-- > tools/perf/util/map.h | 1 + > tools/perf/util/symbol-elf.c | 4 ++- > tools/perf/util/symbol.c | 65 +++++++++++++++++++++++++++++++++---- > 13 files changed, 162 insertions(+), 62 deletions(-) > create mode 100644 tools/perf/util/include/asm/hash.h Pulled, thanks a lot Arnaldo! Ingo