From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753201AbbEAGcP (ORCPT ); Fri, 1 May 2015 02:32:15 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:33219 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751163AbbEAGcO (ORCPT ); Fri, 1 May 2015 02:32:14 -0400 Date: Fri, 1 May 2015 08:32:07 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, David Ahern , Davidlohr Bueso , He Kuang , Javi Merino , Jiri Olsa , Masami Hiramatsu , Mel Gorman , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Petr Holasek , Wang Nan , Zefan Li , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/7] perf/urgent fixes Message-ID: <20150501063207.GA11900@gmail.com> References: <1430154249-28268-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430154249-28268-1-git-send-email-acme@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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, this is on top of my previous 'perf-urgent-for-mingo' > pull request. > > - Arnaldo > > The following changes since commit de28c15daf60e9625bece22f13a091fac8d05f1d: > > tools lib api: Undefine _FORTIFY_SOURCE before setting it (2015-04-23 17:08:23 -0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-2 > > for you to fetch changes up to 1d90a685eb75a56648d7dd22c704a1a6da516de9: > > perf bench numa: Fix immediate meeting of convergence condition (2015-04-27 13:57:50 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > User visible: > > . Fix a segfault in 'perf top' when kernel map is restricted (Wang Nan) > > . Fix hung wakeup tasks after requeueing in 'perf bench futex' (Davidlohr Bueso) > > . Fix bug in perf probe global variables handling, missing curly braces on > an if body (He Kuang) > > . 'perf bench numa' fixes (command line help/handling, etc) (Petr Holasek) > > Build fixes: > > . 'perf kmem' on RHEL6/OL6 (David Ahern) > > . libtraceevent on 32-bit arch (Namhyung Kim) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > David Ahern (1): > perf kmem: Fix compiles on RHEL6/OL6 > > Davidlohr Bueso (1): > perf bench futex: Fix hung wakeup tasks after requeueing > > He Kuang (1): > perf probe: Fix bug with global variables handling > > Namhyung Kim (1): > tools lib traceevent: Fix build failure on 32-bit arch > > Petr Holasek (2): > perf bench numa: Fixes of --quiet argument > perf bench numa: Fix immediate meeting of convergence condition > > Wang Nan (1): > perf top: Fix a segfault when kernel map is restricted. > > tools/lib/traceevent/event-parse.c | 2 +- > tools/perf/bench/futex-requeue.c | 15 ++++++----- > tools/perf/bench/numa.c | 12 +++++++-- > tools/perf/builtin-kmem.c | 54 +++++++++++++++++++------------------- > tools/perf/builtin-top.c | 2 +- > tools/perf/util/probe-finder.c | 4 ++- > 6 files changed, 50 insertions(+), 39 deletions(-) Pulled, thanks a lot Arnaldo! Ingo