From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: linux-kernel@vger.kernel.org,
Arnaldo Carvalho de Melo <acme@ghostprotocols.net>,
Adrian Hunter <adrian.hunter@intel.com>,
Avi Kivity <avi@cloudius-systems.com>,
David Ahern <dsahern@gmail.com>,
Francesco Fusco <ffusco@redhat.com>,
Frederic Weisbecker <fweisbec@gmail.com>,
Jiri Olsa <jolsa@redhat.com>,
Linus Torvalds <torvalds@linux-foundation.org>,
Mike Galbraith <efault@gmx.de>, Namhyung Kim <namhyung@gmail.com>,
Paul Mackerras <paulus@samba.org>,
Peter Zijlstra <peterz@infradead.org>,
Stephane Eranian <eranian@google.com>,
Will Deacon <will.deacon@arm.com>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL 00/12] perf/urgent fixes
Date: Sun, 2 Feb 2014 09:49:39 +0100 [thread overview]
Message-ID: <20140202084939.GA750@gmail.com> (raw)
In-Reply-To: <1391200055-18250-1-git-send-email-acme@infradead.org>
* Arnaldo Carvalho de Melo <acme@infradead.org> wrote:
> From: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
>
> 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 <acme@redhat.com>
>
> ----------------------------------------------------------------
> 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
next prev parent reply other threads:[~2014-02-02 8:49 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-31 20:27 [GIT PULL 00/12] perf/urgent fixes Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 01/12] perf tools: Demangle kernel and kernel module symbols too Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 02/12] perf tools: Fix AAAAARGH64 memory barriers Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 03/12] perf tools: Fix include for non x86 architectures Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 04/12] perf symbols: Fix symbol annotation for relocated kernel Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 05/12] perf tools: Add kallsyms__get_function_start() Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 06/12] perf machine: Add machine__get_kallsyms_filename() Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 07/12] perf machine: Set up ref_reloc_sym in machine__create_kernel_maps() Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 08/12] perf record: Get ref_reloc_sym from kernel map Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 09/12] perf symbols: Prevent the use of kcore if the kernel has moved Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 10/12] perf tests: No need to set up ref_reloc_sym Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 11/12] perf tools: Adjust kallsyms for relocated kernel Arnaldo Carvalho de Melo
2014-01-31 20:27 ` [PATCH 12/12] perf buildid-cache: Check relocation when checking for existing kcore Arnaldo Carvalho de Melo
2014-02-02 8:49 ` Ingo Molnar [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-04 17:24 [GIT PULL 00/12] perf/urgent fixes Arnaldo Carvalho de Melo
2017-01-05 7:36 ` Ingo Molnar
2017-01-05 15:02 ` Arnaldo Carvalho de Melo
2018-04-25 15:59 Arnaldo Carvalho de Melo
2018-04-25 15:59 ` Arnaldo Carvalho de Melo
2018-04-26 5:33 ` Ingo Molnar
2018-04-26 5:33 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140202084939.GA750@gmail.com \
--to=mingo@kernel.org \
--cc=acme@ghostprotocols.net \
--cc=acme@infradead.org \
--cc=acme@redhat.com \
--cc=adrian.hunter@intel.com \
--cc=avi@cloudius-systems.com \
--cc=dsahern@gmail.com \
--cc=efault@gmx.de \
--cc=eranian@google.com \
--cc=ffusco@redhat.com \
--cc=fweisbec@gmail.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=namhyung@gmail.com \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--cc=torvalds@linux-foundation.org \
--cc=will.deacon@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.