From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751562Ab0EGG3Z (ORCPT ); Fri, 7 May 2010 02:29:25 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:50538 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929Ab0EGG3X (ORCPT ); Fri, 7 May 2010 02:29:23 -0400 Date: Fri, 7 May 2010 08:29:15 +0200 From: Ingo Molnar To: Steven Rostedt Cc: LKML , Frederic Weisbecker , Arnaldo Carvalho de Melo , Peter Zijlstra , Dan Carpenter Subject: Re: [PATCH][GIT PULL] perf: Fix check at end of event search Message-ID: <20100507062915.GA3870@elte.hu> References: <1273201767.22438.73.camel@gandalf.stny.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1273201767.22438.73.camel@gandalf.stny.rr.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt wrote: > > Ingo, > > I just notice that I had this patch laying around and never pushed it > out. I first had it in my ftrace branches but then realized that it was > a perf change. I moved it there, but got distracted and unfortunately, > forgot about it. I rebased it to the latest tip/perf/core. > > The change is within a #ifdef CONFIG_PERF_EVENTS > > Please pull the latest tip/perf/core tree, which can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git > tip/perf/core > > > Dan Carpenter (1): > perf: Fix check at end of event search > > ---- > kernel/trace/trace_events_filter.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Pulled, thanks Steve! Ingo