From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754720AbcGHLb5 (ORCPT ); Fri, 8 Jul 2016 07:31:57 -0400 Received: from foss.arm.com ([217.140.101.70]:41993 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754086AbcGHLbu (ORCPT ); Fri, 8 Jul 2016 07:31:50 -0400 Date: Fri, 8 Jul 2016 12:32:11 +0100 From: Juri Lelli To: Steven Rostedt Cc: luca abeni , peterz@infradead.org, linux-kernel@vger.kernel.org, mingo@redhat.com Subject: Re: [PATCH v2] sched/deadline: remove useless param from setup_new_dl_entity Message-ID: <20160708113211.GA22074@e106622-lin> References: <1467227263-31349-1-git-send-email-juri.lelli@arm.com> <20160705102013.25a1a1dc@gandalf.local.home> <20160705143933.GJ17689@e106622-lin> <20160705124740.34a3fbb5@gandalf.local.home> <20160705165829.GN17689@e106622-lin> <20160706104411.0632d89f@utopia> <20160707083909.GU17689@e106622-lin> <20160707094727.2de1a950@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160707094727.2de1a950@gandalf.local.home> 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 On 07/07/16 09:47, Steven Rostedt wrote: > On Thu, 7 Jul 2016 09:39:09 +0100 > Juri Lelli wrote: > > > > > Having a better look at this is in my TODO list... But I still need to > > > find some time :) > > > > > > > Same here. No spare cycles right now to have a thorough look at this. :( > > All in all, this should not hold up the current patch set. Maybe mark > it with a "TODO" and try to remember to look into it at another time. Added to my TODO list (right after reviewing Luca's reclaiming bits next version and fix the cpuset issue :/) and posted v3. > The chances that we are switching from a SCHED_OTHER/RT to DEADLINE > that is already boosted is extremely rare. It can happen, but it's not > critical enough to hold this up. > Thanks, - Juri