From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755377Ab3KFRXg (ORCPT ); Wed, 6 Nov 2013 12:23:36 -0500 Received: from merlin.infradead.org ([205.233.59.134]:33728 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755085Ab3KFRXe (ORCPT ); Wed, 6 Nov 2013 12:23:34 -0500 Date: Wed, 6 Nov 2013 18:23:24 +0100 From: Peter Zijlstra To: Steven Rostedt Cc: Yuanhan Liu , mingo@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, linux-tip-commits@vger.kernel.org, Fengguang Wu , Huang Ying , lkp@linux.intel.com Subject: Re: [PATCH] ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED Message-ID: <20131106172324.GG16117@laptop.programming.kicks-ass.net> References: <20130927091427.GE24743@yliu-dev.sh.intel.com> <20130927152908.GE15690@laptop.programming.kicks-ass.net> <20131106113704.41b6ed5c@gandalf.local.home> <20131106164525.GF16117@laptop.programming.kicks-ass.net> <20131106115800.05164696@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131106115800.05164696@gandalf.local.home> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 06, 2013 at 11:58:00AM -0500, Steven Rostedt wrote: > On Wed, 6 Nov 2013 17:45:25 +0100 > Peter Zijlstra wrote: > > > On Wed, Nov 06, 2013 at 11:37:04AM -0500, Steven Rostedt wrote: > > > This also wasn't the last version of the patch, I distinctly remember > > you making me update some documentation crap. > > Hmm, the later patches must be lost in my INBOX, which I'm currently > trying to get back under control. Same thread :-) > Sure, but it still needs to go in with the sched code, as its dependent > on new functions that I don't have. These patches have been in -tip for weeks now, you should have it I think. > Just add my Acked-by: and I'll clean it up in 3.13. I can do that. Thanks!