Re: [GIT PULL 0/4] perf/urgent fixes

From: Ingo Molnar
Date: Sat Jan 30 2016 - 03:16:48 EST



* Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:

> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> The following changes since commit 45c815f06b80031659c63d7b93e580015d6024dd:
>
> perf: Synchronously free aux pages in case of allocation failure (2016-01-21 18:54:27 +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
>
> for you to fetch changes up to 3f416f22d1e21709a631189ba169f76fd267b374:
>
> perf stat: Do not clean event's private stats (2016-01-26 11:15:11 -0300)
>
> ----------------------------------------------------------------
> perf/urgent fixes:
>
> User visible:
>
> - Fix 'perf stat' stddev reporting due to mistakenly cleaning event
> private stats (Jiri Olsa)
>
> - Fix 'perf test CQM' endless loop detected by 'gcc6 -Wmisleading-indentation'
> (Markus Trippelsdorf)
>
> - Fix behaviour of Shift-Tab when nothing is focussed in the annotate TUI browser,
> detected with gcc6 -Wmisleading-indentation (Markus Trippelsdorf)
>
> - Fix mem data cacheline hists browser width setting for unresolved
> addresses (Jiri Olsa)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
>
> ----------------------------------------------------------------
> Jiri Olsa (2):
> perf hists: Fix HISTC_MEM_DCACHELINE width setting
> perf stat: Do not clean event's private stats
>
> Markus Trippelsdorf (2):
> perf tests: Remove wrong semicolon in while loop in CQM test
> perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
>
> tools/perf/arch/x86/tests/intel-cqm.c | 2 +-
> tools/perf/ui/browsers/annotate.c | 4 ++--
> tools/perf/util/hist.c | 2 ++
> tools/perf/util/stat.c | 1 -
> 4 files changed, 5 insertions(+), 4 deletions(-)

Pulled, thanks a lot Arnaldo!

Ingo