From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753047AbcELKbV (ORCPT ); Thu, 12 May 2016 06:31:21 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:46196 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751796AbcELKbR (ORCPT ); Thu, 12 May 2016 06:31:17 -0400 Date: Thu, 12 May 2016 12:31:09 +0200 From: Peter Zijlstra To: Matt Fleming Cc: mingo@kernel.org, linux-kernel@vger.kernel.org, Pavan Kondeti , Ben Segall , Mike Galbraith , Morten Rasmussen , Paul Turner , Thomas Gleixner , byungchul.park@lge.com, Andrew Hunter Subject: Re: [PATCH 1/3] sched,fair: Move record_wakee() Message-ID: <20160512103109.GN3192@twins.programming.kicks-ass.net> References: <20160510174314.355953085@infradead.org> <20160510174613.821444209@infradead.org> <20160512102731.GB2728@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160512102731.GB2728@codeblueprint.co.uk> 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 Thu, May 12, 2016 at 11:27:31AM +0100, Matt Fleming wrote: > On Tue, 10 May, at 07:43:15PM, Peter Zijlstra wrote: > > Since I want to make ->task_woken() conditional on the task getting > > migrated, we cannot use it to call record_wakee(). > > You mean ->task_waking(), right? Uh yes :-) typing be hard.