Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754788AbbHQJde (ORCPT ); Mon, 17 Aug 2015 05:33:34 -0400 Received: from LGEMRELSE6Q.lge.com ([156.147.1.121]:44673 "EHLO lgemrelse6q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753191AbbHQJdd (ORCPT ); Mon, 17 Aug 2015 05:33:33 -0400 X-Original-SENDERIP: 10.177.222.33 X-Original-MAILFROM: byungchul.park@lge.com Date: Mon, 17 Aug 2015 18:32:57 +0900 From: Byungchul Park To: mingo@kernel.org, peterz@infradead.org Cc: linux-kernel@vger.kernel.org, yuyang.du@intel.com Subject: Re: [PATCH v2 0/3] sched: sync a se with its cfs_rq when attaching and dettaching Message-ID: <20150817093257.GA24261@byungchulpark-X58A-UD3R> References: <1439797552-18202-1-git-send-email-byungchul.park@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439797552-18202-1-git-send-email-byungchul.park@lge.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1490 Lines: 40 On Mon, Aug 17, 2015 at 04:45:49PM +0900, byungchul.park@lge.com wrote: > From: Byungchul Park i am very sorry for ugly versioning.. while i proposed several indivisual patches and was feedbacked, i felt that i needed to pack some patches into one series. thanks, byungchul > > change from v1 to v2 > * introduce two functions for adjusting vruntime and load when attaching > and detaching. > * call the introduced functions instead of switched_from(to)_fair() directly > in task_move_group_fair(). > * add decaying logic for a se which has detached from a cfs_rq. > > Byungchul Park (3): > sched: sync a se with its cfs_rq when attaching and dettaching > sched: introduce functions for attaching(detaching) a task to cfs_rq > sched: decay a detached se when it's attached to its cfs_rq > > kernel/sched/fair.c | 210 ++++++++++++++++++++++++++------------------------- > 1 file changed, 109 insertions(+), 101 deletions(-) > > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/