From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Jiri Olsa <jolsa@kernel.org>, Namhyung Kim <namhyung@kernel.org>,
Clark Williams <williams@redhat.com>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
Hewenliang <hewenliang4@huawei.com>,
Jin Yao <yao.jin@linux.intel.com>,
Yuya Fujita <fujita.yuya@fujitsu.com>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL] perf/urgent improvements and fixes
Date: Mon, 23 Dec 2019 22:28:36 +0100 [thread overview]
Message-ID: <20191223212836.GA24434@gmail.com> (raw)
In-Reply-To: <20191223133241.8578-1-acme@kernel.org>
* Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> Hi Ingo/Thomas,
>
> Please consider pulling,
>
> Best regards,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit 9f0bff1180efc9ea988fed3fd93da7647151ac8b:
>
> perf/core: Add SRCU annotation for pmus list walk (2019-12-17 13:32:46 +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-5.5-20191223
>
> for you to fetch changes up to 55347ec340af401437680fd0e88df6739a967f9f:
>
> perf hists: Fix variable name's inconsistency in hists__for_each() macro (2019-12-20 18:58:13 -0300)
>
> ----------------------------------------------------------------
> perf/urgent fixes:
>
> perf report/top:
>
> Arnaldo Carvalho de Melo:
>
> - Fix popup menu for entries in main kernel maps other than the main one,
> e.g. ".init.text", where a non-initialized pointer was causing segfaults.
>
> Jin Yao:
>
> - Fix incorrectly added dimensions when switching perf.data file to another
> via the popup menu.
>
> libtraceevent:
>
> Hewenliang:
>
> - Fix memory leakage in filter_event().
>
> perf hists:
>
> Yuya Fujita:
>
> - Fix variable name's inconsistency in hists__for_each() macro.
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (1):
> perf map: Set kmap->kmaps backpointer for main kernel map chunks
>
> Hewenliang (1):
> tools lib traceevent: Fix memory leakage in filter_event
>
> Jin Yao (1):
> perf report: Fix incorrectly added dimensions as switch perf data file
>
> Yuya Fujita (1):
> perf hists: Fix variable name's inconsistency in hists__for_each() macro
>
> tools/lib/traceevent/parse-filter.c | 4 +++-
> tools/perf/builtin-report.c | 5 ++++-
> tools/perf/util/hist.h | 4 ++--
> tools/perf/util/symbol-elf.c | 3 +++
> 4 files changed, 12 insertions(+), 4 deletions(-)
Pulled, thanks a lot Arnaldo!
Ingo
next prev parent reply other threads:[~2019-12-23 21:28 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-23 13:32 [GIT PULL] perf/urgent improvements and fixes Arnaldo Carvalho de Melo
2019-12-23 13:32 ` [PATCH 1/4] tools lib traceevent: Fix memory leakage in filter_event Arnaldo Carvalho de Melo
2019-12-23 13:32 ` [PATCH 2/4] perf report: Fix incorrectly added dimensions as switch perf data file Arnaldo Carvalho de Melo
2019-12-23 13:32 ` [PATCH 3/4] perf map: Set kmap->kmaps backpointer for main kernel map chunks Arnaldo Carvalho de Melo
2020-02-06 9:40 ` Ravi Bangoria
2020-02-09 15:01 ` Jiri Olsa
2020-02-09 19:32 ` Jiri Olsa
2020-02-10 0:37 ` Jiri Olsa
2020-02-10 11:16 ` Ravi Bangoria
2020-02-10 13:13 ` Arnaldo Carvalho de Melo
2019-12-23 13:32 ` [PATCH 4/4] perf hists: Fix variable name's inconsistency in hists__for_each() macro Arnaldo Carvalho de Melo
2019-12-23 21:28 ` Ingo Molnar [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-07-19 13:02 [GIT PULL] perf/urgent improvements and fixes Arnaldo Carvalho de Melo
2020-07-19 20:00 ` pr-tracker-bot
2020-07-19 20:00 ` pr-tracker-bot
2020-02-21 1:53 Arnaldo Carvalho de Melo
2020-02-26 14:19 ` Ingo Molnar
2020-02-14 19:10 Arnaldo Carvalho de Melo
2020-02-15 8:36 ` Ingo Molnar
2019-10-01 11:11 Arnaldo Carvalho de Melo
2019-10-07 13:16 ` Ingo Molnar
2019-08-08 18:53 Arnaldo Carvalho de Melo
2019-05-27 22:36 Arnaldo Carvalho de Melo
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=20191223212836.GA24434@gmail.com \
--to=mingo@kernel.org \
--cc=acme@kernel.org \
--cc=acme@redhat.com \
--cc=fujita.yuya@fujitsu.com \
--cc=hewenliang4@huawei.com \
--cc=jolsa@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=namhyung@kernel.org \
--cc=tglx@linutronix.de \
--cc=williams@redhat.com \
--cc=yao.jin@linux.intel.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.