From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942246AbcLWTYZ (ORCPT ); Fri, 23 Dec 2016 14:24:25 -0500 Received: from mail-wj0-f196.google.com ([209.85.210.196]:36640 "EHLO mail-wj0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S939765AbcLWTYX (ORCPT ); Fri, 23 Dec 2016 14:24:23 -0500 Date: Fri, 23 Dec 2016 20:24:18 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , David Ahern , Jiri Olsa , Joe Stringer , Namhyung Kim , Peter Zijlstra , Wang Nan , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/4] perf/urgent fixes for 'perf sched timehist' and samples/bpf/ testing Message-ID: <20161223192418.GA21937@gmail.com> References: <20161223021252.11225-1-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161223021252.11225-1-acme@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > P.S.: Some of the container test builds now include building samples/bpf/ with: > > $ make O=/tmp/build/linux allmodconfig > $ make O=/tmp/build/linux headers_install > $ make O=/tmp/build/linux samples/bpf/ > > In distributions having at least clang/llvm 3.8+ with the 'bpf' target. > > Examples include debian:experimental, fedora:rawhide and opensuse:tumbleweed, > more to come as I go over rebuilding the containers looking for more suitable > environments. > > This will help in finding regressions in this area, now using tools/lib/bpf/. > > Test results at the end of this message, as usual. > > The following changes since commit 1134c2b5cb840409ffd966d8c2a9468f64e6a494: > > perf/x86: Fix overlap counter scheduling bug (2016-12-22 17:45:43 +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-20161222 > > for you to fetch changes up to bdd75729e5d279d734e8d3fb41ef4818ac1598ab: > > perf sched timehist: Fix invalid period calculation (2016-12-22 16:35:46 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > Fixes for 'perf sched timehist': (Namhyung Kim) > > - Define a larger initial alignment value for the COMM column and > make it be more consistently honoured, for instance in the header. > > - Fix invalid period calculation when using the --time option to > select a time slice, when events outside that slice were being > considered for the per cpu idle stats summary. > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Namhyung Kim (4): > perf sched timehist: Honour 'comm_width' when aligning the headers > perf sched timehist: Enlarge default 'comm_width' > perf sched timehist: Remove hardcoded 'comm_width' check at print_summary > perf sched timehist: Fix invalid period calculation > > tools/perf/builtin-sched.c | 14 ++++++-------- > 1 file changed, 6 insertions(+), 8 deletions(-) Pulled, thanks a lot Arnaldo! Ingo