From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: "Clark Williams" <williams@redhat.com>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
"Adrian Hunter" <adrian.hunter@intel.com>,
"Alexander Shishkin" <alexander.shishkin@linux.intel.com>,
"Arnd Bergmann" <arnd@arndb.de>,
"Björn Töpel" <bjorn.topel@intel.com>,
"Brian Starkey" <brian.starkey@arm.com>,
"Christian Borntraeger" <borntraeger@de.ibm.com>,
"Cornelia Huck" <cohuck@redhat.com>,
"Daniel Borkmann" <daniel@iogearbox.net>,
"David Ahern" <dsahern@gmail.com>,
"David Hildenbrand" <david@redhat.com>,
"David S . Miller" <davem@davemloft.net>,
"Dongjiu Geng" <gengdongjiu@huawei.com>,
"Eduardo Habkost" <ehabkost@redhat.com>,
"Eric Anholt" <eric@anholt.net>,
"Gleb Fotengauer-Malinovskiy" <glebfm@altlinux.org>,
"Hendrik Brueckner" <brueckner@linux.v>
Subject: Re: [GIT PULL 0/7] perf/urgent fixes
Date: Wed, 12 Sep 2018 21:10:54 +0200 [thread overview]
Message-ID: <20180912191054.GA63360@gmail.com> (raw)
In-Reply-To: <20180912185509.32187-1-acme@kernel.org>
* Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit 02e184476eff848273826c1d6617bb37e5bcc7ad:
>
> perf/core: Force USER_DS when recording user stack data (2018-09-10 14:01:46 +0200)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-4.19-20180912
>
> for you to fetch changes up to 03db8b583d1c3c84963e08e2abf6c79081da5c31:
>
> perf tools: Fix maps__find_symbol_by_name() (2018-09-11 14:12:51 -0300)
>
> ----------------------------------------------------------------
> perf/urgent fixes:
>
> - Fix finding a symbol by name when multiple maps use the same backing DSO,
> so we must first see if that symbol name is in the DSO, then see if it is
> inside the range of addresses for that specific map (Adrian Hunter)
>
> - Update the tools copies of UAPI headers, which silences the warnings
> emitted when building the tools and in some cases, like for the new
> KVM ioctls, results in 'perf trace' being able to translate that
> ioctl number to a string (Arnaldo Carvalho de Melo)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Adrian Hunter (1):
> perf tools: Fix maps__find_symbol_by_name()
>
> Arnaldo Carvalho de Melo (6):
> tools headers uapi: Update tools's copy of linux/perf_event.h
> tools headers uapi: Update tools's copy of asm-generic/unistd.h
> tools headers uapi: Update tools's copy of drm/drm.h
> tools headers uapi: Update tools's copies of kvm headers
> tools headers uapi: Update tools's copy of linux/vhost.h
> tools headers uapi: Update tools's copy of linux/if_link.h
>
> tools/arch/arm/include/uapi/asm/kvm.h | 13 ++++++++++++
> tools/arch/arm64/include/uapi/asm/kvm.h | 13 ++++++++++++
> tools/arch/s390/include/uapi/asm/kvm.h | 5 ++++-
> tools/arch/x86/include/uapi/asm/kvm.h | 37 +++++++++++++++++++++++++++++++++
> tools/include/uapi/asm-generic/unistd.h | 4 +++-
> tools/include/uapi/drm/drm.h | 9 ++++++++
> tools/include/uapi/linux/if_link.h | 17 +++++++++++++++
> tools/include/uapi/linux/kvm.h | 6 ++++++
> tools/include/uapi/linux/perf_event.h | 2 +-
> tools/include/uapi/linux/vhost.h | 18 ++++++++++++++++
> tools/perf/util/map.c | 11 ++++++++++
> 11 files changed, 132 insertions(+), 3 deletions(-)
Pulled, thanks a lot Arnaldo!
Ingo
next prev parent reply other threads:[~2018-09-12 19:10 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-12 18:55 [GIT PULL 0/7] perf/urgent fixes Arnaldo Carvalho de Melo
2018-09-12 18:55 ` [PATCH 1/7] tools headers uapi: Update tools's copy of linux/perf_event.h Arnaldo Carvalho de Melo
2018-09-12 18:55 ` [PATCH 2/7] tools headers uapi: Update tools's copy of asm-generic/unistd.h Arnaldo Carvalho de Melo
2018-09-12 18:55 ` [PATCH 3/7] tools headers uapi: Update tools's copy of drm/drm.h Arnaldo Carvalho de Melo
2018-09-12 18:55 ` [PATCH 4/7] tools headers uapi: Update tools's copies of kvm headers Arnaldo Carvalho de Melo
2018-09-12 18:55 ` [PATCH 5/7] tools headers uapi: Update tools's copy of linux/vhost.h Arnaldo Carvalho de Melo
2018-09-12 18:55 ` [PATCH 6/7] tools headers uapi: Update tools's copy of linux/if_link.h Arnaldo Carvalho de Melo
2018-09-12 18:55 ` [PATCH 7/7] perf tools: Fix maps__find_symbol_by_name() Arnaldo Carvalho de Melo
2018-09-12 19:10 ` Ingo Molnar [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-04-19 12:30 [GIT PULL 0/7] perf/urgent fixes Arnaldo Carvalho de Melo
2019-04-19 17:11 ` Ingo Molnar
2019-04-12 14:29 Arnaldo Carvalho de Melo
2019-04-12 16:33 ` Ingo Molnar
2019-04-12 14:22 Arnaldo Carvalho de Melo
2019-01-21 18:35 Arnaldo Carvalho de Melo
2019-01-22 11:30 ` Ingo Molnar
2018-11-21 14:24 Arnaldo Carvalho de Melo
2018-11-21 14:58 ` Ingo Molnar
2018-05-31 10:32 Arnaldo Carvalho de Melo
2018-05-31 10:40 ` Ingo Molnar
2017-09-29 16:00 Arnaldo Carvalho de Melo
2017-09-29 17: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=20180912191054.GA63360@gmail.com \
--to=mingo@kernel.org \
--cc=acme@kernel.org \
--cc=adrian.hunter@intel.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=arnd@arndb.de \
--cc=bjorn.topel@intel.com \
--cc=borntraeger@de.ibm.com \
--cc=brian.starkey@arm.com \
--cc=brueckner@linux.v \
--cc=cohuck@redhat.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=david@redhat.com \
--cc=dsahern@gmail.com \
--cc=ehabkost@redhat.com \
--cc=eric@anholt.net \
--cc=gengdongjiu@huawei.com \
--cc=glebfm@altlinux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=williams@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).