From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753176AbaG3Mvy (ORCPT ); Wed, 30 Jul 2014 08:51:54 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:51977 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752428AbaG3Mvx (ORCPT ); Wed, 30 Jul 2014 08:51:53 -0400 Date: Wed, 30 Jul 2014 14:51:39 +0200 From: Ingo Molnar To: Jiri Olsa Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Corey Ashford , David Ahern , Frederic Weisbecker , Namhyung Kim , Paul Mackerras , Peter Zijlstra Subject: Re: [GIT PULL 0/2] perf/core improvements and fixes Message-ID: <20140730125139.GA20816@gmail.com> References: <1406559662-4376-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1406559662-4376-1-git-send-email-jolsa@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 * Jiri Olsa wrote: > hi Ingo, > please consider pulling > > thanks, > jirka > > > The following changes since commit 068f1d3f45546f4bb24e9be67231db1be296f0c8: > > Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2014-07-28 10:09:03 +0200) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git tags/perf-core-for-mingo > > for you to fetch changes up to 8578b891ec38c39abd5d6376afd05fce78e2628c: > > Revert "perf tools: Fix jump label always changing during tracing" (2014-07-28 16:39:18 +0200) > > ---------------------------------------------------------------- > perf/core improvements and fixes: > > . Fix perf usage string leftover (Jiri Olsa) > > . Revert "perf tools: Fix jump label always changing during tracing" (Jiri Olsa) > > Signed-off-by: Jiri Olsa > > ---------------------------------------------------------------- > Jiri Olsa (2): > perf tools: Fix perf usage string leftover > Revert "perf tools: Fix jump label always changing during tracing" > > tools/perf/perf.c | 2 +- > tools/perf/util/cloexec.c | 9 ++------- > 2 files changed, 3 insertions(+), 8 deletions(-) Pulled, thanks a lot Jiri! Ingo