[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180912191054.GA63360@gmail.com>
Date: Wed, 12 Sep 2018 21:10:54 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Clark Williams <williams@...hat.com>, linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org,
Adrian Hunter <adrian.hunter@...el.com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Arnd Bergmann <arnd@...db.de>,
Björn Töpel <bjorn.topel@...el.com>,
Brian Starkey <brian.starkey@....com>,
Christian Borntraeger <borntraeger@...ibm.com>,
Cornelia Huck <cohuck@...hat.com>,
Daniel Borkmann <daniel@...earbox.net>,
David Ahern <dsahern@...il.com>,
David Hildenbrand <david@...hat.com>,
"David S . Miller" <davem@...emloft.net>,
Dongjiu Geng <gengdongjiu@...wei.com>,
Eduardo Habkost <ehabkost@...hat.com>,
Eric Anholt <eric@...olt.net>,
Gleb Fotengauer-Malinovskiy <glebfm@...linux.org>,
Hendrik Brueckner <brueckner@...ux.vnet.ibm.com>,
Jakub Kicinski <jakub.kicinski@...ronome.com>,
James Morse <james.morse@....com>,
Janosch Frank <frankja@...ux.ibm.com>,
Jim Mattson <jmattson@...gle.com>,
Jiri Olsa <jolsa@...hat.com>,
Kim Phillips <kim.phillips@....com>,
Liviu Dudau <liviu.dudau@....com>,
Marc Zyngier <marc.zyngier@....com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Michael Ellerman <mpe@...erman.id.au>,
Namhyung Kim <namhyung@...nel.org>,
Nikolay Aleksandrov <nikolay@...ulusnetworks.com>,
Paolo Bonzini <pbonzini@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
Ravi Bangoria <ravi.bangoria@...ux.vnet.ibm.com>,
Sean Paul <seanpaul@...omium.org>,
Steffen Klassert <steffen.klassert@...unet.com>,
Stephen Hemminger <stephen@...workplumber.org>,
Thomas Richter <tmricht@...ux.vnet.ibm.com>,
Wang Nan <wangnan0@...wei.com>,
Will Deacon <will.deacon@....com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: Re: [GIT PULL 0/7] perf/urgent fixes
* Arnaldo Carvalho de Melo <acme@...nel.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@...hat.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
Powered by blists - more mailing lists