From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933827AbcCITVh (ORCPT ); Wed, 9 Mar 2016 14:21:37 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:42410 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933551AbcCITVa (ORCPT ); Wed, 9 Mar 2016 14:21:30 -0500 Date: Wed, 9 Mar 2016 20:21:17 +0100 From: Peter Zijlstra To: Andrew Hunter Cc: pavankumar kondeti , Pavan Kondeti , lkml , Mike Galbraith , Ingo Molnar , Paul Turner , Ben Segall , Matt Fleming , Morten Rasmussen , byungchul.park@lge.com Subject: Re: Migrated CFS task getting an unfair advantage Message-ID: <20160309192117.GN6344@twins.programming.kicks-ass.net> References: <20160309120403.GK6344@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, Mar 09, 2016 at 11:00:42AM -0800, Andrew Hunter wrote: > At Google, we essentially reverted 88ec22d and the subsequent tweaks > to it, keeping vruntime absolute always , instead using > task_move_group_fair to change the basis of relative min_vruntime > between cpus. We found this made it a lot easier to reason about and > work with corss-cpu computations. I could post the patch if it would > be of interest... Yes please, Paul said he would many times.