From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1949174AbcBSOUN (ORCPT ); Fri, 19 Feb 2016 09:20:13 -0500 Received: from smtprelay0111.hostedemail.com ([216.40.44.111]:37085 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1947375AbcBSOUL (ORCPT ); Fri, 19 Feb 2016 09:20:11 -0500 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::,RULES_HIT:41:355:379:541:599:800:960:982:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2911:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3871:3872:3874:4425:5007:6261:7875:7901:10004:10394:10400:10848:10967:11026:11232:11658:11914:12296:12517:12519:12740:13069:13071:13311:13357:14096:14097:14659:21060:21080:30054:30083:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:7,LUA_SUMMARY:none X-HE-Tag: pear66_58b0262e86217 X-Filterd-Recvd-Size: 1897 Date: Fri, 19 Feb 2016 09:20:08 -0500 From: Steven Rostedt To: luca abeni Cc: Juri Lelli , linux-kernel@vger.kernel.org, peterz@infradead.org, mingo@redhat.com, vincent.guittot@linaro.org, wanpeng.li@hotmail.com Subject: Re: [PATCH 1/2] sched/deadline: add per rq tracking of admitted bandwidth Message-ID: <20160219092008.70d55792@gandalf.local.home> In-Reply-To: <20160219144347.22c6388d@utopia> References: <1454935531-7541-1-git-send-email-juri.lelli@arm.com> <1454935531-7541-2-git-send-email-juri.lelli@arm.com> <20160210113258.GX11415@e106622-lin> <20160210124334.0c44e3ec@utopia> <20160210115812.GZ11415@e106622-lin> <20160219144347.22c6388d@utopia> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.29; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 19 Feb 2016 14:43:47 +0100 luca abeni wrote: > So, the first attached patch (to be applied over Juri's patch) just > moves two __dl_sub_ac() and __dl_add_ac() invocations from > dl_overflow() to deadline.c, using the switched_from_dl() and > switched_to_dl() methods. This should cover the cases of tasks moving > from SCHED_{OTHER,RT} to SCHED_DEADLINE and vice-versa. The case in > which the deadline parameters of a task are changed still needs some > __dl_* calls in dl_overflow(). Hi Luca, Please send the patches in a patch series. It is very hard to review patches that are attachments. And our scripts are made to apply patches from mailing lists. Having attachments just makes the job harder. -- Steve